Use correct action in map for Korg nanoKontrol2

According to the comment in line 79, this button should toggle between mixer and 
editor windows - but it didn't (for me). Apparently that action named has changed 
in Ardour 5.x - anyway, using this command, it works for me.
This commit is contained in:
Tobi Stadelmaier 2016-12-01 21:44:28 +01:00 committed by GitHub
parent b433874019
commit 1d6bed662d
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@
<Binding channel="1" ctl="23" uri="/bus/panwidth master"/>
<Binding channel="1" ctl="39" action="Common/toggle-mixer-on-top"/>
<Binding channel="1" ctl="39" action="Common/toggle-editor-and-mixer"/>
<Binding channel="1" ctl="55" uri="/bus/mute master"/>
<Binding channel="1" ctl="7" uri="/bus/gain master"/>