JV1010 sysex message for sustain?

Forum for JD, JV, XP and XV synthesizers from 1990's
Post Reply
nguitars
Posts: 3
Joined: 23:52, 31 October 2015

JV1010 sysex message for sustain?

Post by nguitars »

The sustain pedal on my controller is giving me problems, so I was wondering if there was a simple MIDI message I can send directly to the JV1010 to make it sustain. I don't know the correct word for it, but it's code that looks like this:

Code: Select all

F0 41 10 6A 12 00 00 00 0C 01 73 F7
rcraven
Posts: 629
Joined: 14:36, 9 September 2007
Location: Melbourne Australia

Re: JV1010 sysex message for sustain?

Post by rcraven »

If you can put a sysex message out then a Midi sustain message might be easier.
A CC message is B0 + Midi_Channel (0 to 15), CC_Type, Value
CC 64 (40 hex) is sustain.
So for midi channel 1 in hex
B0 40 00 = sustain off
B0 40 7F = sustain on but any non-zero value is usually ok.

All the best
Royce
nguitars
Posts: 3
Joined: 23:52, 31 October 2015

Re: JV1010 sysex message for sustain?

Post by nguitars »

That did it. Thank you, Sir!
Post Reply