Hi,
I'm writing some software to manage DX Reface voices.
I need to send a modified voice (and its operator tables) to the DX Reface. I thought this would just be a matter of creating the system exclusives for the bulk dump block, on page 8 of the MIDI Message document, and send them to the Reface.
This doesn't appear to work, and I assume there's something more I'm not doing.
Does anyone know how to send a voice to the Reface?
Thanks.
:Arn
I know how to do it, but it would help if you could describe in more detail what you already have tried.
It is a matter of sending the correct sysex data to the Reface DX on the correct USB/MIDI channel.
The total size of a Reface DX sysex voicedump should be 241 bytes. Also some checksum bytes should be calculated correctly.
If you know how to fetch one voicedump from the Reface DX using the correct dumprequest sysex message, you can view the data in a hexadecimal editor and compare these data with the documentation, and with the code you are trying to use in your software.
Let me know if you can't figure it out.
Thanks; I got it sorted out in the end.
:Arn