soundscrape

A programmatic framework for modular synthesis:
Scheme in the front, C in the back!
< | ^ | > | :>

Overview

Utility procedures for the soundscrape UI.

Usage

close-window
[Generic]

A generic function to close a child window. Takes one argument. Allowed to throw cancel.

get-main-window
[Generic]

[undocumented]

child-windows
[Variable]

A list of all child windows (source, control, listener, etc).

child-windows-changed-hook
[Variable]

A hook to run when child-windows changes. No arguments.

the-main-window
[Variable]

[undocumented]

populate-window-menu menu
[Function]

Append a list of all soundscrape windows to a menu menu.

prompt-for-file-name parent-window window-title default-file-name
[Function]

Asks the user for a file name. Might throw cancel.

question text . button-specs
[Function]

Ask a user a question. Each additional argument should have the form (response-symbol text-string stock-icon).

ss-glade-get-widget module filename widget
[Function]

Load up a widget from a glade file. You only need to give the filename, not the path. Signal handlers and custom widget handlers are searched for in module.

unimplemented . args
[Function]

Displays an error window when the user tries to access unimplemented features.

< | ^ | > | :>