From: Alexandre Prokoudine Date: Thu, 3 Nov 2022 22:07:03 +0000 (+0300) Subject: Add a subchapter on cue markers X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=ardour-manual;a=commitdiff_plain;h=252cfd80174df0772747e8c2589014937cbed0e3 Add a subchapter on cue markers --- diff --git a/include/cue-markers.html b/include/cue-markers.html new file mode 100644 index 0000000..a53a972 --- /dev/null +++ b/include/cue-markers.html @@ -0,0 +1,95 @@ +

+ Cue markers allow bridging linear and non-linear approaches to + composing music. The idea is that a user can set up entire cues, then place a + cue marker on the timeline to launch a cue of choice at a particular point in + time. The workflow is explained in more details in the + Mixing Linear and Non-Linear Workflows section. +

+ +
+ Cue Markers Ruler +
Cue Markers Ruler
+
+ +

Adding Cue Markers

+ +

+ There are several ways to add a cue marker: +

+ + + +
+ Right-click menu for the Cue Markers ruler +
Right-click menu for the Cue Markers ruler
+
+ +

Moving Cue Markers

+ +

+ Just like any other marker, a cue marker can be picked and relocated by + dragging it left or right. +

+ +

Stopping All Cues

+ +

+ Ardour has a special kind of a marker that immediately stops all playing cues. + This marker (Stop All Cues) can be added via the + right-click menu on the Cue Markers ruler. +

+ +

Removing Cue Markers

+ +

+ Right-clicking on an existing cue marker opens the context menu with a number + of options. Choosing Remove will delete the cue marker + of choice. +

+ +

+ When all existing cue markers have to be removed, the best option is to + right-click on the Cue Markers ruler (any place except an existing marker) and + choose Clear All Cues. This will delete all cue + markers in the session. +

+ +

More Options

+ +

+ The context menu for existing markers provides several more options: +

+ + + + + + + + + + + + + + + + + + + + + + +
Set Cue:Picking a cue from the list here will replace the selected marker with + a marker for a different cue.
Locate to HereThis will move the playhead to the cue marker's position.
Play from HereThis will move the playhead to the cue marker's position and start + playback.
Move Mark to PlayheadThis will move the selected cue marker to the current position of the + Playhead.
Glue to Bars and BeatsIf this option is enabled, the cue marker will maintain its position in + bars and beats even if there are changes in tempo and time signature. +
diff --git a/master-doc.txt b/master-doc.txt index 4c439a3..c0bbbc7 100644 --- a/master-doc.txt +++ b/master-doc.txt @@ -589,6 +589,14 @@ uri: working-with-markers/punch-range part: subchapter --- +--- +title: Cue Markers +include: cue-markers.html +link: cue-markers +uri: working-with-markers/cue-markers +part: subchapter +--- + --- title: Summary include: summary.html diff --git a/source/images/cue-marker-ruler-right-click-menu.png b/source/images/cue-marker-ruler-right-click-menu.png new file mode 100644 index 0000000..177b100 Binary files /dev/null and b/source/images/cue-marker-ruler-right-click-menu.png differ