2019 Till Bovermann http://tai-studio.org
A class to facilitate rendering of self-freeing SynthDefs (I.e., "grains"). 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
Simple example:
returns a new instance.
synthDef |
the synthdef to edit. |
numChans |
the number of channels |
path |
where to render the sounds to |
author |
your name |
render sound and write .scd
file to pre-defined path.
play synthdef.
how many channels to render. must be reflected in the SynthDef
as well
the path to render the sounds to.
the synthdef
the author