|
|
|
@ -5386,7 +5386,7 @@ void UI_func_sysex_send_voice(uint8_t param) |
|
|
|
|
sysex.seek(6 + (voice_number * 128)); |
|
|
|
|
sysex.read(encoded_voice_data, 128); |
|
|
|
|
|
|
|
|
|
MicroDexed[selected_instance_id]->decodeVoice(encoded_voice_data, voice_data); |
|
|
|
|
MicroDexed[selected_instance_id]->decodeVoice(voice_data, encoded_voice_data); |
|
|
|
|
|
|
|
|
|
lcd.show(1, 0, 16, "Sending Ch"); |
|
|
|
|
if (configuration.dexed[selected_instance_id].midi_channel == MIDI_CHANNEL_OMNI) |
|
|
|
|