2019 Till Bovermann http://tai-studio.org
A GUI to explore self-freeing SynthDefs. It is possible to render the current setting to disk in various formats, e,g, to use the sounds in (hardware) drum samplers.
Synthdef
needs to have the following features for this class to work properly:sustain
or duration
0
and be the same as numChans
<option>-<return>
trigger sound (if in code-view, evaluate synthdef)win
redraw GUI window (to add/remove unused/new sliders)trig
trigger soundsave
render sound to disk and write description fileSimple example:
returns a new instance.
synthDef |
the synthdef to edit, should include specs in its metadata |
numChans |
the number of channels |
path |
where to render the sounds to |
author |
your name |
elHeight |
height of control elements |
render sound and write .scd
file.
render sound.
how many channels to render. should be the same as in the SynthDef
.
the path to render the sounds to.
the synthdef
the author
font used for the interface