Instr making Synths:
Filter:
crucial-library/Guides (extension) | Libraries > crucial > Instr

Instr making Synths
ExtensionExtension

Methods for spawning synths from Instr

Make a SynthDef:

Arguments to asSynthDef can be a list or an event with argName:value pairs.

see also the following methods in Instr which are equivalent to the standard SynthDef methods

asSynthDef

writeDefFile

add

store

Making Synths

.play will create a Patch and play it

See the following methods in Instr which will spawn Synths using the standard syntax for creating Synth nodes.

after

before

head

tail

replace

Events

spawnEvent

see also Instr-Patterns