mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-01 08:23:15 +00:00
c70c8864f1
The actual MidiDriver derives from it. MidiDriver_BASE only provides the minimal API necessary for transmitting MIDI data. The idea is that this is all MidiParser needs, thus allowing us to simplify the various MidiPlayer classes in our engines.