command palette: support for changing (selection's) instrument
This commit is contained in:
parent
74bb1b1016
commit
0060ea507a
5 changed files with 17 additions and 1 deletions
|
|
@ -566,6 +566,7 @@ const FurnaceGUIActionDef guiActions[GUI_ACTION_MAX]={
|
|||
D("CMDPAL_RECENT", "Recent files (Palette)", 0),
|
||||
D("CMDPAL_INSTRUMENTS", "Instruments (Palette)", 0),
|
||||
D("CMDPAL_SAMPLES", "Samples (Palette)", 0),
|
||||
D("CMDPAL_INSTRUMENT_CHANGE", "Change instrument (Palette)", 0),
|
||||
D("CMDPAL_MAX", "", NOT_AN_ACTION),
|
||||
|
||||
D("WINDOW_EDIT_CONTROLS", "Edit Controls", 0),
|
||||
|
|
@ -1270,4 +1271,4 @@ const char* chipCategoryNames[]={
|
|||
const char* insIcons[]={
|
||||
ICON_FA_AREA_CHART,
|
||||
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue