Hey hello! First of all thank you for the plugin. I was trying to understand how to toggle between actions. Example:
- When muting source in OBS -> send MIDI command to hardware (led powers on)-> WORKS
- When unmuting source in OBS -> send MIDI command to hardware (led powers off) - > WORKS
- When receiving command from hardware -> Mute OBS source -> WORKS
- When receiving THE SAME command from hardware -> Unmute OBS source -> NOT SUPPORTED
As long as you probably guessed this a is a simple mute button with led. The main thing I want ot achieve is that the same button mutes and unmutes the source. In short, toggle an action in the same MIDI command.
I tried to play with the toogle between velocity values ans also sending through incomming messages. But I was not able to achieve that. Also I read the github
wiki to chek what I am doing wrong. Probably I am missunderstanding some settings. Any ideas? Thanks in advance.
On other hand, a different topic, I think It will be good that actions list will be saved and available for all bindings. So you dont have to create the same action over and over again for each binding.
Finally, other question, would be possible to send MIDI SysEX commands in the future? So for example you can use your hardware specific functions like Scribble Strip.
Again thanks for your work and consideration. Regards!!