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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Q Light Controller Plus Documentation - BCF2000 and LC2412</title>
<script src="utility.js" TYPE="text/javascript"></script>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body onLoad="replaceqrc()">
<h1>External control with BCF2000 and LC2412</h1>
<p>This is small howto to setup external control with Behringer
<a href="https://www.musictribe.com/Categories/Behringer/Lighting-Systems/DMX-Controllers/LC2412/p/P0058">LC2412</a> connected through
<a href="https://www.musictribe.com/Categories/Behringer/Computer-Audio/Desktop-Controllers/BCF2000-WH/p/P0817">BCF2000</a>. Everything said
here is also valid for <a href="https://www.musictribe.com/Categories/Behringer/Computer-Audio/Desktop-Controllers/BCR2000/p/P0245">BCR2000</a>.
</p>
<p>With this setup (BCF2000 + LC2412) we get:</p>
<ul>
<li>8 motorized faders</li>
<li>8 turn encoders</li>
<li>30 non-motorized faders</li>
<li>lots of buttons</li>
</ul>
<p>That makes a pretty nice console and a much less clicks with mouse :)</p>
<p>How to proceed:</p>
<h2>Connect cables</h2>
<p>Connect MIDI cable from LC2412 MIDI OUT to MIDI IN on BCF2000.
Connect USB cable from BCF2000 to the computer. MIDI OUT and MIDI
THRU on the BCF2000 stay unused.</p>
<img src="../images/bcf2000-lc2412.png" />
<h2>Set BCF2000 to U-2 mode</h2>
<ul>
<li>Press and hold EDIT and then push STORE.</li>
<li>Release both buttons.</li>
<li>Turn the leftmost encoder until it shows u-2.</li>
<li>Push EXIT button.</li>
</ul>
<p>In this mode, two MIDI IN ports should show in the computer,
and one MIDI OUT. The first MIDI IN is input from BCF, the second
one is input from LC2412. MIDI OUT is sent to BCF to provide
feedback (motors and LEDs).</p>
<p><b>Windows:</b> If only one MIDI IN port is present in the computer,
most probably you need to download and install USB MIDI driver for BCF
from Behringer website.</p>
<h2>Start QLC+</h2>
<h2>Patch MIDI inputs and outputs</h2>
<ul>
<li>Go to the INPUT/OUTPUTs tab</li>
<li>Add two new universes (you may also use any two unused ones)</li>
<li>Give them sensible names (like "BCF2000" and "LC2412").</li>
<li>BCF2000 universe:
<ul>
<li>Select both "Input" and "Feedback" in the row with BCF2000 MIDI 1 port
<li>Select BCF2000 Input profile</li>
</ul>
</li>
<li>LC2412 universe:
<ul>
<li>Select "Input" in the row with BCF2000 MIDI 2 port - LC2412 does not have feedback capability</li>
<li>Select LC2412 Input profile.</li>
</ul>
</li>
</ul>
<p><b>Note:</b> Do not use any of these universes for DMX input/output!</p>
<h2>Now you can choose from knobs, faders and buttons of either device for your VC controls.</h2>
</body>
</html>
|