]> Shamusworld >> Repos - ardour-manual/commitdiff
6.7: Added 'Rec' to mode selector and shortcuts to script buttons
authorEd Ward <edwsaintesprit@hotmail.com>
Sat, 29 May 2021 14:58:55 +0000 (16:58 +0200)
committerEd Ward <edwsaintesprit@hotmail.com>
Sat, 29 May 2021 14:58:55 +0000 (16:58 +0200)
include/other-toolbar-items.html
source/images/master-level-meter.png [new file with mode: 0644]
source/images/mode-selector_scripts_meter.png [deleted file]
source/images/mode_selector.png [new file with mode: 0644]
source/images/script-buttons.png [new file with mode: 0644]

index b70fe94c231c796639d812d374f5912654a2fe09..36d41fc7fb3689968b1cf054e0300c8128e0e36a 100644 (file)
 </ul>
 
 
-<h2 id="mode_selector">The Mode Selector</h2>
+<h2 id="mode_selector">The Master Level Meter</h2>
 
 <figure>
-       <img alt="The Mode Selector" src="/images/mode-selector_scripts_meter.png">
+       <img alt="The Master Level Meter" src="/images/master-level-meter.png">
        <figcaption>
-               The Mode Selector
+               The Master Level Meter
        </figcaption>
 </figure>
-
 <p>
-  The Mode Selector allows switching between the Editor and Mixer windows.
-  If a window is detached, the corresponding button is lit in blue. Clicking the button
-  switches the detached window visibility.
+  The global meter shows the levels of the master's output. Its the same
+  meter that sits in the <a href="@@master-bus-strip">Master's Mixer strip</a>,
+  and also shows a peak indicator, that turns red when  any level exceeds
+  0dB. It can be reset by a <kbd class="mouse">Left</kbd> click.
 </p>
 
+<h2 id="mode_selector">Script/Shortcut buttons</h2>
+
+<figure>
+       <img alt="The Script buttons" src="/images/script-buttons.png">
+       <figcaption>
+               The Script/shortcuts buttons
+       </figcaption>
+</figure>
+
 <p>
-  The global meter shows the levels of the master's output. Its the same meter that sits
-  in the <a href="@@master-bus-strip">Master's Mixer strip</a>,
-  and also shows a peak indicator, that turns red when  any level exceeds 0dB. It can
-  be reset by a <kbd class="mouse">Left</kbd> click.
+  The buttons in between the Mode Selector and the Master Level Meter are
+  script or shortcuts buttons, which are user-definable buttons to attach
+  any session <a href="@@lua-scripting">lua-script</a> to, or any action
+  shortcut (e.g. for tasks that are used often and buried deep inside
+  nested menus).
+</p>
+<p>
+  The number of buttons (precisely, the number of columns of two buttons)
+  can be set in the <a href="@@preferences#preferences-appearance-toolbar">Preferences</a>.
 </p>
-
 <p>
-  The buttons in between the Mode Selector and the global meter are script buttons,
-  which are user-definable buttons to attach any session <a href="@@lua-scripting">lua-script</a> to.
+  <kbd class="mouse">Left</kbd>-clicking an affected button launches the
+  script or shortcut, while <kbd class="mouse">right</kbd>-clicking or 
+  clicking an unaffected button allows change the script/shortcut 
+  the button should execute.
 </p>
 
+
+<h2 id="mode_selector">The Mode Selector</h2>
+
+<figure>
+       <img alt="The Mode Selector" src="/images/mode_selector.png">
+       <figcaption>
+               The Mode Selector
+       </figcaption>
+</figure>
+
+<p>
+  The Mode Selector allows switching between the Editor, Mixer or Recording
+  windows. If a window is detached, the corresponding button is lit.
+  Clicking the button switches the detached window visibility.
+</p>
diff --git a/source/images/master-level-meter.png b/source/images/master-level-meter.png
new file mode 100644 (file)
index 0000000..40b0c88
Binary files /dev/null and b/source/images/master-level-meter.png differ
diff --git a/source/images/mode-selector_scripts_meter.png b/source/images/mode-selector_scripts_meter.png
deleted file mode 100644 (file)
index 09db353..0000000
Binary files a/source/images/mode-selector_scripts_meter.png and /dev/null differ
diff --git a/source/images/mode_selector.png b/source/images/mode_selector.png
new file mode 100644 (file)
index 0000000..52ad116
Binary files /dev/null and b/source/images/mode_selector.png differ
diff --git a/source/images/script-buttons.png b/source/images/script-buttons.png
new file mode 100644 (file)
index 0000000..42d7f45
Binary files /dev/null and b/source/images/script-buttons.png differ