]> Shamusworld >> Repos - ardour-manual/blob - include/cue-window-elements.html
Cue: right-click menu for cue buttons + small adjustments
[ardour-manual] / include / cue-window-elements.html
1 <p>
2         For cues, Ardour generally follows the design pattern of other applications
3         that support a grid-based non-linear workflow.
4 </p>
5
6 <figure>
7   <img style="width:75%;" src="/images/cue-window-elements.png" alt="The Cue window elements">
8   <figcaption>
9     The Cue window elements
10   </figcaption>
11 </figure>
12
13 <p>The main elements of the <dfn>Cue</dfn> window are:</p>
14
15 <ol>
16         <li>Grid of tracks and cues, playback indicators</li>
17         <li>Mixer channel section</li>
18         <li>Clip and trigger slot options</li>
19         <li>Sidebar: Clips, Tracks, Sources, and Regions</li>
20 </ol>
21
22 <h2>Grid</h2>
23
24 <p>
25         The trigger slots <dfn>grid</dfn> is comprised of tracks (stacked
26         horizontally) and cues (stacked vertically). Tracks group clips played
27         by roughly the same instrument (or set of instruments, in case of drums
28         and percussion). Cues group clips that will be played simultaneously. 
29 </p>
30
31 <p>
32         Every <dfn>trigger slot</dfn> with a clip inside contains three elements:
33         launch button/indicator, clip title, and follow action selector/indicator.
34 </p>
35
36 <p>
37         <dfn>Cue buttons</dfn> (A to H) to the left of the grid initiate the
38         playback of an entire cue. Right-clicking on them opens a menu where it's
39         possible to set the same options for all clips and trigger slots in that
40         cue: 
41 </p>
42
43 <ul>
44         <li>Follow action</li>
45         <li>Launch style</li>
46         <li>Quantization</li>
47         <li>Color</li>
48 </ul>
49
50 <p>
51         The <dfn>playback indication area</dfn> displays four pieces of data for
52         each track:
53 </p>
54
55 <ul>
56         <li>Clip playback progress</li>
57         <li>Which cue the playing clip belongs to</li>
58         <li>MIDI clip indication</li>
59         <li>Follow count</li>
60 </ul>
61
62 <p>
63         <a href="@@playing-back-the-cues">This chapter</a> provides more information
64         on playback in the <dfn>Cue</dfn> window.
65 </p>
66
67 <h2>Mixer channel section</h2>
68
69 <p>
70         The mixer channel section is very similar to what's available in the
71         <dfn>Mixer</dfn> window: there's the <a href="@@processor-box">processor
72         box</a>, the same <a href="@@panning">panner</a>, as well as the
73         <a href="@@muting-and-soloing">mute and the solo</a> buttons. Both the fader
74         and the meter are horizontal, there is no choice for a type of meter.
75 </p>
76
77 <h2>Clip and trigger slot options</h2>
78
79 <p>
80         The bottom section contains several groups of controls:
81 </p>
82
83 <ul>
84         <li><a href="@@clip-properties">Clip Properties</a>: full name of a clip
85         in the selected trigger slot, loading a different clip, gain control</li>
86         <li><a href="@@clip-launch-options">Launch Options</a>: how the clips' playback is triggered and within what musical time unit it is quantized</li>
87         <li><a href="@@clip-follow-actions">Follow Actions</a>: how many times one
88         clip is played and what other clip's playback is triggered next</li>
89         <li><a href="@@clip-stretch-options">Stretch Options</a> (audio-only):
90         stretching the original audio data to match current session tempo, adjusting
91         assumed original tempo for creative purposes</li>
92 </ul>
93
94 <h2>Sidebar</h2>
95
96 <p>
97         Ardour defaults to displaying the <a href="@@clips-overview">Clips</a> tab
98         as the clips browser is commonly used for pulling reusable clips into
99         the project.
100 </p>
101
102 <p>
103         In the Cue context, the <dfn>Tracks</dfn> tab is mostly useful for marking
104         a track as visible or not visible in the Cue window.
105 </p>
106
107 <p>
108         Both the <dfn>Sources</dfn> and the <dfn>Regions</dfn> tabs can work as
109         drag-and-drop sources for:
110 </p>
111
112 <ul>
113         <li>Placing audio and MIDI data to trigger slots</li>
114         <li>Creating new tracks</li>
115         <li>Creating new reusable clips available from the Clips browser</li>
116 </ul>