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
|
|
@ -233,7 +233,7 @@ bool FurnaceGUI::parseSysEx(unsigned char* data, size_t len) {
|
|||
for (DivInstrument* i: instruments) {
|
||||
logI("got instrument from MIDI: %s",i->name);
|
||||
e->addInstrumentPtr(i);
|
||||
curIns=e->song.insLen-1;
|
||||
setCurIns(e->song.insLen-1);
|
||||
}
|
||||
} catch (EndOfFileException e) {
|
||||
logW("end of data already?");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue