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.cpp
Age
Commit message (
Expand
)
Author
2003-08-07
Fix for Bug [780924] IMUSE: Pitchbend isn't reset when changing tracks
Jamieson Christian
2003-07-31
Fix for RC bug [780675] MI2: Reoccuring crash
Jamieson Christian
2003-07-26
For for Bug [775654] DOTT: Hanging notes
Jamieson Christian
2003-07-10
Fix for Bug [766426]: V5 Games: Adlib SFX not looped
Jamieson Christian
2003-06-18
Use stdafx.h instead of manually including system headers.
Marcus Comstedt
2003-06-01
Fixed hanging notes on Smart Jump when Note Off event cannot be found.
Jamieson Christian
2003-05-25
Fixed occassional music crashes when loading games.
Jamieson Christian
2003-05-24
allNotesOff() now sends to all 16 channels, not just the first 15. Duh.
Jamieson Christian
2003-05-23
Fixed problem with hanging notes on some synth modules.
Jamieson Christian
2003-05-23
Removed annoying warning
Jamieson Christian
2003-05-23
Fixed gcc warning
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-21
More Simon music fixes
Jamieson Christian
2003-05-20
Simon music fixes
Jamieson Christian
2003-05-19
Fixed anonymous structs warning.
Jamieson Christian
2003-05-19
Moved common parsing logic into MidiParser base class.
Jamieson Christian