GUI: prepare to add "make me a drum kit"
This commit is contained in:
parent
ac1e09af84
commit
b600be9b26
4 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue