summaryrefslogtreecommitdiff
path: root/manual/xml/mackie.xml
blob: 4cc57abbd2dbecfc3b53a71209706b093af7ea83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
<?xml version="1.0" standalone="no"?>

<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [

]>

<section id="sn-mackie">
  <title>Using the Mackie driver for MCU and BCF2000</title>
  <para>
    For Ardour 2, this will walk you through the process of configuring and using Mackie
    MCU, or a BCF2000 in
    <ulink url="http://www.behringerdownload.de/BCF2000/BCF2000_Emulation_modes.pdf">Logic
    Control emulation mode</ulink>.
  </para>

  <section id="mackie-connecting-device">
    <title>Connecting Device</title>
    <para>
      Make sure your surface is connected and you know which
      <filename>/dev/snd/midi</filename> entry belongs to the device. You
      can do this by saying <command>cat /proc/asound/cards</command> which
      should result in something like
<screen>
 0 [EWS88MT        ]: ICE1712 - TerraTec EWS88MT
                      TerraTec EWS88MT at 0x1140, irq 21
 1 [VirMIDI        ]: VirMIDI - VirMIDI
                      Virtual MIDI Card 1
 2 [BCF2000        ]: USB-Audio - BCF2000
                      BEHRINGER BCF2000 at usb-0000:00:1a.1-1, full speed
</screen>
      in this case the BCF2000 is on <filename>/dev/snd/midiC2D0</filename>.
    </para>

    <para>
      While ardour is not running, edit your
      <filename>.ardour2/ardour.rc</filename> (and for now <filename>etc/ardour2/ardour_system.rc</filename> and <filename>etc/ardour2/ardour.rc</filename>) and add at the top, with the
      other ports:
<programlisting>
&lt;MIDI-port tag="mcu" device="/dev/snd/midiC2D0" type="alsa/raw" mode="duplex"/&gt;
</programlisting>
    </para>

    <para>
      It is also possible to add MCU extenders or other BCF2000 units,
      although this is untested because nobody we know has access to one
      right now. To do this, add the following lines to
      <filename>~/.ardour2/ardour.rc</filename>
<programlisting>
&lt;MIDI-port tag="mcu_xt_1" device="/dev/snd/midiC3D0" type="alsa/raw" mode="duplex"/&gt;
&lt;MIDI-port tag="mcu_xt_2" device="/dev/snd/midiC4D0" type="alsa/raw" mode="duplex"/&gt;
</programlisting>
      and so on, one for each of your extenders, up to a maximum of 9
      extenders.
    </para>
  </section>

  <section id="mackie-mackie-mode">
    <title>Mackie Mode</title>
    <para>
      If you have a Mackie MCU make sure that you have the following under
      the &lt;Config&gt; tag:
<programlisting>
&lt;Option name="mackie-emulation" value="mcu"/&gt;
</programlisting>
    </para>

		<note>
			<para>
				The Mackie must be in Logic Control mode, otherwise the LCD display
				does not work. To put the unit in Logic Control mode: press and hold
				channel 1+2 SELECT while turning the unit on and through calibration;
				and then press the VPOT under whichever mode you wish to use. 
			</para>
		</note>
		
    <para>
      In this mode, the original mappings are used.
			Note that many of the
      buttons have not yet been implemented.
    </para>
  </section>

  <section id="mackie-bcf-mode">
    <title>BCF mode</title>
    <para>
      If you have a BCF2000 you must add under the &lt;Config&gt; tag:
