Adjusted Akai MIDIMix mapping to make solo function as described in original user manual provided by manufacturer.

This commit is contained in:
earringsmusic 2023-12-28 12:25:28 +03:00 committed by Robin Gareus
parent aac7f82bc8
commit 4f5a801209
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 9 additions and 9 deletions

View File

@ -11,45 +11,45 @@
<DeviceInfo bank-size="8"/>
<!-- The following binds Midimix's faders and mute/rec buttons to first eight tracks in Ardour. Note: "Solo" button on MidiMix will solo all tracks in current bank. It's useful when you have more than 8 tracks in a session. If you want to keep only one track in solo mode - press solo and then mute other tracks in that bank with "Mute" buttons. -->
<!-- The following binds Midimix's faders and mute/rec buttons to first eight tracks in Ardour. Note: To solo a track - hold "solo" and press "mute" button of the desired track number, as in standard keyboard shortcut combinations. -->
<Binding channel="1" note="1" uri="/route/mute B1"/>
<Binding channel="1" note="27" uri="/route/solo B1"/>
<Binding channel="1" note="2" uri="/route/solo B1"/>
<Binding channel="1" note="3" uri="/route/recenable B1"/>
<Binding channel="1" ctl="19" uri="/route/gain B1"/>
<Binding channel="1" note="4" uri="/route/mute B2"/>
<Binding channel="1" note="27" uri="/route/solo B2"/>
<Binding channel="1" note="5" uri="/route/solo B2"/>
<Binding channel="1" note="6" uri="/route/recenable B2"/>
<Binding channel="1" ctl="23" uri="/route/gain B2"/>
<Binding channel="1" note="7" uri="/route/mute B3"/>
<Binding channel="1" note="27" uri="/route/solo B3"/>
<Binding channel="1" note="8" uri="/route/solo B3"/>
<Binding channel="1" note="9" uri="/route/recenable B3"/>
<Binding channel="1" ctl="27" uri="/route/gain B3"/>
<Binding channel="1" note="10" uri="/route/mute B4"/>
<Binding channel="1" note="27" uri="/route/solo B4"/>
<Binding channel="1" note="11" uri="/route/solo B4"/>
<Binding channel="1" note="12" uri="/route/recenable B4"/>
<Binding channel="1" ctl="31" uri="/route/gain B4"/>
<Binding channel="1" note="13" uri="/route/mute B5"/>
<Binding channel="1" note="27" uri="/route/solo B5"/>
<Binding channel="1" note="14" uri="/route/solo B5"/>
<Binding channel="1" note="15" uri="/route/recenable B5"/>
<Binding channel="1" ctl="49" uri="/route/gain B5"/>
<Binding channel="1" note="16" uri="/route/mute B6"/>
<Binding channel="1" note="27" uri="/route/solo B6"/>
<Binding channel="1" note="17" uri="/route/solo B6"/>
<Binding channel="1" note="18" uri="/route/recenable B6"/>
<Binding channel="1" ctl="53" uri="/route/gain B6"/>
<Binding channel="1" note="19" uri="/route/mute B7"/>
<Binding channel="1" note="27" uri="/route/solo B7"/>
<Binding channel="1" note="20" uri="/route/solo B7"/>
<Binding channel="1" note="21" uri="/route/recenable B7"/>
<Binding channel="1" ctl="57" uri="/route/gain B7"/>
<Binding channel="1" note="22" uri="/route/mute B8"/>
<Binding channel="1" note="27" uri="/route/solo B8"/>
<Binding channel="1" note="23" uri="/route/solo B8"/>
<Binding channel="1" note="24" uri="/route/recenable B8"/>
<Binding channel="1" ctl="61" uri="/route/gain B8"/>