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
Custom Midi for a 4x4 PadObject
Re: Custom Midi for a 4x4 PadObject
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)
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)
-
- Regular
- Posts: 294
- Joined: 24 Jan 2012 18:22
Re: Custom Midi for a 4x4 PadObject
Sounds workable. Will try. Thanks alot.