Re: midiMessageRecieved values for modulators

Home Forums General Programming midiMessageRecieved values for modulators Re: midiMessageRecieved values for modulators

#4426
dasfaker
Keymaster
    • Topics: 80
    • Replies: 793
    • Total: 873
    • ★★★

    The link give me an error and I can’t open the pdf.

    Anyway, I did the Virus panel withou sysex documentation. There is a way to know which byte corresponds to which parameter.

    Open an init patch in the synth and make a dump to midiox. Then change one parameter on the synth and make another dump to midiox. You can then compare the dumps and you will find that one byte is different (and maybe the checksum too, but this will be close to the end of then dump so you can forget it). Now you know the position in the dump of the parameter you changed. Go to the init patch and change another parameter…. Do this with all the parameters of a patch and you will have the position of each parameter in the dump.

    Ctrlr