657
edits
(Expand information) |
(Expand information) |
||
Line 163: | Line 163: | ||
=== XMIDI parser === | === XMIDI parser === | ||
Several of our games make use of the XMIDI format. We already have a parser for it (see sound/midiparser_xmidi.cpp), which was based on code from the [http://exult.sf.net Exult] project, but it is incomplete. Spefically we require support for XMIDI_CONTROLLER_FOR_LOOP and XMIDI_CONTROLLER_NEXT_BREAK, the XMIDI code (see audio/midi_drivers/XMidiSequence.cpp) from the [http://exult.sf.net Exult] project, could be used as reference again. | |||
== Add sound to C64 games == | == Add sound to C64 games == |
edits