Sent via DROID on Verizon Wireless
-----Original message-----
From: "Hervé" <jg.ballard@yahoo.fr>
To: bc2000@yahoogroups.com
Sent: Fri, Oct 29, 2010 02:17:19 GMT+00:00
Subject: [bc2000] BCR, waldorf microwave and sysexhi all,
as others in this group, i would like to control my waldorf microwave with my bcr.
I can only do that using sysex. I managed to map midi cc to sysex with midiox. I know bc manager can send realtime sysex but only for a few manufacturer. I understand the .ini file for them but don't really know if i can edit one myself for waldorf ?
so here is the typical kind of sysex message (i will take the cutoff frequency for exemple)
F0h start
3Eh id Waldorf
00h id Microwave I
00h Device ID 0-126
60h RealTimeEdit (start checksum)
00h Instrument N° 0-7
0Xh Parameter MSB 4 Bit (cutoff fonction)
0Xh Parameter LSB 4 Bit (cutoff fonction)
YYh raltime controler value (the one i want to change)
ZZh Checksum
F7h EOX (End)
so it gives me in midiox :
F0 3E 00 00 60 00 03 00 FB 7F F7 (FB is the realtime value)
In fact i would like to know if the bcr can handle this kind of message...
thank you