]> Shamusworld >> Repos - ardour-manual/blob - include/mixing-linear-nonlinear-workflows.html
Cue: more content for Mixing Linear/Non-Linear Workflows
[ardour-manual] / include / mixing-linear-nonlinear-workflows.html
1 <p>
2         It's possible to combine the linear workflow, i.e. working with regions on
3         the timeline, and the non-linear workflow, i.e. launching clips from trigger
4         slots.
5 </p>
6
7 <p>
8         The general steps to do so are:
9 </p>
10
11 <ol>
12         <li>
13                 Setting up the trigger slots grid: loading clips into slots and grouping
14                 them into cues.
15         </li>
16         <li>
17                 Setting up follow actions to make transitions from one cue to another,
18                 although in some cases this would be fairly optional as it is possible
19                 to trigger specific cues from the timeline.
20         </li>
21         <li>
22                 Adding cue markers on the ruler where repeatable clips should start
23                 playing. This will launch an entire cue sans the isolated slots.
24         </li>
25         <li>
26                 Adding the "Stop all cues" marker where all cues should stop playing.
27         </li>
28 </ol>
29
30 <p>
31         In the example below, cue A starts at bar 3, followed by cue B at bar 7, then
32         all cues are stopped at bar 11. After that, cue C is triggered on bar 15, then
33         cue D on bar 19, then all cues are stopped at bar 23.
34 </p>
35
36 <figure>
37   <img style="width:75%;" src="/images/cue-markers-ruler-example.png" alt="Using Cue markers">
38   <figcaption>
39     Using Cue markers
40   </figcaption>
41 </figure>
42
43 <p>
44         The rest of the composition would be written the usual way, by creating
45         consecutive audio and/or MIDI regions on the canvas.
46 </p>
47
48 <p>
49         A session that is set up in such a way can be exported just like any other,
50         into a single audio file or through stem exporting.
51 </p>