Bc2000 (for the BCF2000 & BCR2000) group photo

Yahoo Groups archive

Bc2000 (for the BCF2000 & BCR2000)

Index last updated: 2026-04-28 23:16 UTC

Thread

hello, group!

hello, group!

2008-09-23 by toscarelli

how are you.  proud user of BCR2K. If anyone's interested I have a
setup for use with Sonar4 possibly 5 and 6 maybe 7 (well, I just use 4
for now), just a standard 16-track vol/pan/mute/solo and transport
setup. kinda worth it if you don't like hunting with the mouse for
basic functions.

Also, does anyone know if there is a firmware upgrade/mod/fix that you
may set encoders to xmit on All, instead of just 1, MIDI channel per
encoder, sort of an omni out? I have a couple of rack synths I want to
use this to manipulate them with, but find myself creating more and
more templates per each MIDI chan.

t

Re: hello, group!

2008-09-23 by Mark van den Berg

--- In bc2000@yahoogroups.com, "toscarelli" <toscarelli@...> wrote:
> If anyone's interested I have a
> setup for use with Sonar4 possibly 5 and 6 maybe 7 (well, I just use 4
> for now), just a standard 16-track vol/pan/mute/solo and transport
> setup. kinda worth it if you don't like hunting with the mouse for
> basic functions.

Upload it to the Files section of the Yahoo group, I'd say!

> Also, does anyone know if there is a firmware upgrade/mod/fix that you
> may set encoders to xmit on All, instead of just 1, MIDI channel per
> encoder, sort of an omni out? I have a couple of rack synths I want to
> use this to manipulate them with, but find myself creating more and
> more templates per each MIDI chan.

First of all: "Firmware upgrades"? Behringer stopped all BCx2000
development several years ago, so you can forget about that.

However, if I understand you correctly, you don't need a firmware
upgrade for what you want: any BCF/BCR element (button/encoder/fader)
can send any MIDI data sequence you want (up to a maximum of about 125
bytes), via one or more ".tx" statements. You also need a ".minmax"
statement to define the range of values.

So a definition for a particular encoder could include something like:

.minmax 0 127
.tx $B0 1 val
.tx $B1 1 val
.tx $B2 1 val
(etc.)

This is (in most respects) equivalent to:

.tx $B0 1 val $B1 1 val $B2 1 val

Note that "val" refers to the actual value of the encoder.

Look under Documentation in the Files section for all the details on
the ".tx" format.

You can create these ".tx" definitions "manually" (i.e. in script
form) via Royce's script editor or in BC Manager's BCL editor.
Alternatively, if you don't want to have to study BCL (the script
language), you can use BC Manager's "custom output" tab: this takes
away most of the BCL hassle.

Mark.

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.