Bc2000 (for the BCF2000 & BCR2000) group photo

Yahoo Groups archive

Bc2000 (for the BCF2000 & BCR2000)

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

Message

Re: BCR2000 and Wholehog 2 lighting console

2013-05-26 by Royce

Hi
I'm a bit lost on the messages you want to send.

Do you need to select the fader with a Note on message with the velocity being the fader number then send a CC64 message on channel 1? 

Fader 3 set to 100
$90 xx 3       ;xx is the global note number
$B0 64 100 

Assuming this is correct, to send multiple messages like this you should use something like the following...

encoder 33 is for fader 1 ie velocity =1(?) or should it be 0 
global note = 60 

 $encoder 33
 .showvalue on
 .mode 1dot
 .minmax 0 127
 .resolution 96 96 96 96
 .tx $90 60 01
 .tx $B0 64 val

You can use my editor in the files section or Mark's editor from his web site to convert this text file (we use the *.bc2 file extension) to sysex and send it to the BC.


All the best
Royce

--- In bc2000@yahoogroups.com, "greg_zeubest" <greg_zeubest@...> wrote:
>
> Hi, :)
> 
> I'm trying to use a bcr to control a wholehog2 console. I used the "learn" function, and it seems ok for the buttons, but I can't use it for faders.
> I can make a fader work, but they are all working together, as there's a missing parameter : velocity.
> For this console, we can set faders only to one global note, CC will change the value of the fader, and velocity will choose a specific fader.
> I've been searching on the net, but bcedit.jar doesn't seem to handle velocity, and perhaps BC manager can do it, but i don't know how, and I haven't found in the manual.
> 
> I Wonder if it's possible to modify a text version of the sysex to add it ?
> 
> $encoder 33
> .easypar CC 1 64 0 127 absolute
> .showvalue on
> .mode 1dot
> 
> So, can you please help ? 
> 
> Thank you.
>

Attachments

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.