CoffeeCollider icon indicating copy to clipboard operation
CoffeeCollider copied to clipboard

Documentation on how to use tail ?

Open hems opened this issue 10 years ago • 0 comments

Hello mohayonao,

Could you please add some documentation on how to use "tail" ?

For instance using a SynthDef as filter of another SynthDef ?

For instance, on this example ( example link here ) i would like to use a SynthDef to filter the other synth def:

As you can see, i'm using In.ar as an "imaginary" code, it doesn't work at the moment.

Also i'm not sure if, .play( null, { cutoff: 300 }, "addToTail" ) is the right way to "chain" both SynthDefs

hems avatar May 31 '14 19:05 hems