scummvm/backends/midi
Torbjörn Andersson a3ea44fd48 Some updates (mostly guesswork) for the ALSA MIDI driver, mostly prompted by
Waxworks (Simon engine). See http://www.borg.com/~jglatt/tech/midispec.htm for
reference.

* Added case for Aftertouch (Key Pressure).

* Changed Channel Pressure to flush the event immediatley. The message could
  apply to notes while they are playing.

* Downgraded the error for unknown MIDI messages to a warning, and clarified it
  slightly.

svn-id: r23949
2006-09-20 17:16:58 +00:00
..
alsa.cpp Some updates (mostly guesswork) for the ALSA MIDI driver, mostly prompted by 2006-09-20 17:16:58 +00:00
coreaudio.cpp Avoid using exceptions 2006-04-14 23:21:59 +00:00
coremidi.cpp SysEx data now passed around with const pointers. Permits simplification of some SysEx client code. 2006-02-27 01:59:07 +00:00
morphos.cpp Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 to ~250). Many greetings to eriktorbjorn, and have fun recompiling. 2006-03-29 15:59:37 +00:00
quicktime.cpp Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 to ~250). Many greetings to eriktorbjorn, and have fun recompiling. 2006-03-29 15:59:37 +00:00
seq.cpp WIP of maemo port 2006-03-04 01:32:04 +00:00
windows.cpp SysEx data now passed around with const pointers. Permits simplification of some SysEx client code. 2006-02-27 01:59:07 +00:00
ypa1.cpp Change CVS keywords to SVN keywords 2006-02-11 12:47:47 +00:00
zodiac.cpp Fixed compilation 2006-09-17 10:08:16 +00:00