Open main menu

Difference between revisions of "OpenTasks"

131 bytes added ,  02:43, 1 March 2007
Expand information
(Expand information)
(Expand information)
Line 163: Line 163:


=== XMIDI parser ===
=== XMIDI parser ===
Various of our games make use of the XMIDI format. We already have a parser for it (see sound/midiparser_xmidi.cpp), but it is incomplete. A full-blown XMIDI parser would be nice -- rumors say that the [http://exult.sf.net Exult] has more advanced parser than we do, maybe that could be used as a foundation.
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 ==
657

edits