TomViolenz
2014-12-16 16:13:55
Hey guys,
haven't posted for a while, but have been using Bomes MT very successfully all that time
Now I have a new controller and that is giving me a few headaches in using it.
The APC Mini is a 8x8 button grid which also has 9 faders.
But Akai provides no Midi editor or anything with it, which means I'm stuck with the original Midi layout, which quite frankly sucks
Each Button sends a note on message with velocity 127 when pressed and a note off message with velocity 127 when released. The problem is further that neither of these values changes the lighting of that button. Only note on values with velocities 0 to 06 do that. Which means I can assign them in Ableton to a toggle value, but the lights don't indicate any change. Which is obviously quite useless.
So now to my question: I can obviously change all that with Bomes MT, but all the solutions I come up with use at least one Global variable per pad, because because of that strange "gate" set-up, I need to count how many times a button has been pressed in order to send back the correct lighting velocity. (Since the incoming note doesn't change between presses)
Since this device has in total 80 buttons that would be 80 global variables. Which I don't have left anymore since all my other programming used up most of these.
So the question is: can anyone think of a way to do this without using global variables (maybe it's something common and long solved?)
Or alternatively, how can I run two independent projects at the same time (assuming that each can have the full set of global variables).
I heard that you can load your bmtp files in MT Player. Would this be a possibility? And can you have several instances of MT Player open? Because I already use it with the PXT Live Plus script for my Push, which I obviously don't want to stop using.
Thanks for all your help
haven't posted for a while, but have been using Bomes MT very successfully all that time
Now I have a new controller and that is giving me a few headaches in using it.
The APC Mini is a 8x8 button grid which also has 9 faders.
But Akai provides no Midi editor or anything with it, which means I'm stuck with the original Midi layout, which quite frankly sucks
Each Button sends a note on message with velocity 127 when pressed and a note off message with velocity 127 when released. The problem is further that neither of these values changes the lighting of that button. Only note on values with velocities 0 to 06 do that. Which means I can assign them in Ableton to a toggle value, but the lights don't indicate any change. Which is obviously quite useless.
So now to my question: I can obviously change all that with Bomes MT, but all the solutions I come up with use at least one Global variable per pad, because because of that strange "gate" set-up, I need to count how many times a button has been pressed in order to send back the correct lighting velocity. (Since the incoming note doesn't change between presses)
Since this device has in total 80 buttons that would be 80 global variables. Which I don't have left anymore since all my other programming used up most of these.
So the question is: can anyone think of a way to do this without using global variables (maybe it's something common and long solved?)
Or alternatively, how can I run two independent projects at the same time (assuming that each can have the full set of global variables).
I heard that you can load your bmtp files in MT Player. Would this be a possibility? And can you have several instances of MT Player open? Because I already use it with the PXT Live Plus script for my Push, which I obviously don't want to stop using.
Thanks for all your help