command palette: support for changing (selection's) instrument

This commit is contained in:
YohananDiamond 2023-08-15 18:37:30 -03:00
parent 74bb1b1016
commit 0060ea507a
5 changed files with 17 additions and 1 deletions

View file

@ -22,6 +22,7 @@ enum CommandPaletteType {
CMDPAL_TYPE_RECENT,
CMDPAL_TYPE_INSTRUMENTS,
CMDPAL_TYPE_SAMPLES,
CMDPAL_TYPE_INSTRUMENT_CHANGE,
// a menu to select wavetables is beyond scope (they can't be put as strings)
// TODO: are there more?