Re: midiMessageRecieved values for modulators

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

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

    [quote:jgcnlrwj]mate, could you please clarify what values should I use for that ranges?[/quote:jgcnlrwj]

    Program data are the bytes that correspond to controllers values. So from the dump you receive from the synth, you have to count past the end of the header (value01) to the end of the controller data (value02). You have to look for it in the manual of the synth.

    programNumber is a byte from the Virus dump that corresponds to the program number of the bank in which the patch is stored. It’s possible that in the Clavia dump this data is not stored.

    As Atom said, you have to look in the manual which byte corresponds to each controller and later assign each byte to each modulator.

    Ctrlr