]> Shamusworld >> Repos - ardour-manual/commitdiff
tweaks to controlling note range
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 5 Oct 2022 19:02:57 +0000 (13:02 -0600)
committerPaul Davis <paul@linuxaudiosystems.com>
Sat, 15 Oct 2022 15:17:57 +0000 (09:17 -0600)
include/controlling-midi-range.html
master-doc.txt
source/images/midi-note-range-prefs.png [new file with mode: 0644]

index 9c09990100c0fd92b5625c3b0897ec1ce0b89dce..41b7550d0273f0ce6c5a8cb584669a1065d0a7f2 100644 (file)
@@ -5,7 +5,19 @@
   mouse. 
 <p>
 
-<h2 id="add-new-notes-using-the-mouse">Using the scroomer</h2>
+  <h2 id="controlling-note-range-defaults">Setting the defaults</h2>
+
+<p>
+  The default note range shown in new MIDI tracks is controllable in
+  <kbd class="option">Edit &gt; Preferences &gt; MIDI</kbd>
+  
+<figure>
+<img style="width:75%" src="/images/midi-note-range-prefs.png" alt="MIDI note range prefs">
+<figcaption>MIDI note range defaults in Preferences</figcaption>
+</figure>
+
+  
+<h2 id="controlling-note-range-using-the-mouse">Using the scroomer</h2>
 
 <p>
   The scroomer offers two kinds of control. You can "grab" it in the
 <figcaption>MIDI scroomer</figcaption>
 </figure>
 
-<h2 id="add-new-notes-using-scroll">Using your scroll wheel</h2>
-
+<h2 id="controlling-note-range-using-scroll">Using your scroll wheel</h2>
 
 <p>
-  Several scroll operations can be used to control the visible note
+  While in internal edit mode (used for editing MIDI), several scroll operations can be used to control the visible note
   range:
-  <li>In internal edit mode, with no notes selected, unmodified
+  <li>With <em>no notes selected</em>, unmodified
     scrolling will move the visible range up and down.</li>
   <li><kbd class="mod1">scroll</kbd> will increase and decrease the
     visible range (zoom out and in)</li>
index 33c61b8b918f4c0f10b3276e7fe9184b8c749600..c97b2e7ed15f82287ac243fd681f698519f63930 100644 (file)
@@ -1379,7 +1379,7 @@ part: chapter
 ---
 
 ---
-title: Adding New Notes
+title: Controlling Visible Note Range
 include: controlling-midi-range.html
 link: controlling-midi-range
 uri: working-with-midi/controlling-midi-range
diff --git a/source/images/midi-note-range-prefs.png b/source/images/midi-note-range-prefs.png
new file mode 100644 (file)
index 0000000..1a7e885
Binary files /dev/null and b/source/images/midi-note-range-prefs.png differ