From b5d2dccf364816fcbc00d4e1abf44f7276533122 Mon Sep 17 00:00:00 2001 From: Ed Ward Date: Tue, 21 Feb 2017 16:53:18 +0100 Subject: [PATCH] Mentionning the scrollwheel on the metronome --- include/transport-bar.html | 65 +++++++++++++++++++++++++++----------- 1 file changed, 47 insertions(+), 18 deletions(-) diff --git a/include/transport-bar.html b/include/transport-bar.html index a0ab30a..fa06c41 100644 --- a/include/transport-bar.html +++ b/include/transport-bar.html @@ -1,7 +1,8 @@

The transport controls

- The Transport Bar groups all the actions regarding the control of playback and recording. + The Transport Bar groups all the actions regarding the control of + playback and recording.

The transport controls @@ -12,33 +13,60 @@
Midi Panic
Immediately stops all midi output.
-
Enable/disable Audio Click
Toggles (on/off) a click track (metronome) along the tempo. Right clicking brings up the Click submenu from the Preferences.
-
Go to Start of the Session
Jumps back at the beginning of the session, as defined by the start marker.
-
Go to End of the Session
Jumps forward to the end of the session, as defined by the end marker.
-
Play Loop Range
Repeats the defined loop as defined by the Loop range, until the "Stop playback" button is pressed. Clicking the "Play loop Range" button while already active switches to normal Play mode, which exits the loop without stopping and restarting playback.
-
Play Range/Selection
If a range has been defined using the Range Mode button, plays the range, of if an audio or MIDI region is selected, plays this region. In both cases, the playback stops at the end of the range or selected region.
-
Play from playhead
Starts the playback and optionally record (more below).
-
Stop
Whatever the playing mode (loop, range, …) stops all playback. Depending on other settings, some effects (like chorus or reverb) might still be audible for a while.
-
Toggle Record
Global switch button to activate/deactivate recording. While active, the button blinks red. The button doesn't start recording by itself: if one or more tracks are marked as record-enabled, pressing the "Play from Playhead" starts recording on those tracks. See Recording.
+
Enable/disable Audio Click
Toggles (on/off) a click track (metronome) + along the tempo. Right clicking brings up the + Click submenu from the Preferences. Scrolling with + the mouse wheel adjusts the gain of the click.
+
Go to Start of the Session
Jumps back at the beginning of the session, + as defined by the start marker.
+
Go to End of the Session
Jumps forward to the end of the session, + as defined by the end marker.
+
Play Loop Range
Repeats the defined loop + as defined by the Loop range, until the "Stop + playback" button is pressed. Clicking the "Play loop Range" button while + already active switches to normal Play mode, which exits the loop without + stopping and restarting playback.
+
Play Range/Selection
If a range has been defined using the Range + Mode button, plays the range, of if an audio or MIDI region is selected, + plays this region. In both cases, the playback stops at the end of the range + or selected region.
+
Play from playhead
Starts the playback and optionally record (more + below).
+
Stop
Whatever the playing mode (loop, range, …) stops all + playback. Depending on other settings, some effects (like chorus or reverb) + might still be audible for a while.
+
Toggle Record
Global switch button to activate/deactivate recording. + While active, the button blinks red. The button doesn't start recording by + itself: if one or more tracks are marked as record-enabled, pressing the + "Play from Playhead" starts recording on those tracks. See + Recording.

- All these actions are bound to keyboard shortcuts, which allows for speedier use and more focused work. + All these actions are bound to keyboard shortcuts, which allows for speedier + use and more focused work.

- If you synchronize Ardour with other devices then some or all of these control methods may be unavailable—depending on the synchronization protocol, Ardour may respond only to commands sent from its master device(s). + If you synchronize Ardour with other devices then some or all of these control + methods may be unavailable—depending on the synchronization protocol, + Ardour may respond only to commands sent from its master device(s).

- Under these buttons is the Shuttle Speed Control 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 Shuttle Speed Control 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.

- The Shuttle Speed Control supports 2 operating modes, that can be chosen with right click > Mode: + The Shuttle Speed Control supports 2 operating modes, that can be chosen with + right click > Mode:

@@ -49,7 +77,8 @@ (see Timecode Generators and Slaves).

- The current playback status (Stop, Play, or speed %) is shown on the right of the speed slider. + The current playback status (Stop, Play, or speed %) is shown on the right of + the speed slider.

@@ -70,6 +99,6 @@

- Go to the Transport and Transport > Playhead to find more. + Go to the Transport and Transport > + Playhead to find more.

-