Hi,
I’m looking for a way to trigger midi program changes (to quickly select a MIDI instrument on my Android phone). I found [an Android app that does exactly that but unfortunately I wasn’t able to use it to communicate with my PC for some reason.
The need:
- have many buttons exposed in a matrix
- when I click on a button, the button is pushed
- previously pushed button is released
=> it can be one and only one pushed button at a time, so I can easily see what is the current program being used
I’m trying with Open Stage Control; as I already used it for a while. I created a matrix
of buttons
but more than one button can be “on” at a time.
In need a switch that can be presented as a matrix.
Is there a way to make this without doing a custom widget ?
Thanks a lot
ps: if you have any clue of other ways of achieving it, I’m super interested as I need it for a live show next week !
Working solution
In fact there’s a Gighub bug for this (sorry @jean-emmanuel, I didn’t ckecked ! Shame on me).
Here’s the solution (waiting for the feature to be added to OpenStageControl)