Part of the Composer's Tool Kit (Ctk) system. See Ctk for more details.
CtkSynthDef and CtkProtoNotes are the two prototyping classes for creating instances of CtkNote.
CtkProtoNotes stores a dictionary of CtkNoteObjects created from SynthDefs.
Create a new instance of CtkProtoNotes.
... synthdefs |
An instance or multiple instances of SynthDef. |
These SynthDefs will be loaded to the default server for use in NRT and RT use. Instances of CtkNoteObject are created from the SynthDefs to be used for creating instances of CtkNotes. SynthDefs can also be a SynthDescLib. Intended use:
Create a CtkProtoNotes from a SynthDescLib:
Add additional SynthDefs to an instance of CtkProtoNotes.
... newsynthdefs |
SynthDefs to be added. |
Access an instance of CtkNoteObject stored within an instance of CtkProtoNotes.
id |
The name of a SynthDef loaded into an instance of CtkProtoNotes. |