BCR Sysex from DAW
2007-11-27 by rpcfender
Art, just starting a new thread.
>Royce,
>Just curious: on the Mac, how would you convert back to sysex from
>text format, in order to load back into the computer?
themaker4 is using BC convert so I assume there is a port to Mac.
Anyone know if this is correct?
I believe that there is a good PC emulator for the Mac, so you could run my
editor.
Of course you could write a Mac program. The BC sysex format is in my editor info section as well as Mark's document.
Should I write a port to Java so everyone can use the editor?
Anyone non PC interested?
>On a completely different subject, do you know anything about how the
>BCR/BCF responds to incoming sysex messages from a DAW - such as
>changing the value of a dot display on an encoder?
The BC listens to incoming Midi message, but it seems only of the types that are found in the .easypar command CC PB etc (but this can be in a .tx command) , looks at the buttons and encoders and faders (I assume) to see if it can find a match in message type and channel and sets them to the incoming value.
It also does this internally thereby ganging the controls together.
Does this join 2 faders on the BCF?
$fader 1
.easypar CC 1 100 127 0 absolute
.showvalue off
.motor on
.override move
.keyoverride off
$fader 3
.easypar CC 1 100 127 0 absolute
.showvalue off
.motor on
.override move
.keyoverride off
As far as sysex messages, I am unaware of any BC sysex messages to control the encoders etc.
$encoder 1
.showvalue on
.minmax 0 127
.tx $F0 $43 $12 $00 val $F7
.default ; whatever you want to set the encoder
This repositions the encoder, but you have to send the whole list of commands otherwise the BC restores the default values.
It would be great if there was a sysex message to reposition the controls, but Live, Sonar and Cubase use CC as far as I know.
What sysex messages are you seeing from the DAW that is sent to the BC?
What is the DAW application?
All the best
Royce