Generic MIDI: add ToggleRecEnable action, and change all maps to use that instead of separate rec-enable, rec-disable, which didnt work

This commit is contained in:
Ben Loftis 2016-01-14 16:37:47 -06:00
parent 368be3585e
commit ddb362fe17
13 changed files with 21 additions and 19 deletions

View file

@ -43,7 +43,7 @@
<!-- one -->
<Binding channel="1" note="40" action="Editor/track-record-enable-toggle"/>
<!-- Two -->
<Binding channel="1" note="41" function="rec-enable"/>
<Binding channel="1" note="41" function="toggle-rec-enable"/>