natanael.cognac
2020-03-03 18:15:11
Hi Steve,
This a simple advice. Until now i was doing my togle script that way : Option 1
- push a midi controller button
- launch a preset
- if the preset works fine, toggle a state variable
- send a feedback as note on or control change (depending on the device), in order to light on a led.
- push off that button
- etc ...
But because of the troube I had with my irigBlueboard, I made a very simple preset with a latch note (or toggle) and it seems to work very well : Option 2
- latch a note on
- the note on activate a preset on the bomebox
- latch the note off
- the note off deactivate the preset and launch a script (allNotesOff on a specific channel)
So I don't control at all the led of the controller. I use the latch function and I hope everything goes well in the bomebox.
Cons:
- If my bomebox stop working, my foot controller does not give me any indications (the toggle carry on working)
Pros :
- It is really simpler.
- I can use a midi controller that do not accept led feedback
In use, I found the bomebox very reliable once it's on and correctly setup* (project loaded and bomeboxes paired). So I don't feel like I'm taking a risk by using option 2. I've tested it today and it was very consistent.
Just wanted your advice on that point, before buying a new midi foot controller that I have no control over the state of the led.
Thank you very much !
*(I have troubles sometimes when I start the bomebox to pair my 2 bomeboxes, or sometimes the project file is not loaded, and I have to connect through my phone to reload the project and reconnect all the midi ports. But I'm trying to understand why now, and maybe I'll create a new post about that)