mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-26 20:59:00 +00:00
Documented MidiParser_SCI, mentioning that it's an extension to the MidiParser_SMF parser
svn-id: r47287
This commit is contained in:
parent
587bbf4b3f
commit
b44a56aa92
@ -45,6 +45,12 @@
|
||||
|
||||
namespace Sci {
|
||||
|
||||
/**
|
||||
* An extended standard MIDI (SMF) parser. Sierra used an extra channel
|
||||
* with special commands for extended functionality and animation syncing.
|
||||
* Refer to MidiParser_SMF() in /sound/midiparser_smf.cpp for the standard
|
||||
* MIDI (SMF) parser functionality that the SCI MIDI parser is based on
|
||||
*/
|
||||
class MidiParser_SCI : public MidiParser {
|
||||
public:
|
||||
MidiParser_SCI(SciVersion soundVersion);
|
||||
|
Loading…
x
Reference in New Issue
Block a user