diff --git a/include/other-toolbar-items.html b/include/other-toolbar-items.html index b70fe94c..36d41fc7 100644 --- a/include/other-toolbar-items.html +++ b/include/other-toolbar-items.html @@ -117,30 +117,60 @@ +

The Master Level Meter

+ +
+ The Master Level Meter +
+ The Master Level Meter +
+
+

+ The global meter shows the levels of the master's output. Its the same + meter that sits in the Master's Mixer strip, + and also shows a peak indicator, that turns red when any level exceeds + 0dB. It can be reset by a Left click. +

+ +

Script/Shortcut buttons

+ +
+ The Script buttons +
+ The Script/shortcuts buttons +
+
+ +

+ 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 lua-script to, or any action + shortcut (e.g. for tasks that are used often and buried deep inside + nested menus). +

+

+ The number of buttons (precisely, the number of columns of two buttons) + can be set in the Preferences. +

+

+ Left-clicking an affected button launches the + script or shortcut, while right-clicking or + clicking an unaffected button allows change the script/shortcut + the button should execute. +

+ +

The Mode Selector

- The Mode Selector + The Mode Selector
The Mode Selector

- 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 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.

- -

- The global meter shows the levels of the master's output. Its the same meter that sits - in the Master's Mixer strip, - and also shows a peak indicator, that turns red when any level exceeds 0dB. It can - be reset by a Left click. -

- -

- The buttons in between the Mode Selector and the global meter are script buttons, - which are user-definable buttons to attach any session lua-script to. -

- diff --git a/source/images/master-level-meter.png b/source/images/master-level-meter.png new file mode 100644 index 00000000..40b0c889 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 index 09db353c..00000000 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 index 00000000..52ad116d 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 index 00000000..42d7f456 Binary files /dev/null and b/source/images/script-buttons.png differ