-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBCF2000.html
More file actions
executable file
·138 lines (137 loc) · 5.51 KB
/
BCF2000.html
File metadata and controls
executable file
·138 lines (137 loc) · 5.51 KB
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Bitwig Studio | Behringer BCF2000</title>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Language" content="en-us"/>
<meta http-equiv="imagetoolbar" content="no"/>
<meta name="MSSmartTagsPreventParsing" content="true"/>
<meta name="description" content="Using an Behringer BCF2000 controller in Bitwig Studio."/>
<meta name="keywords" content="bitwig studio behringer BCF2000"/>
<meta name="author" content="Bitwig GmbH"/>
<style type="text/css" media="all">@import "../doc/bitwig.css";</style>
</head>
<body>
<div id="page-container">
<div id="header">
<div id="logo">
</div>
<div id="title">
<h1>BEHRINGER – BCF2000</h1>
</div>
</div>
<div id="illustration">
<img src="BCF2000.png" width="540" height="380" alt="BCF2000" border="0"/>
</div>
<div id="illustration-text">
Important note: For the script to work, you need to load the <a href="BCF2000_bitwig_preset.syx">Bitwig
Studio preset</a> into the BCF2000 using the BC-Manager.
</div>
<div id="legend">
<div id="encoder" class="legend-section">
<div class="legend-column">
<table class="legend-column">
<tbody>
<tr>
<td class="legend-control-column">EB 1</td>
<td class="legend-explanation-column">Shift.</td>
</tr>
<tr>
<td class="legend-control-column">EB 2</td>
<td class="legend-explanation-column">Toggle Pan, Send and Macro Page.</td>
</tr>
<tr>
<td class="legend-control-column">EB 3</td>
<td class="legend-explanation-column">Alt.</td>
</tr>
</tbody>
</table>
</div>
<div class="legend-column">
<table class="legend-column">
<tbody>
<tr>
<td class="legend-control-column">UB1</td>
<td class="legend-explanation-column">Previous Track Bank</td>
</tr>
<tr>
<td class="legend-control-column">UB2</td>
<td class="legend-explanation-column">Next Track Bank</td>
</tr>
<tr>
<td class="legend-control-column">UB3</td>
<td class="legend-explanation-column">Note Editor View</td>
</tr>
<tr>
<td class="legend-control-column">UB4</td>
<td class="legend-explanation-column">Mixer View</td>
</tr>
<tr>
<td class="legend-control-column">Shift + UB3</td>
<td class="legend-explanation-column">Automation Editor View</td>
</tr>
<tr>
<td class="legend-control-column">Shift + UB4</td>
<td class="legend-explanation-column">Device View</td>
</tr>
</tbody>
</table>
</div>
</div>
<div id="page" class="legend-section">
<div class="legend-column">
<table class="legend-column">
<tbody>
<tr>
<td class="legend-control-column">PB 1&2</td>
<td class="legend-explanation-column">
On the Device Page: Select previous/next Preset<br/>On the Send page: Select previous/next Send.
</td>
</tr>
<tr>
<td class="legend-control-column">Alt + PB 1&2</td>
<td class="legend-explanation-column">On the Device Page: Select previous/next Preset Category.</td>
</tr>
</tbody>
</table>
</div>
<div class="legend-column">
<table class="legend-column">
<tbody>
<tr>
<td class="legend-control-column">F 1-8</td>
<td class="legend-explanation-column">Volume.</td>
</tr>
<tr>
<td class="legend-control-column">P 1-8</td>
<td class="legend-explanation-column">Pan, Send or Macros.</td>
</tr>
<tr>
<td class="legend-control-column">B 1-8</td>
<td class="legend-explanation-column">Toggle Solo.</td>
</tr>
<tr>
<td class="legend-control-column">B 9-16</td>
<td class="legend-explanation-column">Select Track.</td>
</tr>
<tr>
<td class="legend-control-column">Shift + B 1-8</td>
<td class="legend-explanation-column">Toggle Mute.</td>
</tr>
<tr>
<td class="legend-control-column">Shift + B 9-16</td>
<td class="legend-explanation-column">Toggle Arm.</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div id="footer">
Version Nr: 1.0 | Made by: Bitwig, Berlin, Germany | Contact: <a
href="mailto:contact@bitwig.com">contact@bitwig.com</a>, <a href="http://www.bitwig.com/">www.bitwig.com</a> |
Package: Bitwig Factory Scripts
</div>
</div>
</body>
</html>