]> Shamusworld >> Repos - ardour-manual/commitdiff
Cue: more content for Mixing Linear/Non-Linear Workflows
authorAlexandre Prokoudine <alexandre.prokoudine@gmail.com>
Thu, 14 Jul 2022 15:22:04 +0000 (18:22 +0300)
committerPaul Davis <paul@linuxaudiosystems.com>
Sat, 15 Oct 2022 15:16:14 +0000 (09:16 -0600)
include/mixing-linear-nonlinear-workflows.html
source/images/cue-markers-ruler-example.png [new file with mode: 0644]

index 8dbfb84604dbda7ff73103d422384b00a172f597..3585c50ce75e957bc51dba3a4dfac050281ab8de 100644 (file)
@@ -1,14 +1,51 @@
 <p>
-       You can combine the linear workflow, i.e. working with regions on the
-       timeline, and the non-linear workflow, i.e. launching clips from trigger
-       slots and setting up follow actions.
+       It's possible to combine the linear workflow, i.e. working with regions on
+       the timeline, and the non-linear workflow, i.e. launching clips from trigger
+       slots.
 </p>
 
-<p>FIXME GENERAL ORDER OF ACTION:</p>
+<p>
+       The general steps to do so are:
+</p>
 
 <ol>
-<li>1. Set up follow actions, follow count etc. It's up to you if you want transitions between scenes through follow actions. You can set slots to use Again follow action and add markers treiggering cues where you need them and adding "stop all cues" marker where you need all cues off.</li>
-<li>Add cue markers.</li>
-<li>Add the "stop all cues" marker</li>
-<li>Draw/record your non-repeatable regions the usual way on the timeline/canvas.</li>
-</ol>
\ No newline at end of file
+       <li>
+               Setting up the trigger slots grid: loading clips into slots and grouping
+               them into cues.
+       </li>
+       <li>
+               Setting up follow actions to make transitions from one cue to another,
+               although in some cases this would be fairly optional as it is possible
+               to trigger specific cues from the timeline.
+       </li>
+       <li>
+               Adding cue markers on the ruler where repeatable clips should start
+               playing. This will launch an entire cue sans the isolated slots.
+       </li>
+       <li>
+               Adding the "Stop all cues" marker where all cues should stop playing.
+       </li>
+</ol>
+
+<p>
+       In the example below, cue A starts at bar 3, followed by cue B at bar 7, then
+       all cues are stopped at bar 11. After that, cue C is triggered on bar 15, then
+       cue D on bar 19, then all cues are stopped at bar 23.
+</p>
+
+<figure>
+  <img style="width:75%;" src="/images/cue-markers-ruler-example.png" alt="Using Cue markers">
+  <figcaption>
+    Using Cue markers
+  </figcaption>
+</figure>
+
+<p>
+       The rest of the composition would be written the usual way, by creating
+       consecutive audio and/or MIDI regions on the canvas.
+</p>
+
+<p>
+       A session that is set up in such a way can be exported just like any other,
+       into a single audio file or through stem exporting.
+</p>
\ No newline at end of file
diff --git a/source/images/cue-markers-ruler-example.png b/source/images/cue-markers-ruler-example.png
new file mode 100644 (file)
index 0000000..21f6109
Binary files /dev/null and b/source/images/cue-markers-ruler-example.png differ