Hello, I am making a polyphonic, multi oscillator instrument and need to make it without subpatching (current issue with tables). I am playing around with some basics now and resorted to using a toggle and a demuxer to flip through and send pitch and gate data to identical oscillators and ADSRs. The gate seems good enough, but I am having issues with the notes since I am not wiring it all together correctly.
I need to hold the note data unless it is different, otherwise the demuxer send the note data for a short burst and then flips the oscillator back to default value (?).
Is this the right direction?