<programlisting>
&lt;Option name="mackie-emulation" value="bcf"/&gt;
</programlisting>
    </para>

    <para>
      The following are different in BCF mode:
      <itemizedlist>
        <listitem>
          <para>
            7 of the 8 sliders are used as route sliders, the remaining
            right-hand one is used for the master slider
          </para>
        </listitem>

        <listitem>
          <para>
            certain buttons have been remapped from the default Behringer
            settings, which required either both hands, or one-handed
            contortions to do simple things like rec-enable or mute a track.
          </para>
        </listitem>

        <listitem>
          <para>
            The display shows the number of the first switched-in bank or Ar
            if the first bank is in place.
          </para>
        </listitem>
      </itemizedlist>
    </para>

    <para>
      BCF mode bindings
      <table id="tbl-mackie-bcf-key-bindings">
        <title>BCF mode bindings</title>
        <tgroup cols = "4">
          <colspec colnum="1" colname="Strip" colwidth="1"/>
          <colspec colnum="2" colname="Master Strip" colwidth= "1"/>
          <colspec colnum="3" colname="Buttons 1" colwidth="1"/>
          <colspec colnum="4" colname="Buttons 2" colwidth= "1"/>
          <thead>
            <row>
              <entry>
                Strips 1-7
              </entry>

              <entry>
                Master Strip
              </entry>

              <entry namest="Buttons 1" nameend="Buttons 2">
                Buttons
              </entry>
            </row>
          </thead>
          <tbody>
            <row>
              <entry>
								<para>vpot: pan</para>
								<para>button: solo</para>
              </entry>

              <entry>
                <para>vpot: jog wheel</para>
								<para>button: all solo</para>
              </entry>

              <entry namest="Buttons 1" nameend="Buttons 2">
                LCD display
              </entry>
            </row>

            <row>
              <entry>
                mute
              </entry>

              <entry>
                mute
              </entry>

              <entry>
                shift 1
              </entry>

              <entry>
                <para>
                  loop
                </para>

                <para>
                  shift 1: marker
                </para>

                <para>
                  shift 2: punch in
                </para>
              </entry>
            </row>

            <row>
              <entry>
                rec
              </entry>

              <entry>
                session rec
              </entry>

              <entry>
                shift 2
              </entry>

              <entry>
                <para>
                  click
                </para>

                <para>
                  shift 1: jog wheel scrub/shuttle/scroll
                </para>
								
                <para>
                  shift 2: punch out
                </para>
              </entry>
            </row>

            <row>
              <entry morerows="4" valign="middle">
                slider
              </entry>

              <entry morerows="4" valign="middle">
                slider
              </entry>

              <entry>
                rewind
              </entry>

              <entry>
								<para>ffwd</para>
                <para>
                  shift 1: jog wheel zoom
                </para>
								
              </entry>
            </row>

            <row>
              <entry>
                home
              </entry>

              <entry>
                end
              </entry>
            </row>

            <row>
              <entry>
                <para>
                  previous bank
                </para>

                <para>
                  shift 1: previous route
                </para>
              </entry>

              <entry>
                <para>
                  next bank
                </para>

                <para>
                  shift 1: next route
                </para>
              </entry>
            </row>

            <row>
              <entry>
                frm_prev (previous marker)
              </entry>

              <entry>
                frm_next (next marker)
              </entry>
            </row>

            <row>
              <entry>
                stop
              </entry>

              <entry>
                play
              </entry>
            </row>
          </tbody>
        </tgroup>
      </table>
    </para>
  </section>

  <section id="mackie-connecting-to-ardour">
    <title>Connecting to Ardour</title>
		<note>
			<para>
				Currently (ardour-2.0.4) support for alsa/sequencer ports
				is borked. You're better off using alsa/raw as documented above.
			</para>
		</note>
    <para>
      Start up ardour. Go to Options/Control Surfaces. You should see
      "Mackie" as one of the menu items. Turn it on. The faders on the
      surface should jump to the correct positions. The mackie should work
      as normal, except that any buttons not on the BCF won't work.
    </para>
  </section>

  <section id="mackie-usage">
    <title>Usage</title>
    <para>
			Strips (faders,pots,rec-enable,mute,solo) etc are fairly obvious.
    </para>
		<para>
			The Jog wheel has various modes:
      <itemizedlist>
        <listitem>
          <para>
            Scroll mode. Part of the Scrub button cycle. The default. Scrolls the playhead. Displays "SC"
						in the 2 character LED.
          </para>
        </listitem>
				
        <listitem>
          <para>
            Scrub mode. Part of the Scrub button cycle.
						Rate of rotation of the Jog wheel controls
						the direction and speed of the transport.
						Displays "Sb" in the 2 character LED.
          </para>
        </listitem>

        <listitem>
          <para>
            Shuttle mode. Part of the Scrub button cycle. 
						Jog wheel controls speed and direction of transport.
						Displays "Sh" in the 2 character LED.
          </para>
        </listitem>

        <listitem>
          <para>
            Zoom mode. Toggled by the Zoom button. Mutually exclusive
						with the Scrub cycle.
						Jog wheel controls zoom level.
						Displays "Zm" in the 2 character LED.
          </para>
        </listitem>
			</itemizedlist>
		</para>
		
		<para>
			When holding ffwd or rew, the Jog wheel will adjust the speed.
		</para>
		
		<para>
			frm_next and frm_prev will jump to next or previous markers. Markers
			can be set at the current playhead position with the marker button.
		</para>
		
		<para>
			The pot will pan single panners, and linked stereo panners. It won't
			pan unlinked stereo panners, or 3 or more channel panners.
		</para>
		
  </section>

<!--
	<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
		href="Some_Subsection.xml" />
	-->
</section>