|
View your shopping cart.
Recent topics
Recent Comments |
enable/disable patch with midiHi, I would like to enable and disable sprite patches (15 in total in the comp.) using midi protocole. In my case, my midi controler send a 0 to disable the patch and 127 to enable the patch. Does someone knows how to do that ? Thanks in advance
More like this
|
plug your midi to the enable pin of your sprite
i've founded how to do, i don't know if it's the correct way but it works fine ;)
a nice hack for making an on off button is using a counter and % 2 math patch.
see example.
in your case you should probably use one more math patch to divide by the max value of the midi button, to scale the range 0-127 to 0-1.