Add a Lua API preset info call

For a feature I am building I need to know which preset bank and slot the preset is in. I have not been able to find this in the Lua API (but I could be missing it?).

Suggestion: add the following functions:

  • preset.getName()
  • preset.getBankId()
  • preset.getSlotId()
1 Like

This will be included in the upcoming firmware release. I am extending the Lua API with functions that will allow creating presets for external MIDI controllers. Getting info about preset(s) and preset slots is needed for that.

2 Likes