]> Shamusworld >> Repos - ardour-manual-diverged/blob - include/presonus-faderport.html
Sync with master branch.
[ardour-manual-diverged] / include / presonus-faderport.html
1 ---
2 layout: default
3 title: Using the Presonus Faderport
4 menu_title: Presonus Faderport
5 ---                        
6
7 <p>
8   Since version 4.5, Ardour has had full support for the Presonus
9   Faderport. This is a compact control surface featuring a single
10   motorized fader, a single knob (encoder) and 24 buttons with fixed
11   labels. It is a relatively low-cost device that functions very well
12   to control a single (selected) track or bus, along with a variety of
13   other "global" settings and conditions.
14 </p>
15
16 <h2>Connecting the Faderport</h2>
17 <p>
18   The Faderport comes with a single USB socket on the back. Connect a
19   suitable USB cable from there to a USB port on your computer. As of
20   the end of 2015, you should avoid USB3 ports - these cause erratic
21   behaviour with the device. This issue might get fixed by Presonus in
22   the future.
23 </p>
24 <p class="well">
25   Ardour uses the Faderport in what Presonus calls "native" mode. You
26   do not need to do anything to enable this - Ardour will set the
27   device to be in the correct mode. In native mode, the Faderport
28   sends and receives ordinary MIDI messages to/from the host, and the
29   host understands the intended meaning of these messages. We note
30   this detail to avoid speculation about whether Ardour supports the
31   device via the HUI protocol - it does not.
32 <p>
33   The Faderport will be automatically recognized by your operating
34   system, and will appear in any of the lists of possible MIDI ports
35   in both Ardour and other similar software.
36 </p>
37 <p>
38   To connect the Faderport to Ardour, open the Preferences dialog, and
39   then click on "Control Surfaces". Click on the "Enable" button
40   in the line that says "Faderport" in order to activate Ardour's
41   Faderport support. Then double click on the line that says
42   "Faderport". A new dialog will open, containing (among other things)
43   two dropdown selectors that will allow you to identify the MIDI
44   ports where your Faderport is connected.
45 </p>
46 <p>
47 <img alt="the Faderport configuration dialog"
48      src="/images/faderport_dialog.png">
49 </p>
50 <p>
51   Once you select the input and output port, Ardour will initialize
52   the Faderport and it will be ready to use. You only need do this
53   once: once these ports are connected and your session has been
54   saved, the connections will be made automatically in this and other
55   future sessions.
56 <p>
57   You do not need to use the power supply that comes with the
58   Faderport but without it, the fader will not be motorized. This
59   makes the overall experience of using the Faderport much less
60   satisfactory, since the fader will not move when Ardour tells it
61   to, leading to very out-of-sync conditions between the physical
62   fader position and the "fader position" inside the program.
63 </p>
64
65 <h2>Using the Faderport</h2>
66 <p>
67   The Faderport's controls can be divided into three groups:
68   <ol>
69     <li>Global controls such as the transport buttons</li>
70     
71     <li>Controls which change the settings for particular track or
72       bus</li>
73     
74     <li>Controls which alter which track or bus is modified by the
75       per-track/bus controls.</li>
76   </ol>
77 </p>
78 <p>
79   Because the Faderport has only a single set of per-track controls,
80   by default those controls operate on the first selected track or
81   bus. If there is no selected track or bus, the controls will do
82   nothing.
83 </p>
84
85 <h3>Transport Buttons</h3>
86 <p>
87   The transport buttons all work as you would expect.
88   <dl>
89     <dt>Rewind</dt>
90     <dd>
91       <p>
92       When pressed on its own, starts the transport moving backwards. Successive presses
93       speed up the "rewind" behaviour.
94       </p>
95       <p>
96         If pressed while also holding the Stop button, the playhead will
97         return to the zero position on the timeline.
98       </p>
99       <p>
100         If pressed while also holding the Shift button, the playhead will
101         move to the session start marker.
102       </p>
103     </dd>
104     <dt>Fast Forward</dt>
105     <dd>
106       <p>
107         When pressed on its own, starts the transport moving faster than normal. Successive presses
108         speed up the "fast forward" behaviour.
109       </p>
110       <p>
111         If pressed while also holding the Shift button, the playhead
112         will move to the session end marker.
113       </p>
114     </dd>
115     <dt>Stop</dt>
116     <dd>
117       Stops the transport. Also used in combination with the Rewind
118       button to "return to zero".
119     </dd>
120     <dt>Play</dt>
121     <dd>
122       Starts the transport. If pressed while the transport is
123       already rolling at normal speed, causes the playhead to jump to
124       the start of the last "roll" and continue rolling ("Poor man's
125       looping").
126     </dd>
127     <dt>Record Enable</dt>
128     <dd>Toggles the global record enable setting
129     </dd>
130   </dl>
131 </p>
132
133 <h3>Other Global Controls</h3>
134 <p>
135   The Mix, Proj, Trns buttons do not obviously correspond any
136   particular functions or operations in Ardour. We have therefore
137   allowed users to choose from a carefully curated set of possible
138   actions that seem related to the button labels in some clear
139   way. This can be done via the Faderport configuration dialog
140   accessed via <code>Preferences &gt; Control Surfaces</code>. Each
141   button has 3 possible actions associated with it:
142   <ul>
143     <li>Plain Press: action to be taken when the button is pressed on
144       its own.</li>
145     <li>Shift-Press: action to be taken when the button is pressed in
146       conjunction with the Shift button.</li>
147     <li>Long Press: action to be taken when the button is pressed on
148       its own and held down for more than 0.5 seconds.</li>
149   </ul>
150   Click on the relevant drop-down selector to pick an action as you
151   prefer.
152 </p>
153 <p>
154   The User button also has no obvious mapping to specific Ardour
155   functionality, so we allow users to choose from <em>any</em>
156   possible GUI action. The menu for selecting the action is somewhat
157   confusing and it can be hard to find what you're looking
158   for. However, all possible actions are there, so keep looking!
159 <p>
160   <dl>
161     <dt>Mix</dt>
162     <dd>
163       <p>
164         Possible actions include:
165         <ul>
166           <li>Toggle Editor &amp; Mixer visibility</li>
167           <li>Show/Hide the Editor mixer strip</li>
168         </ul>
169       </p>
170     </dd>
171     <dt>Proj</dt>
172     <dd> 
173       <p>
174         Possible actions include:
175         <ul>
176           <li>Toggle Meterbridge visibility</li>
177           <li>Toggle Session Summary visibility</li>
178           <li>Toggle Editor Lists visibility</li>
179           <li>Zoom to session</li>
180           <li>Zoom in</li>
181           <li>Zoom out</li>
182         </ul>
183       </p>
184    </dd>
185     <dt>Trns</dt>
186     <dd>
187       <p>
188         Possible actions include:
189         <ul>
190           <li>Toggle Locations window visibility</li>
191           <li>Toggle Metronome</li>
192           <li>Toggle external sync</li>
193           <li>Set Playhead at current pointer position</li>
194         </ul>
195       </p>
196     </dd>
197     <dt>Undo/Redo</dt>
198     <dd>
199       Undo Causes the last operation carried out in the editor to be
200       undone. When pressed in conjuction with the Shift button, it
201       causes the most recent undone operation to be re-done. 
202     </dd>
203     <dt>Punch</dt>
204     <dd>
205       <p>
206         When pressed on its own, toggles punch recording. If there is no
207         punch range set for the session, this will do nothing.
208       </p>
209       <p>
210         When pressed in conjunction with the Shift button, this moves
211         the playhead to the previous Marker
212       </p>
213     </dd>
214     <dt>User</dt>
215     <dd>
216       <p>
217         See above. Any and all GUI-initiated actions can be driven with
218         by pressing this button on its own, or with a "long" press. 
219       </p>
220       <p>
221         When pressed in conjunction with the Shift button, this will move
222         the playhead to the next marker.
223       </p>
224     </dd>
225     <dt>Loop</dt>
226     <dd>
227       <p>
228         When pressed on its own, this toggles loop playback. If the
229         Ardour preference "Loop-is-mode" is enabled, this does nothing
230         to the current transport state. If that preference is disabled,
231         then engaging loop playback will also start the transport.
232       </p>
233       <p>
234         When pressed in conjunction with the Shift button, this will
235         create a new (unnamed) marker at the current playhead
236         position.
237       </p>
238     </dd>
239   </dl>
240 </p>
241   
242 <h3>Per-track Controls</h3>
243 <p>
244   <dl>
245     <dt>Mute</dt>
246     <dd>
247       This toggles the mute setting of the currently controlled
248       track/bus. The button will be lit if the track/bus is muted.
249     </dd>
250     <dt>Solo</dt>
251     <dd>
252       This toggles the solo (or listen) setting of the currently
253       controlled track/bus. The button will be lit if the track/bus is
254       soloed (or set to listen mode).
255     </dd>
256     <dt>Rec</dt>
257     <dd>
258       This toggles the record-enabled setting of the currently
259       controlled track/bus. The button will be lit if the track is
260       record-enabled. This button will do nothing if the Faderport is
261       controlling a bus.
262     </dd>
263     <dt>Fader</dt>
264     <dd>
265       The fader controls the gain applied to the currently controlled
266       track/bus. If the Faderport is powered, changing the gain in
267       Ardour's GUI or via another control surface, or via automation,
268       will result in the fader moving under its own control. 
269     </dd>
270     <dt>Knob/Dial/Encoder</dt>
271     <dd>
272       <p>
273         The knob controls 1 or 2 pan settings for the current
274         controlled track/bus. When used alone, turning the knob controls
275         the "azimuth" or "direction" (between left and right) for the
276         panner in the track/bus (if any). This is all you need when
277         controlling tracks/busses with 1 input and 2 outputs.
278       </p>
279       <p>
280         If controlling a 2 input/2 output track/bus, Ardour's panner
281         has two controls: azimuth (direction) and width. The width
282         must be reduced to less than 100% before the azimuth can be
283         changed. Pressing the "Shift" button while turning the knob
284         will alter the width setting.
285       </p>
286       <p>
287         The knob can also be turned while the "User" button is held,
288         in order to modify the input gain for the currently controlled
289         track.
290       </p>
291     </dd>
292     <dt>Read</dt>
293     <dd>
294       Enables playback/use of fader automation data by the controlled track/bus.
295     </dd>
296     <dt>Write</dt>
297     <dd>
298       Puts the fader for the controlled track/bus into automation
299       write mode. While the transport is rolling, all fader changes
300       will be recorded to the fader automation lane for the relevant track/bus.
301     </dd>
302     <dt>Touch</dt>
303     <dd>
304       Puts the fader for the controlled track/bus into automation
305       touch mode. While the transport is rolling, touching the fader
306       will initiate recording all fader changes until the fader is
307       released. When the fader is not being touched, existing
308       automation data will be played/used to control the gain level.
309     </dd>
310     <dt>Off</dt>
311     <dd>
312       This disables all automation modes for the currently controlled
313       track/bus. Existing automation data will be left unmodified by
314       any fader changes, and will not be used for controlling gain.
315     </dd>
316   </dl>
317 </p>
318
319 <h3>Track Selection Controls</h3>
320 <p>
321   You can manually change the track/bus controlled by the Faderport by
322   changing the selected track in Ardour's editor window. If you select
323   more than 1 track, the Faderport will control the first selected
324   track and <em>only</em> that track/bus.
325 </p>
326 <p>
327   <dl>
328     <dt>Left (arrow)</dt>
329     <dd>
330       This causes the Ardour GUI to select the previous track/bus
331       (using the current visual order in the editor window), which
332       will in turn cause the Faderport to control that track. If there
333       is no previous track/bus, the selected track/bus is left
334       unchanged, and the Faderport continues to control it.
335     </dd>
336     <dt>Right (arrow)</dt>
337     <dd>
338       This causes the Ardour GUI to select the next track/bus
339       (using the current visual order in the editor window), which
340       will in turn cause the Faderport to control that track. If there
341       is no next track/bus, the selected track/bus is left
342       unchanged, and the Faderport continues to control it.
343     </dd>
344     <dt>Output</dt>
345     <dd>
346       <p>
347         Pressing the Output button causes the Faderport to control
348         the fader, pan, mute and solo settings of the Master bus. If
349         your session does not contain a Master bus, it does nothing.
350         This is a toggle button - pressing it again returns Faderport
351         to controlling whichever track/bus was selected before the
352         first press of the Output button.
353       </p>
354       <p>
355         If your session uses Ardour's monitor section, you can use
356         Shift-Output to assign it to the Faderport in the same way
357         that Output assigns the Master bus. This is also a toggle
358         setting, so the second Shift-Output will return the Faderport
359         to controlling whichever track/bus was selected before.
360       </p>
361       <p>
362         If you press Shift-Output after a single press to Output
363         (i.e. control the Monitor Section while currently controlling
364         the Master bus) or vice versa (i.e. control the Master bus
365         while currently controlling the Monitor Section), the press
366         will be ignored. This avoids getting into a tricky situation
367         where it is no longer apparent what is being controlled and
368         what will happen if you try to change it.
369       </p>
370     </dd>
371     <dt>Bank</dt>
372     <dd>
373       The "Bank" button is currently not used by Ardour
374     </dd>
375   </dl>
376 </p>