diminished wrote: ↑10 Aug 2019
Ah, very nice, thanks!
One more question, I have an AKAI MPK mini 2. If I recall correctly, the drumpads correspond to notes. How is your combinator differentiating between the drum pads and the keys, if they transmit the same MIDI?
I have an M-Audio keyboard, the drumpads are assigned to *grabs notes*
(1 to 8 in this order) C-1, D-1, F#-1, A#-1, D0, A-1, D#0 and C#0
Now the first "If" Node filters so that C1 and up go directly out (also transposed 2 octaves) , everything below C1 goes through more "If" Nodes to filter each pad.
So in this particular combinator I use 4 "If" Nodes: C-1, D-1, F#-1 and A#-1
These each have a "Set Note" Node directly after, makes the pads react as C-1=C1, D-1=F#1, F#-1=C2 and A#-1=F2.
They then run in the Sequential Switch, which steps through (in case of Pad1) C1, C#1, D1, D#1, E1, F1 and goes back to C1.
Hope this demystifies those wires ;D
//edit: I'm already considering doing stuff slightly different (swap all SetNote/Transpose for SetVelocity and use Velocity outputs via CV to go through the combinator)
I'll see how that works out
