MIDItoOBS icon indicating copy to clipboard operation
MIDItoOBS copied to clipboard

Control Change values trigger different actions

Open donmurdoc opened this issue 4 years ago • 3 comments

Hi, I'm working on setting this up. But, haven't quite figured if it is possible to trigger different actions (say, a "setmute on", and a "setmute off", with the same CC, but a differente value.

So that CC01 with midivalue 00 mutes a source, and CC01 midivalue 127 unmutes it.

Is it possible?

donmurdoc avatar May 05 '20 21:05 donmurdoc

edit: I know there's the togglemute option, but I want to make use of the toggle function of my controller.

donmurdoc avatar May 05 '20 22:05 donmurdoc

That's something not yet possible. But with the last commit https://github.com/lebaston100/MIDItoOBS/commit/ba1495aff35980616e27f177b2ac891085232372 i added some basic support into the config. It's definitely something on my todo list.

lebaston100 avatar May 06 '20 16:05 lebaston100

Nice! thanks

donmurdoc avatar May 08 '20 02:05 donmurdoc