Hey guys!
Can you help with this? I need to transform a note into several (8) CCs, but applying consecutive values. So specifically:
-> Input: Midi in A - Ch 8 - Note E9
-> Output:
Midi D - Ch 14 - CC1 - Value 64 then Value 0 then Value 127
Midi D - Ch 14 - CC2 - Value 64 then Value 0 then Value 127
.
.
.
Midi D - Ch 14 - CC8 - Value 64 then Value 0 then Value 127
I’ve been able to perform the first value, but not the next two. I guess It has to be done with a dispatcher, but never used that tool a lot tbh.
It’s ok if there’s a slight delay between applying 64-0-127, but it’s crucial that it’s in this order, so the final assignment is 127. Also, all values need to be sent to an output (Midi D). So I think Virtual Outputs are not good for this. It needs to send value 64 to Midi D, then send value 0 to Midi D and finally send value 127 to Midi D.
Thanks!!
