]> Shamusworld >> Repos - ardour-manual/blob - include/recorder.html
d1166b8b9dc6f7eb042d8b5e95c9006f762c1f0b
[ardour-manual] / include / recorder.html
1
2 <figure class="center">
3   <img style="width:50%;" src="/images/record_window.png" alt="The Recorder window">
4   <figcaption>
5                 The Recorder window. <i>(<a href="/images/record_window.png">full-size image</a>)</i>
6         </figcaption>
7 </figure>
8
9 <p>
10   Although all the process of recording an audio or MIDI performance can
11   be done in any mode, the <dfn>Recorder</dfn> provides a synoptic view of
12   most parameters and actions related to capturing this performance, hence
13   giving more confidence in the final result.
14 </p>
15 <p class="note">
16   The Recorder is another view on settings, parameters, and actions
17   that can be set or called in other modes. Any change done in the Recorder
18   is instantly reflected in e.g. the Editor, and vice versa.
19 </p>
20 <p>
21   The Recorder, being a mode, sports the same <a href="@@main-menu">main
22   menu</a>, <a href="@@status-bar">status bar</a>, and <a href="@@transport-bar">
23   toolbar</a> as the Editor and Mixer. It adds a secondary toolbar, a
24   simplified session view, reminiscent of the Editor, and a global input
25   panel.
26 </p>
27
28 <h2>The Secondary Toolbar</h2>
29
30 <p>
31   The subsections below describe the secondary toolbar from left to right.
32 </p>
33
34 <h3>Last Take Manager</h3>
35
36 <figure class="left">
37         <img alt="The Last Take Manager" src="/images/recorder_last-take.png">
38         <figcaption>
39                 The Last Take Manager
40         </figcaption>
41 </figure>
42
43 <p>
44   This manager displays information about the last (or current) take :
45 </p>
46 <ul>
47   <li>
48         A <em>duration display</em>, that shows the duration of the last (or
49         current) recording. It is always displayed as <samp>hours:minutes:seconds:tenths</samp>,
50         regardless of the <a href="@@transport-clocks">Transport clocks</a>
51         display settings.
52   </li>
53   <li>
54                 An x-run counter, an x-run being a buffer under(or over)flow. Each
55                 time such an x-run occurs, an artifact is recording, that can be
56                 audible or not, but is a red flag for the recording quality.
57   </li>
58   <li>
59                 A <kbd>Discard Last Take</kbd> button, that deletes the last
60                 finished recording(s), effectively removing the audio file(s) from
61                 the hard drive, hence destructive.
62   </li>
63 </ul>
64 <p>
65   This last button cannot be used while recording, the transport must be
66   stopped. It also has no concept of history, and repeatedly
67   clicking it wont discard previous takes from last to first, in order to
68   prevent destroying good takes. Lastly, it does not reset the playhead
69   position, as the <kbd class="menu">Transport &gt; Stop and Forget
70   Capture</kbd> menu would.
71 </p>
72
73 <h3>Global Arm</h3>
74
75 <figure class="left">
76         <img alt="The Global Arm options" src="/images/recorder_global-arm.png">
77         <figcaption>
78                 The Global Arm options
79         </figcaption>
80 </figure>
81
82 <p>
83   Like the <em>Monitor Options</em> below, these buttons apply to all
84   the tracks at once.
85 </p>
86 <p>
87   It is a convenient shortcut to arm (<kbd>All</kbd>)/disarm (<kbd>None</kbd>)
88   all the tracks for recording.
89 </p>
90
91 <h3 class="clear">Monitoring Options</h3>
92
93 <figure class="left">
94         <img alt="The Monitoring options" src="/images/input-mode-buttons.png">
95         <figcaption>
96                 The Monitoring options
97         </figcaption>
98 </figure>
99
100 <p>
101   These buttons allow switching the monitoring mode globally, for all the
102   tracks at once. The monitoring mode allows to decide what the user wants
103   to be listening to, between:
104 </p>
105 <ul>
106         <li>
107                 <dfn>All In</dfn>: all the tracks play what is on their <em>In</em>puts,
108         </li>
109         <li>
110                 <dfn>All Disk</dfn>: all the tracks play the actual content of the
111                 playlist on <em>Disk</em>,
112         </li>
113         <li>
114                 or <dfn>both</dfn>: also called "cue monitoring" if both buttons are
115                 engaged, a combination of the two modes above, where all the track
116                 play existing data from disk while also listening to the input
117                 signal. This is particularly useful for MIDI tracks, where one can
118                 hear a performance/new material while listening to the playback of
119                 existing material in the track.
120         </li>
121 </ul>
122 <p>
123   The <kbd class="menu">Auto Input</kbd> switch allows Ardour to auto-select
124   what is played, which is:
125 </p>
126 <ul>
127   <li>When not playing: all tracks are on <em>In</em> (to listen to any connected source)</li>
128   <li>When playing, all tracks are on <em>Disk</em> (to play whatever was recorded on those tracks)</li>
129   <li>When recording, on rec-enabled tracks: <em>In</em> and on non rec-enabled ones: <em>Disk</em></li>
130 </ul>
131
132          If Auto Input is disabled, then you will hear the Input being
133          monitored whenever a track is armed, even if you aren't actually
134          recording.  If Auto Input is _enabled_, then you will hear playback
135          when the transport is rolling, and the tracks will only switch to
136          Input when the master-record arm is engaged (so you are actually
137          recording).
138
139 <h3>Disk space and Reset Peaks</h3>
140
141 <figure class="left">
142         <img alt="Disk space & Reset Peaks" src="/images/recorder_disk-and-reset.png">
143         <figcaption>
144                 Disk space & Reset Peaks
145         </figcaption>
146 </figure>
147
148 <ul>
149   <li>
150                 <em>Disk space</em> shows how many time or recoding is available on
151                 the current hard drive (i.e. the hard drive where the session is
152                 located), by accounting the bit depth, sampling rate, and number of
153                 armed tracks. The result is either an duration, or
154                 <samp>&gt;24h</samp> if it exceeds 24 hours.
155   </li>
156   <li>
157         <em>Reset Peak Hold</em> clears the memory of the highest recording level
158         in the meters located in the bottom input panel, and displayed with a
159         green line.
160   </li>
161 </ul>
162
163 <h2>Tracks</h2>
164
165 <p>
166         The Simplified Session View is a view of the session, specifically
167         tailored for the purpose of recording, that is similar to the Editor
168         (or the <a href="@@summary">Summary</a>) with notable differences,
169         among which:
170 </p>
171 <ul>
172         <li>
173                 it always encompasses the whole session in the time axis,
174         </li>
175         <li>
176                 the regions are displayed as blocks, not waveforms,
177         </li>
178         <li>
179                 no editing, like moving or resizing regions, is possible 
180         </li>
181         <li>
182                 each track (or lane) has a fixed and narrow height
183         </li>
184 </ul>
185 <p>
186         All those differences are consequences of the aim of this view, which
187         is to keep thing not too busy and clear in a recording context. The
188         most important settings related to the recording process are easily
189         available and to facilitate the work of the operator.
190 </p>
191
192 <h3>Simplified Session View</h3>
193
194 <figure>
195         <img alt="A track in the Recorder" src="/images/recorder_lane.png">
196         <figcaption>
197                 A track in the Recorder
198         </figcaption>
199 </figure>
200
201 <p>
202         Each lane is made of (from left to right):
203 </p>
204 <ul>
205         <li>
206                 A zone showing <a href="@@track-and-bus-groups">grouping</a>, as in the
207                 Editor, with the same functions and menus. 
208         </li>
209         <li>
210                 A <kbd style="color:red;">&#9679;</kbd> rec-arm button. When armed,
211                 the entire button will turn pink, and change to bright red as soon
212                 as the transport is rolling and the track is recording. <kbd
213                 class="mouse">Right</kbd>-clicking will allow to en/disable
214                 <em>Rec-safe</em>, protecting the track against accidental
215                 recording.
216         </li>
217         <li>
218                 An <kbd>Input</kbd> button displaying the connected input(s) of the
219                 track. It is the same button as the <em>Input</em> button shown in
220                 the <a href="@@audiomidi-mixer-strips">Mixer strip</a>, and behaves
221                 exactly the same way (<kbd class="mouse">Left</kbd>-clicking to
222                 show the input menu, <kbd class="mouse">Right</kbd>-clicking shows
223                 the input connection matrix).
224         </li>
225         <li>
226                 A <kbd>P</kbd> playlist button displaying the connected input(s) of
227                 the track. Again, it is the same button as the one shown in the <a
228                 href="@@audio-track-controls">Editor's track header</a>, and
229                 behaves exactly the same way (<kbd
230                 class="mouse">Left</kbd>-clicking to show the playlist menu).
231         </li>
232         <li>
233                 A <kbd>Track Name</kbd> label, displaying the track's name.<kbd
234                 class="mouse">Double</kbd>-clicking allows to edit (rename) the
235                 track.
236         </li>
237         <li>
238                 Two <kbd>In</kbd> and <kbd>Disk</kbd> buttons allowing to set this
239                 particular track's monitoring option, as described above.
240         </li>
241         <li>
242                 <em>N</em> level meters showing the input level of the track, as in
243                 the <a href="@@audio-track-controls">Editor's track header</a>,
244                 <em>N</em> being the number of input channels of the track.
245         </li>
246         <li>
247                 A <kbd style="background:yellow;"><em>n</em></kbd> numbered
248                 button, using the <a href="@@track-color">track's color</a> as
249                 background color. Numbering can be useful when using OSC, a MIDI
250                 controller, or when recording multiple performances at once.
251         </li>
252         <li>
253                 An overview of the track's content, with solid blocks representing
254                 regions. The region's color is the track color, except while
255                 recording where the recorded regions are displayed in red.
256         </li>
257 </ul>
258 <p>
259         Like in the Editor or Mixer, a <a
260         href="@@adding-tracks-busses-and-vcas">new track, bus or VCA</a> can
261         be created by either <kbd class="mouse">double</kbd> or <kbd
262         class="mouse">right</kbd>-clicking on an empty place in the track
263         list.
264 </p>
265
266 <h3>The Global Input Panel</h3>
267
268 <p>
269         This panel lists all the audio and MIDI system inputs.
270 </p>
271
272 <figure>
273         <img alt="An audio input" src="/images/recorder_input-panel.png">
274         <figcaption>
275                 An audio input
276         </figcaption>
277 </figure>
278
279 <p>
280         The inputs are displayed either vertically or horizontally based on the
281         <a href="@@preferences#preferences-appearance-recorder">Preferences</a>.
282 </p>
283 <p>
284         If an input is used by a track that is armed for recording, it sports
285         a red frame.
286 </p>
287 <p>
288         The controls on each input are:
289 </p>
290 <ul>
291         <li>
292                 a <kbd>(1)</kbd> button indicating how many tracks are fed by this
293                 input. Clicking this button will show only those tracks.
294         </li>
295         <li>
296                 a <kbd>&plus;</kbd> button, allowing to create a track that will be
297                 automatically connected to this input. The type of track (MIDI or
298                 aurio) depends on the input type.
299         </li>
300         <li>
301                 a <kbd>PFL</kbd> button, or <em>Pre-Fader Listen</em>, active only
302                 if <kbd class="option">Use monitor section in this session</kbd> is
303                 checked in the <a
304                 href="@@session-properties#properties-monitoring">Session
305                 Properties</a>. When active, sends the soloed signal to the <a
306                 href="@@monitor-section">Monitor</a>.
307         </li>
308         <li>
309                 a <kbd>Input's Name</kbd> button. Inputs can be named or renamed at
310                 will, to ease the recognition of e.g. one microphone in a
311                 multi-track recording, like a multi-instrumentalist performance, by
312                 clicking the button. Ardour stores this name for the device, so any
313                 later session using this input will show this label.
314         </li>
315 </ul>
316
317 <p>
318         The right hand side of the input depends on the kind of input, either
319         audio or MIDI. For an audio track:
320 </p>
321 <ul>
322         <li>
323                 a live level-meter for this input that shows the current level of
324                 the audio signal. A green line marks the <em>Peak Hold</em>, i.e.
325                 the maximum level reached on this input.
326         </li>
327         <li>
328                 a continuous waveform, showing the input state during the last 5 seconds.
329         </li>
330 </ul><p>
331         For an MIDI track:
332 </p>
333 <ul>
334         <li>
335                 a channel indicator, the channel numbers lighting up as events come
336                 in to show channel activity.
337         </li>
338         <li>
339                 a MIDI monitor, showing the last four MIDI events.
340         </li>
341 </ul>