firmware icon indicating copy to clipboard operation
firmware copied to clipboard

Sysex command to select a preset by name

Open git-moss opened this issue 3 years ago • 0 comments

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.

git-moss avatar Jan 07 '23 22:01 git-moss