Page 1 of 1

Custom Midi for a 4x4 PadObject

Posted: 24 Nov 2013 03:53
by electrofux
Hello,

i have a 4x4 Pad Object and each Pad should send a different cc# at value 127 and a dynamically changed channel (thats why i need the custom Midi).
In the normal Midi tab i can simply enter a range of controllers according to the number of pads (thoughi cant enter a variable for the channel).
But what do i insert into the controller field of the custom midi? Is there a way to enter a range of ccs?

I can allways use 16 custom midis but i would like to use just 1 with some array magic in the controller field ;-)

Re: Custom Midi for a 4x4 PadObject

Posted: 25 Nov 2013 00:06
by Softcore
create a 16 elements vector (array) with the CC numbers you desire, lets name it CC

Use that vector in the "controller" field.

Use the "x" vector in the trigger field so that each "x" corresponds to each "CC"

Im not sure, but maybe this way, you will also be needing arrays for channel and value (with the same size ofcourse, therefore 16)
;)

Re: Custom Midi for a 4x4 PadObject

Posted: 25 Nov 2013 01:32
by electrofux
Sounds workable. Will try. Thanks alot. :D