I am trying to figure out how to make mb64 LED stay on when button is pressed. At the moment it just turns on and then off again when a button is pressed, and I want the LED to stay on after the button is pressed, and then turn off when the button is pressed again.
I have been trying the various parameters in the MB64 and edit events. The different paranmeters for the buttons don’t make a difference.
Should i be looking to edit the midibox64 ini in the mk_syx? If so what should I be editing?
It’s the toggle function which you need to activate. It can be done for each button seperately.
You could do this from the menu interface (go into MIDI learn mode and press the SELECT button to change the button mode before a new MIDI message is learned), or if you want to use the mk_syx.zip script, write @Toggle instead of @OnOff
I believe the button behaviour can also be changed with Serge’s editor… so there should be multiple ways which are worth for trying out
But it could be a good oportunity to learn a bit about coding too. Check out some of the examples, especially the C stuff, which IMO is easier to get into than ASM.
You never quite know what you want to do, until you realise what you can do…