1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
<?xml version="1.0" encoding="UTF-8"?>
<Denemo>
<merge>
<title>A Denemo Keymap</title>
<author>AT, JRR, RTS</author>
<map>
<row type="scheme">
<action>CheckPitches</action>
<_label>Check Note Pitches</_label>
<_tooltip>Compares notes/chords played from MIDI with current note/chord, if equal in pitch, advances to next note/chord, else beeps. To stop the checking issue this command a second time. When you reach the last note it finishes and reverts to Appending/Editing notes from MIDI in.</_tooltip>
</row>
</map>
</merge>
</Denemo>
|