]> Shamusworld >> Repos - ardour-manual/commitdiff
6.9 Updated the transport controls with redesign varispeed
authorEd Ward <edwsaintesprit@hotmail.com>
Wed, 18 Aug 2021 21:10:31 +0000 (23:10 +0200)
committerEd Ward <edwsaintesprit@hotmail.com>
Wed, 18 Aug 2021 21:10:31 +0000 (23:10 +0200)
include/transport-bar.html
source/images/transport.png

index 444d189399b4a1e2a1d532e350349510e26083fa..d9af8f2f27132adaff57dd763c40f498d97c0c95 100644 (file)
   </figcaption>
 </figure>
 
+<h3 id="transport_action_buttons">Transport action buttons</h3>
 <p>
-  This bar is made of (from left to right):
+  The upper row contains transport actions, that are all bound to keyboard
+  shortcuts, which allows for speedier use and more focused work:
 </p>
 
 <table class="dl">
     "Play from Playhead" starts recording on those tracks.</td></tr>
 </table>
 
-<p class="note">
-  All these actions are bound to keyboard shortcuts, which allows for speedier
-  use and more focused work.
-</p>
-
 <p class="note">
   If Ardour is synchronized with other devices then some or all of these control
   methods may be unavailable&mdash;depending on the synchronization protocol,
   Ardour may respond only to commands sent from its master device(s).
 </p>
 
+<h3 id="transport_modifiers">The Transport modifiers</h3>
+<h4 id="transport_shuttle">The Shuttle Speed Control</h4>
 <p>
-  Under these buttons is the <dfn>Shuttle Speed Control</dfn> that allows to scrub
-  through the audio quickly. The slider decides the playback speed: the further
-  from the center it is set, the faster the playback will scrub in both directions.
+  Under these buttons is the <dfn>Shuttle Speed Control</dfn> that
+  allows to <em>temporarily</em> scrub through the audio quickly. The slider
+  decides the playback speed: the further from the center it is set,
+  the faster the playback will scrub in both directions. The range of
+  this acceleration can be set by <kbd class="mouse">right</kbd>
+  clicking the control and setting the multiplier, between 1.5
+  (&plusmn; 150%) and 8 (&plusmn; 800%).
 </p>
+
+<h4 id="transport_varispeed">VariSpeed</h4>
 <p>
-  The Shuttle Speed Control supports 2 operating modes, that can be chosen with
-  <kbd class="mouse">right</kbd> click > Mode:
+  The <kbd class="menu">VS</kbd> (for <em>V</em>ari<em>S</em>peed)
+  button sets a <em>constant</em> playback/record speed. It can be set
+  in semitones (1 semitone = &times; 2 <sup>1&frasl;12</sup> &asymp;
+  105,9%), or cents of semitones, and is armed/disarmed by clicking the
+  button. Whether or not this VariSpeed is persistent when
+  stopping/restarting transport depends on the <kbd class="option">Reset
+  default speed on stop</kbd> parameter in the <a
+  href="@@preferences#preferences-transport">Preferences</a>.
 </p>
-<ul>
-  <li><dfn>Sprung mode</dfn> that allows for a temporary scrub: it only scrubs
-    while the mouse is left clicked on the control.</li>
-  <li><dfn>Wheel mode</dfn> that allows to set a playback speed until the "Stop"
-    button is pressed, which stops the playback and resets its speed.</li>
-</ul>
 
+<h4 id="transport_sync">Transport Sync</h4>
 <p>
   On the left of the slider is the positional sync button (which might show <dfn>Internal</dfn>,
   or <dfn>MTC</dfn> or several other values), than can be used to control whether or not the
@@ -80,6 +86,8 @@
   synchronization source, such as MIDI Time Code (MTC), Linear Time Code (LTC) or JACK
   (see <a href="@@timecode-generators-and-slaves">Timecode Generators and Slaves</a>).
 </p>
+
+<h4 id="transport_status">Transport Status</h4>
 <p>
   The current playback status (Stop, Play, or speed %) is shown on the right of
   the speed slider.
 </table>
 
 <p>
-  Go to the <kdb class="menu">Transport</kbd> and <kdb class="menu">Transport &gt;
-    Playhead</kbd> to find more.
+  The <kbd class="menu">Transport</kbd> and <kbd class="menu">Transport &gt;
+  Playhead</kbd> menus contain a lot more transport actions and their key bindings.
 </p>
 
index a791cd850553d6692d2917e0b3d7eb2e6c3643e2..25cd2821282c3a3a337c4c62767961b61913a026 100644 (file)
Binary files a/source/images/transport.png and b/source/images/transport.png differ