]> Shamusworld >> Repos - ardour-manual/commitdiff
Double clicking on track header toggles its size
authorEd Ward <edwsaintesprit@hotmail.com>
Sun, 27 Jun 2021 19:09:11 +0000 (21:09 +0200)
committerLen Ovens <len@ovenwerks.net>
Sun, 18 Jul 2021 22:19:38 +0000 (15:19 -0700)
include/audio-track-controls.html
include/midi-track-controls.html

index 6b999691aa6fa6460ee0bb6183d34e40331fe141..a7a9afd9c7c1fc1440c5158bf13994af1a025ef6 100644 (file)
@@ -6,6 +6,30 @@
     </figcaption>
 </figure>
 
+<p>
+  Each track shows a <dfn>header section</dfn>, for settings relevant to
+  this track only.
+</p>
+<p>
+  Changing the height of the track can be done either:
+</p>
+<ul>
+  <li>
+       By using the <kbd class="menu">Track &gt; Height</kbd> menu. The 
+    <kbd class="menu">Fit selection (Vertical)</kbd> (default: <kbd>F</kbd>)
+    is particularly useful.</li>
+  <li>
+       By double-clicking an empty space in the track header, to toggle the
+       track's height between the <em>Normal</em> and <em>Largest</em> track
+       heights from this menu. 
+  </li>
+  <li>
+    Or by grabbing the bottom of the track header with a <kbd class="mouse">
+       left</kbd> click and drag.
+
+  </li>
+</ul>
+
 <p>
   At the top-left of the controls is the name of the track, which can be
   edited by double-clicking on it. The new name must be unique within the
index 72ee046cd31e5dae89db75c0c21f642b0bcc1494..7f412dcfef176fa4198e64ff0367802772c2d733 100644 (file)
@@ -1,6 +1,4 @@
 
-<p class=fixme>Item #3 below does not hold in all cases; check to make sure the rest of the content is sane as well</p>
-
 <figure>
 <img src="/images/typical-midi-track-controls.png" alt="A MIDI track header">
 <figcaption class="center">MIDI track header, stretched to show normally hidden controls.</figcaption>
   <li>An External MIDI Device combobox can appear, for selecting <a
   href="@@patch-change#midnam">MIDNAMs</a></li>
   <li>An External Device Mode combobox can appear, for selecting an external
-  device's mode</li>
+  device's mode, in case no relevant External MIDI Device has been selected</li>
 </ol>
 
 <p class="note">
   To show the full set of MIDI track controls, the <a
   href="@@track-height">track height</a> must be increased beyond the default
   height. MIDI tracks will show only a few of the control elements when there
-  is insufficient vertical space. Further, the External MIDI Device and
+  is insufficient vertical space. As for <a href="@@audio-track-controls">Audio
+  tracks</a>, this can be done by either toggling the
+  track's full screen mode (<kbd class="menu">Track &gt; Height &gt; Fit
+  selection (Vertical)</kbd>, default : <kbd>F</kbd>, or by simply
+  double-clicking an empty space in the track header, to increase the track's
+  height.
+  <br>
+  Further, the External MIDI Device and
   External Device Mode comboboxes will <strong>not</strong> appear if there is
   a synth plugin on the track that comes with an associated <a
   href="@@patch-change#midnam">MIDNAM</a>.