SCI: implement channel remapping for SCI1
svn-id: r49905
This commit is contained in:
parent
e7e8808aff
commit
af65de6e1a
9 changed files with 109 additions and 106 deletions
|
@ -859,7 +859,8 @@ bool Console::cmdShowInstruments(int argc, const char **argv) {
|
|||
|
||||
SciVersion doSoundVersion = _engine->_features->detectDoSoundType();
|
||||
MidiPlayer *player = MidiPlayer_Midi_create(doSoundVersion);
|
||||
MidiParser_SCI *parser = new MidiParser_SCI(doSoundVersion);
|
||||
MidiParser_SCI *parser; // = new MidiParser_SCI(doSoundVersion);
|
||||
// FIXME: add SciMusic object
|
||||
parser->setMidiDriver(player);
|
||||
|
||||
Common::List<ResourceId> *resources = _engine->getResMan()->listResources(kResourceTypeSound);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue