soundscrape

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

Overview

The graphical interface elements of soundscrape.

This module does not export any bindings of its own. It does, however, re-export the bindings from the following modules:

(soundscrape ui main-window)

The main window

(soundscrape ui listener)

Auxiliary listener windows (not yet implemented)

(soundscrape ui source-window)

Source file windows

(soundscrape ui control-window)

Graphical control windows

(soundscrape ui controls)

Controls (that go in control windows)

In addition to re-exporting the above bindings, this module initializes the GNOME library, so it is often neccessary to include this module before other UI-intensive modules.

For more information, see the help of the individual modules.

Usage

< | ^ | > | :>