command palette: "add chip" menu

This commit is contained in:
YohananDiamond 2023-08-27 14:19:26 -03:00
parent 4f83fc2e93
commit 7e9edb59f7
5 changed files with 47 additions and 1 deletions

View file

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