MiniDexed
MiniDexed copied to clipboard
MIDI command to reboot
trafficstars
Now that we have networking and updating the firmware via FTP, we should add a MIDI command to reboot.
In MIDI, the "Reset" command (FF) is also known as the "System Reset" or "System Exclusive Reset" message. When a device receives this message, it is supposed to reset its internal state to a default or initial condition. However, the System Reset message is not intended to reboot the device or shut it down, but rather to restore it to a known state.
https://www.recordingblogs.com/wiki/midi-reset-message
So we probably need to implement a custom sysex?