-
Notifications
You must be signed in to change notification settings - Fork 7
Modules Status Table
rbdannenberg edited this page Jul 18, 2019
·
22 revisions
Fields are:
- Module Name - the Soundcool module name
- Audio - "prototype" means some Web Audio code implements the functionality of the module, "api" means the class implementing the audio side of the module has been created (e.g. parameters are defined), "devel" means the class implementation is under development, "done" means the audio class is finished.
- GUI - "api" means the class implementing the GUI side of the module has been created, "devel" means the class implementation is under development, "done" means the GUI class is finished and integrated with the audio class.
- Notes - typically used to note what's broken or missing
| Module Name | Audio | GUI | Notes |
|---|---|---|---|
| Delay | devel | done | |
| DirectInput | done | done | |
| Envelope | |||
| Filter | |||
| Keyboard | |||
| Mixer | |||
| Pan | |||
| Pitch | |||
| Player | |||
| Record | |||
| Routing | |||
| SamplePlayer | |||
| Scope | |||
| Sequencer | |||
| Signalgen | |||
| Speakers | |||
| Spectroscope | |||
| Transposer |