Hello there,
Is there already a thread on setting synth voices ?
Is there a tool to easily set it or do we have to implement it from scratch ?
Thanks again,
Kind regards
Yorick
Hello there,
Is there already a thread on setting synth voices ?
Is there a tool to easily set it or do we have to implement it from scratch ?
Thanks again,
Kind regards
Yorick
You have to implement most things from scratch, but there are plenty of oscillators available in Csound for you to use. The vco2 opcode is a good start as it provides bandlimited waveforms.
Thanks!
Adjusting the midi input messages could be an alternative. I meant more like blocking too many notes at once according to setting and overriding the longest unchanged voice, rather than unisons.
Ah you’re talking of voice management. Cabbage uses a ‘re-use oldest notes first’ policy. But you should be able to throw together your own solution in Csound if that doesn’t suit.