]> Shamusworld >> Repos - ardour-manual/commitdiff
Remove duplicate lines, clarify feedback in osc jogmodes
authorLen Ovens <len@ovenwerks.net>
Fri, 5 May 2017 23:57:07 +0000 (16:57 -0700)
committerLen Ovens <len@ovenwerks.net>
Fri, 5 May 2017 23:57:07 +0000 (16:57 -0700)
include/osc58-jog-modes.html
include/osc58-personal-monitoring-control.html

index 9f2ccb211b34bdf20983781d0020b3fcc50cb10d..ac5d8175b85cec860d4e9e20f38a27d389d1f0e7 100644 (file)
@@ -18,9 +18,9 @@
 
 <table class="dl">
   <tr><th><kbd class="osc">/jog/mode/name <em>name</em></kbd></th>
-  <td>Where <em>name</em> is a string indicating the name of the mode.</td></tr>
+  <td>Where <em>name</em> is a string indicating the name of the current jog mode.</td></tr>
   <tr><th><kbd class="osc">/jog/mode <em>mode</em></kbd></th>
-  <td>Where <em>mode</em> is an int from 0 to 7 indicating the mode</td></tr>
+  <td>Where <em>mode</em> is an int from 0 to 7 indicating the current jog mode.</td></tr>
 </table>
 
 <h3>Jog Modes</h3>
     <li>7 Bank, Moves the current bank left or right by one bank.</li>
   </ul>
 </p>
-  
+<p>
+       The jog mode may be set using a slider with 0 to 7 limits, a group of switches
+       or radio buttons. What works in any situation will depend on the controller.
+</p>
 <h2 id="scrub">Scrub</h2>
 
 <p>
index b34cdb7542c22d6d1abe90f132886932eab847c9..b092dd94f8f4a708292cdb4876c9b54528834455 100644 (file)
@@ -63,8 +63,6 @@
   <td>Sets the the aux bus to one bus higher.</td></tr>
   <tr><th><kbd class="osc">/cue/previous_aux</kbd></th>
   <td>Sets the aux to one bus lower.</td></tr>
-  <tr><th><kbd class="osc">/cue/connect</kbd></th>
-  <td>Returns a list of aux busses.</td></tr>
   <tr><th><kbd class="osc">/cue/fader <em>position</em></kbd></th>
   <td>where <em>position</em> is a float for the position of the fader
   between 0.0 and 1.0.</td></tr>