Hello,
I think this is a pure CSound so please forgive me for being so noob… I discovered Csound 3 weeks ago.
I would like to use Cabbage to make a VST synth like Synth1 (OK, I am far from it yet).
I am getting lost with the internal clocks… like everyone else before I suppose.
What I would like to achieve is a kinda modular thing (not in the sense of Moog modular), I want to isolate each function in one instrument and connect it to other instruments to understand what is the effect of each ( and make the code more readable as Csound… is really a nightmare to read even it is THE price to pay for a fantastic toolbox)
Example (here attached)
One oscillator sending via chnset -> madsr -> outsound
I dont want the adsr to be inside the main instrument, i want it to be inside another instrument Instr 2
Somehow what I do does not work, could someone explain me why please?
Thank you for your help.
JMSynth_01.csd (4.5 KB)