multiple instrument playback, part 1
not implemented for MIDI yet
This commit is contained in:
parent
08a27be76f
commit
5b145b7121
15 changed files with 276 additions and 34 deletions
|
|
@ -367,7 +367,7 @@ void FurnaceGUI::drawPalette() {
|
|||
openRecentFile(recentFile[i]);
|
||||
break;
|
||||
case CMDPAL_TYPE_INSTRUMENTS:
|
||||
curIns=i-1;
|
||||
setCurIns(i-1);
|
||||
break;
|
||||
case CMDPAL_TYPE_SAMPLES:
|
||||
curSample=i;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue