Thank you, for the example and the link.
Maybe I didn't explain very well. Yamaha XG is a standard, shared by many instruments (not all of then by Yamaha, and maybe only sharing some features).
For instance, the reverb effect "Hall 1" for BASS MIDI and for your CP33 is ALMOST the same. Let's see from page 53:
F0H = Exclusive status
43H = YAMAHA ID
1nH = When received, n=0~F. When transmitted, n=0.
4CH = Model ID of XG
hhH = Address High
mmH = Address Mid
llH = Address Low
ddH = Data
|
F7H = End of Exclusive
Now from page 54:
Address (H) Size (H) Data (H) Parameter
02 01 00 2 00-7F REVERB TYPE MSB
REVERB MSB LSB
ROOM 02H 10H
HALL 1
01H 10H
HALL 2 01H 11H
STAGE 03H 10H
OFF 00H 00H
Now let's build HALL 1 from the previous information:
F0 43 10 4C
02 01 00 01 10 F7
And from the BASS documentation:
Hall 1 F0 43 10 4C 02 01 00 01 00 F7 Reverb simulating the resonance of a hall
Almost the same! I think that from this information you should be able to build the other effects.