Polyphonic gater
Hi,
Beginner over here. I'm trying to make a polyphonic gater which I want to export to an AU plugin to use in Logic Pro.
I want the chord input I'm sending on one MIDI channel to gate from a gate signal I'm sending on another MIDI channel. Like you would do with an analog synth via cv and gate.
I have it working in MONO mode but when I try to convert it to a polyphonic patcher it gets problems or no signal at all.
When I give the rnbo~ itself the @polyphony attribute it doesn't past midi signal at all. When I make a subpatcher within the rnbo~ with @polyphony it gets MIDI signal through but starts to act weird or doesn't work.
Can someone help me get it working in polyphonic mode?
Many thanks in advance!
Greetings,
Joop
PS. I've used ideas and patching from nomasmooo's devices so credit to him.
Oke I have an update.
I now got it to work to get a polyphonic input within a polyphonic subpatcher.
I also managed to split the inputs according to note number instead of midi channel. -C# 2 is taking the gate and all above the chord notes.
But still the subpatcher is not working on a "per voice" basis. Could someone help me get this working in polyphony? Many thanks in advance!