13
0

Tweaked comments in mapping file because they relate to loop and record

This commit is contained in:
Guy Sherman 2016-01-16 09:39:12 +00:00 committed by Paul Davis
parent 233668b31e
commit 6565a1d067

View File

@ -4,16 +4,18 @@
<!-- Based on file by Chooch Schubert -->
<!-- Simplified and updated by Guy Sherman in Jan 2016 -->
<!-- NB: loop-toggle and Transport/Record are a bit weird out-of-the-box: it will only stay enabled while you press the button -->
<!-- To fix them: reconfigure the record button from a Momentary switch to a Toggle switch as in ... -->
<!-- this manual: http://m-audio.de/download/file/fid/803 On page 8. Then look at page 10 for instructions -->
<!-- on saving this into the keyboard's persistent memory -->
<!-- Transport Controls -->
<Binding channel="1" ctl="113" function="loop-toggle"/>
<Binding channel="1" ctl="114" function="transport-start"/>
<Binding channel="1" ctl="115" function="transport-end"/>
<Binding channel="1" ctl="116" function="transport-stop"/>
<Binding channel="1" ctl="117" function="transport-roll"/>
<!-- NB: this one will be a bit odd out-of-the-box: it will only stay enabled while you press the button -->
<!-- To fix it: reconfigure the record button from a Momentary switch to a Toggle switch as in ... -->
<!-- this manual: http://m-audio.de/download/file/fid/803 On page 8. Then look at page 10 for instructions -->
<!-- on saving this into the keyboard's persistent memory -->
<Binding channel="1" ctl="118" action="Transport/Record"/>