BCR2000 preset change via MIDI
-
- KVRer
- 5 posts since 8 May, 2005
I'm trying to make Live change the BCR's preset. I have MidiPipe to modify Live's message if needed, but I can't find info on what kind of message the BCR needs to change preset. I have a Kontrol49 working this way already (converting a Program Change message into the System Exclusive message needed to change scene).
Does anyone know what message is needed?
Does anyone know what message is needed?
-
- KVRer
- 10 posts since 29 Jun, 2004
Yes it is - if I understand you correctly 
To change the currently selected preset:
Send sysex: F0 00 20 32 00 dd 22 pp F7
where pp=preset number starting at 0 (hex)
and dd=14 for BCF2000 or 15 for BCR2000.
Dont know why they dont want you to know this ??
Good luck.
Graham.
To change the currently selected preset:
Send sysex: F0 00 20 32 00 dd 22 pp F7
where pp=preset number starting at 0 (hex)
and dd=14 for BCF2000 or 15 for BCR2000.
Dont know why they dont want you to know this ??
Good luck.
Graham.
-
- KVRist
- 71 posts since 26 Feb, 2006 from Amsterdam
This is great! Now I use MIDI-Ox to translate incoming midi-messages into Sysex commands. In Live I connect numbers and letters of my keybord to a simple synthedit plugin that sends these triggering messages. (The same keys that show the channel of the synthesizers I programmed the BCR for)
Now I press '1', and this happens!:
- Synth 1 GUI shows up.
- Synth 1 is 'armed' and ready to play.
- BCR switches to preset 1, which is hard-wired to the Synth!
Thanks for this invaluable little piece of info...
Now I press '1', and this happens!:
- Synth 1 GUI shows up.
- Synth 1 is 'armed' and ready to play.
- BCR switches to preset 1, which is hard-wired to the Synth!
Thanks for this invaluable little piece of info...
-
- KVRer
- 20 posts since 4 Nov, 2004 from Italy
You are a genius and you saved my life, now I'm changing preset with Pure Data.ghaz wrote: Wed Jul 19, 2006 11:16 pm Yes it is - if I understand you correctly
To change the currently selected preset:
Send sysex: F0 00 20 32 00 dd 22 pp F7
where pp=preset number starting at 0 (hex)
and dd=14 for BCF2000 or 15 for BCR2000.
Dont know why they dont want you to know this ??
Good luck.
Graham.
A lot of people are asking for this on the web.
So with Pure Data (on Windows I think is not possible) this select the first preset
[240 0 32 50 0 21 34 0 247( <-message
|
[midiout]
this the second... and so on...
240 0 32 50 0 21 34 1 247
WOW
