Added S1 (selected) strip to generic MIDI
This commit is contained in:
parent
3f5eeaf4d6
commit
079c64154b
@ -213,6 +213,10 @@ bindings">
|
||||
</dt>
|
||||
<dd>identifies a track or bus by its remote control ID within the current bank (see below for more on banks)
|
||||
</dd>
|
||||
<dt>S, followed by a number
|
||||
</dt>
|
||||
<dd>identifies a selected track in order they have been selected, S1 should be the same track as the Editor Mixer
|
||||
</dd>
|
||||
<dt>one or more words
|
||||
</dt>
|
||||
<dd>identifies a track or bus by its name
|
||||
@ -348,6 +352,12 @@ bindings">
|
||||
will have to use the mouse and the GUI to change banks, which
|
||||
rather defeats the purpose of the bindings.
|
||||
</p>
|
||||
<h3>The Selected Strip</h3>
|
||||
<p>
|
||||
Often times one wants to just deal with the strip currently
|
||||
selected by the GUI (or the control surface). In the same way as with
|
||||
banks above the selected strip can be designated with <em>S1</em>.
|
||||
</p>
|
||||
<h2>A Complete (though muddled) Example</h2>
|
||||
<pre>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
Loading…
Reference in New Issue
Block a user