mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
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:
parent
368be3585e
commit
ddb362fe17
13 changed files with 21 additions and 19 deletions
|
|
@ -6,8 +6,7 @@
|
|||
<Binding channel="1" ctl="22" function="transport-end"/>
|
||||
<Binding channel="1" ctl="23" function="transport-stop"/>
|
||||
<Binding channel="1" ctl="24" function="transport-roll"/>
|
||||
<Binding channel="1" ctl="25" function="rec-enable"/>
|
||||
<Binding channel="1" ctl="25" function="rec-disable"/>
|
||||
<Binding channel="1" ctl="25" function="toggle-rec-enable"/>
|
||||
|
||||
<Binding channel="1" ctl="91" uri="/route/gain B1"/>
|
||||
<Binding channel="1" ctl="93" uri="/route/gain B2"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue