index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
midiparser_smf.cpp
Age
Commit message (
Expand
)
Author
2004-01-06
updated copyright notice
Max Horn
2003-10-03
cleanup / doxygenification
Max Horn
2003-08-14
Removed incorrect acknowledgements (copy/paste error)
Jamieson Christian
2003-06-18
Use stdafx.h instead of manually including system headers.
Marcus Comstedt
2003-05-25
Fixed occassional music crashes when loading games.
Jamieson Christian
2003-05-23
Fixed tempo problems in Simon games
Jamieson Christian
2003-05-23
Revamped iMuse and Player classes. Player now uses MidiParser to parse its da...
Jamieson Christian
2003-05-22
Added "smart-jump" capability to MidiParser.
Jamieson Christian
2003-05-20
Corrections to SMF Type 1 compression to Type 0.
Jamieson Christian
2003-05-20
init member vars to 0
Max Horn
2003-05-19
Fixed anonymous structs warning.
Jamieson Christian
2003-05-19
Moved common parsing logic into MidiParser base class.
Jamieson Christian
2003-05-19
fix shadow warning; removed unused var
Max Horn
2003-05-19
Fixed Simon 1 music regression.
Jamieson Christian
2003-05-19
Fixed gcc warnings, virtual destructor problem
Jamieson Christian
2003-05-18
Implemented new Simon MIDI module, switching from MidiStreamer to MidiParser....
Jamieson Christian
2003-05-18
SMF/GMF implementation of MidiParser
Jamieson Christian