Programming V-Synth XT

4 posts / 0 new
Last post
TheMIDIManiac
TheMIDIManiac's picture
Programming V-Synth XT

Hello Mark and others,

I'm busy programming the BCR for my beloved XT.
I'm running into a problem and I don't know how to solve it.
Help is appreciated.

I'm not able to program the Attack of, in this case, the Pitch.
With Sysex Librarian I'm getting the following string: F0 41 10 00 53 12 10 00 20 00 00 00 50 F7
Of course this is just 1 setting.
I tried this string: $F0 $41 $10 $00 $53 $12 $10 $00 $20 $00 val cks-1 0 $F7
and this one: $F0 $41 $10 $00 $53 $12 $10 $00 $20 $00 $00 val cks-1 6 $F7
But nothing is happening.

I think it has to do with the 8 bits and 8 bytes and I don't know how to handle this.

| 0000 aaaa |

| 0000 bbbb |

What am I doing wrong?

Thanks for the feedback.

Best regards,
Rogier 

TheMIDIManiac
TheMIDIManiac's picture

No need to answer, I found the solution when reading your manual ;-)
Solution is : $F0 $41 $10 $00 $53 $12 $10 $00 $20 $00 val4.7 val0.3 cks-1 6 $F7
The XT is responding the right way :)

TheMIDIManiac
TheMIDIManiac's picture

Of course I will share the template when it is ready :)
I'm programming a template to replicate the JP-8080. Quite some work but I will get there eventually.
 

 

BillB
BillB's picture

Rogier, thanks for posting the answer you found - always helpful.  Please consider sharing your finished template here:

https://mountainutilities.eu/userfiles/b-control

I don't have a V-Synth but others owners will appreciate your contribution  : )