Hi, this question could also apply to the Roland FP30, which has a similar MIDI implementation.
A few years ago I wrote a microtuning application for my Roland JV1010 that splits the keyboard into 1 MIDI channel per octave, so that each individual note can be microtuned using the Scale Tuning settings. I'm interested in historical temperaments. I had to stop because the old JV stopped working.
The details are in the link so it's sufficient to say here that I used an Arduino microcontroller with its MIDI code library, and the PC is used only as a terminal for sending commands and receiving the responses.
I recently acquired an FP50 and am trying to port the application to the different address map. Unfortunately, the FPs don't seem to allow you to send a Data Request (sysex command 11h). Just in case I've messed up because of the time that has passed, please could someone confirm this?
It would be possible to do without Data Request, but that would involve re-writing some code, which one tries to avoid doing. Anyway, I'm cautious and like to check what I've done to the instrument!
A few years ago I wrote a microtuning application for my Roland JV1010 that splits the keyboard into 1 MIDI channel per octave, so that each individual note can be microtuned using the Scale Tuning settings. I'm interested in historical temperaments. I had to stop because the old JV stopped working.
The details are in the link so it's sufficient to say here that I used an Arduino microcontroller with its MIDI code library, and the PC is used only as a terminal for sending commands and receiving the responses.
I recently acquired an FP50 and am trying to port the application to the different address map. Unfortunately, the FPs don't seem to allow you to send a Data Request (sysex command 11h). Just in case I've messed up because of the time that has passed, please could someone confirm this?
It would be possible to do without Data Request, but that would involve re-writing some code, which one tries to avoid doing. Anyway, I'm cautious and like to check what I've done to the instrument!