firmware
firmware copied to clipboard
Sysex command to select a preset by name
Currently, the whole preset list needs to be retrieved from the device to find the index of a preset to select. This requires currently 2 asynchroneous messages which are a bit tricky to implement and includes the transmission of a large sysex message.
Therefore, a sysex command which contains the name of a preset as only parameter would be helpful. This command would look up the preset by the given name and activate it.