Custom Midi for a 4x4 PadObject

Discuss problems and solutions.
Post Reply
electrofux
Regular
Posts: 294
Joined: 24 Jan 2012 18:22

Custom Midi for a 4x4 PadObject

Post 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 ;-)
Softcore
Regular
Posts: 1613
Joined: 04 Nov 2012 08:34

Re: Custom Midi for a 4x4 PadObject

Post 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)
;)
electrofux
Regular
Posts: 294
Joined: 24 Jan 2012 18:22

Re: Custom Midi for a 4x4 PadObject

Post by electrofux »

Sounds workable. Will try. Thanks alot. :D
Post Reply