aboutsummaryrefslogtreecommitdiff
path: root/sound/midiparser.cpp
AgeCommit message (Expand)Author
2003-06-18Use stdafx.h instead of manually including system headers.Marcus Comstedt
2003-06-01Fixed hanging notes on Smart Jump when Note Off event cannot be found.Jamieson Christian
2003-05-25Fixed occassional music crashes when loading games.Jamieson Christian
2003-05-24allNotesOff() now sends to all 16 channels, not just the first 15. Duh.Jamieson Christian
2003-05-23Fixed problem with hanging notes on some synth modules.Jamieson Christian
2003-05-23Removed annoying warningJamieson Christian
2003-05-23Fixed gcc warningJamieson Christian
2003-05-23Revamped iMuse and Player classes. Player now uses MidiParser to parse its da...Jamieson Christian
2003-05-22Added "smart-jump" capability to MidiParser.Jamieson Christian
2003-05-21More Simon music fixesJamieson Christian
2003-05-20Simon music fixesJamieson Christian
2003-05-19Fixed anonymous structs warning.Jamieson Christian
2003-05-19Moved common parsing logic into MidiParser base class.Jamieson Christian