Closed geraldmwangi closed 8 years ago
I neeeeed this feature!!
this is because there's no "trigger" events in midi-cc. (also it's something I forgot to test for...)
I'll enable it, but the way to click on the button again might make some midi devices act weird.
to explain, 'trigger' controls automatically reset to their default value after 1 process cycle. for the GUI and hw controller we have ways to notify the user about this. but there's no such thing in midi-cc.
you could ofcourse just have the controls just be triggered by positive slope (cc<64 ->cc >64) events and ignore the negative slopes (cc>64->cc<64)
and emit a negative slope to the serial midi out after 1 process cycle
we don't have midi feedback yet.
But once you have midi feedback, the notifications could be realised the way I described it?
Hi, the big file midi_footsw.ttl is at http://pastebin.com/bT2tvnPM
fixed on 0.11.3 release.
I'll spare myself exact reproduce steps ;)