GUI: prepare to add "make me a drum kit"

This commit is contained in:
tildearrow 2024-01-28 02:38:20 -05:00
parent ac1e09af84
commit b600be9b26
4 changed files with 6 additions and 0 deletions

View file

@ -725,6 +725,7 @@ void FurnaceGUI::doAction(int what) {
case GUI_ACTION_INS_LIST_DIR_VIEW:
insListDir=!insListDir;
break;
case GUI_ACTION_WAVE_LIST_ADD: {
waveSizeList.clear();
@ -945,6 +946,8 @@ void FurnaceGUI::doAction(int what) {
case GUI_ACTION_SAMPLE_LIST_DIR_VIEW:
sampleListDir=!sampleListDir;
break;
case GUI_ACTION_SAMPLE_LIST_MAKE_MAP:
break;
case GUI_ACTION_SAMPLE_SELECT:
if (curSample<0 || curSample>=(int)e->song.sample.size()) break;