]> Shamusworld >> Repos - ardour-manual/commitdiff
Update the list of available markers and their descriptions
authorAlexandre Prokoudine <alexandre.prokoudine@gmail.com>
Fri, 23 Sep 2022 22:47:07 +0000 (01:47 +0300)
committerPaul Davis <paul@linuxaudiosystems.com>
Sat, 15 Oct 2022 15:17:57 +0000 (09:17 -0600)
include/working-with-markers.html

index 702c24f88e23cb43da3b0e361d07abb14c59a587..23322ec5a49da4dcb21c60fd1a0e31d10661efc5 100644 (file)
@@ -6,21 +6,42 @@
   and <dfn>ranges</dfn> which define a start and end position in time.
 </p>
 <p>
-  In addition to the standard location markers, there are three kinds of
+  In addition to the standard location markers, there are several more kinds of
   special markers:
 </p>
 <ul>
   <li>
-    <dfn>CD markers</dfn> are locations that are restricted to legal
-    <dfn>CD sector boundaries</dfn>. They can be used to add track index
-    markers to compact disc images.
+    <dfn>BBT markers</dfn> make it possible to restart the count of bars and
+    beats multiple times in a session.
+  </li>
+  <li>
+    <dfn>Time signature markers</dfn> allow changing the time signature from
+    e.g. 4/4 to 6/8 and then to 3/4 within the same composition.
+  </li>
+  <li>
+    <dfn>Tempo markers</dfn> allow changing tempo within the same composition
+    either abruptly or gradually.
+  </li>
+  <li>
+    <dfn>Range markers</dfn> helps preserving selections (ranges) by storing
+    them in the project and giving them telling names.
   </li>
   <li>
-    The <dfn>Loop range</dfn> defines the start and end points for Looping.
+    The <dfn>loop range</dfn> defines the start and end points for Looping.
   </li>
   <li>
     The <dfn>punch range</dfn> defines the in and out points for punch
     recording.
   </li>
+  <li>
+    <dfn>CD markers</dfn> are locations that are restricted to legal
+    <dfn>CD sector boundaries</dfn>. They can be used to add track index
+    markers to compact disc images.
+  </li>
+  <li>
+    <dfn>Cue markers</dfn> allow integrating elements of non-linear grid-based
+    workflow into the linear timeline-based workflow by launching and stopping
+    user-defined cues at particular points in time.
+  </li>
 </ul>