- The Editor and Mixer windows. Clicking on a section accesses its
- description.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The Editor window. Clicking on a section accesses its description.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The Mixer window. Clicking on a section accesses its description.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The Recorder window. Clicking on a section accesses its description.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The Cue Grid window. Clicking on a section accesses its description.
+
+
+
+
- The Editor, Mixer and Recorder share the same toolbar (the top of the
- window). The sections displayed in this toolbar can be customized to
- the user's workflow, by checking options in .
+ The Editor, Mixer, Recorder and Clip Launcher share the same toolbar
+ (the top of the window). The sections displayed in this toolbar can
+ be customized to the user's workflow, by checking options in .
- Switching between the Editor and the Mixer windows is done:
+ Switching between these 4 different modes is done:
- Both windows can be visible at the same time (e.g. for a multi-monitor
- setup) using
+
+
+ Multiple windows can be visible at the same time (e.g. for a multi-monitor
+ setup) using option in the same submenu.
@@ -142,3 +212,21 @@
page.
+The Cue Grid
+
+
+ The Cue Grid window, unlike the rest of Ardour, allows for
+ a non-linear workflow. It is a clip launcher, that allows to chain and
+ combine various loops and samples, and program events.
+
+
+
+ Instead of anchoring these samples or loops on a timeline, the Cue Grid
+ gives them instruction on when they are triggered, how they are played,
+ what happens at the end of the clip, etc…
+
+
+
+ The Cue section of this manual describes this worfkow.
+
+
diff --git a/include/cue-window-elements.html b/include/cue-window-elements.html
index afa79a80..94a2d1c5 100644
--- a/include/cue-window-elements.html
+++ b/include/cue-window-elements.html
@@ -19,7 +19,7 @@
Sidebar: Clips, Tracks, Sources, and Regions
-Grid
+Grid
The trigger slots grid is comprised of tracks (stacked
@@ -71,7 +71,7 @@
on playback in the Cue window.
-Mixer channel section
+Mixer channel section
The mixer channel section is very similar to what's available in the
@@ -81,7 +81,7 @@
and the meter are horizontal, there is no choice for a type of meter.
-Clip and trigger slot options
+Clip and trigger slot options
The bottom section contains several groups of controls:
@@ -98,7 +98,7 @@
assumed original tempo for creative purposes
-
Sidebar
+
Ardour defaults to displaying the Clips tab
diff --git a/include/recorder.html b/include/recorder.html
index 0db673f8..9ff5cfe7 100644
--- a/include/recorder.html
+++ b/include/recorder.html
@@ -31,7 +31,7 @@
The subsections below describe the secondary toolbar from left to right.
-Last Take Manager
+Last Take Manager
@@ -70,7 +70,7 @@
Capture menu would.
-Global Arm
+Global Arm
@@ -88,7 +88,7 @@
all the tracks for recording.
-Monitoring Options
+Monitoring Options
@@ -136,7 +136,7 @@
Input when the master-record arm is engaged (so you are actually
recording).
-'New Playlist' buttons
+'New Playlist' buttons
@@ -169,7 +169,7 @@
name for each playlist, so that they stay somewhat correlated.
-Disk space and Reset Peaks
+Disk space and Reset Peaks
@@ -193,7 +193,7 @@
-Tracks
+Tracks
The Simplified Session View is a view of the session, specifically
@@ -222,7 +222,7 @@
available and to facilitate the work of the operator.
-Simplified Session View
+Simplified Session View
@@ -296,7 +296,7 @@
list.
-The Global Input Panel
+
This panel lists all the audio and MIDI system inputs.
diff --git a/source/css/common.css b/source/css/common.css
index 2900e043..4bff9d11 100644
--- a/source/css/common.css
+++ b/source/css/common.css
@@ -151,6 +151,11 @@ code {
display: none;
}
+.imagemap {position: relative;}
+.imagemap img {display: block;}
+.imagemap .area {display: block; position: absolute; transition: box-shadow 0.15s ease-in-out;}
+.imagemap .area:hover {box-shadow: 0px 0px 1vw white;}
+
/* Keyboard modifiers */
.mod1:before { content: "Ctrl ";}
.mod2:before { content: "Alt ";}
diff --git a/source/images/editor_map.png b/source/images/editor_map.png
index 8b082f5a..057b1d87 100644
Binary files a/source/images/editor_map.png and b/source/images/editor_map.png differ
diff --git a/source/images/mixer_map.png b/source/images/mixer_map.png
index 40d3bb00..f091a997 100644
Binary files a/source/images/mixer_map.png and b/source/images/mixer_map.png differ