We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: