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
/
scumm
/
imuse_player.cpp
Age
Commit message (
Expand
)
Author
2003-10-05
Preliminary preparation for new YM2612 FM emulator.
Jamieson Christian
2003-10-03
Fix for Bug [817242] ALL: MT-32 to GM key velocity conversion
Jamieson Christian
2003-10-03
introduced namespace Scumm; made #include statements use scumm/ prefix explic...
Max Horn
2003-10-03
const as const can
Max Horn
2003-09-29
Cleanup, mostly related to matching up semantics
Jamieson Christian
2003-09-25
Fix for Bug [810564] ALL: missing instruments with native MT-32
Jamieson Christian
2003-09-18
moved engine.* to base; this fixes some linking issues when building a barebo...
Max Horn
2003-09-16
Partial fix for Bug [636985] ZAK256: No kazoo tune
Jamieson Christian
2003-09-07
some cleanup; clarified isSoundInUse semantics and the difference between IMu...
Max Horn
2003-08-29
Replaced VER_V* notation for savegames with
Jamieson Christian
2003-08-21
Fix for Bug [792178] MI1: Intro asynchronity regression
Jamieson Christian
2003-08-17
More adlib tempo tweaks
Jochen Hoenicke
2003-08-16
More corrections to the VAR_MUSIC_TIMER
Jamieson Christian
2003-08-16
Corrected timing mechanism for RO music streams.
Jamieson Christian
2003-08-16
Fixed transpose/detune computations
Jamieson Christian
2003-08-14
Added support for Roland MT-32 music tracks
Jamieson Christian
2003-08-13
Made Player::decode_sysex_bytes const-correct.
Bertrand Augereau
2003-08-08
Fixed type mismatch warning
Jamieson Christian
2003-08-08
Added missing break after case
Jamieson Christian
2003-08-07
Fix for Bug [780924] IMUSE: Pitchbend isn't reset when changing tracks
Jamieson Christian
2003-08-06
Upgraded IMuse::doCommand() to support more than 8 parameters.
Jamieson Christian
2003-08-05
getting rid of g_mixer; removing lots of whitespace
Max Horn
2003-08-01
indention fix (so the code adheres to our indention rules)
Max Horn
2003-07-31
Fix for RC bug [780675] MI2: Reoccuring crash
Jamieson Christian
2003-06-27
sync implementation with interface
Max Horn
2003-06-01
Hack to fix odd usage of the ParameterFader
Jamieson Christian
2003-05-31
fixed mismatch between declaration and implementation
Max Horn
2003-05-25
More cleanup, plus more crash-aversion fixes.
Jamieson Christian
2003-05-25
Fixed music starting at incorrect location when loading game
Jamieson Christian
2003-05-25
Fixed occassional music crashes when loading games.
Jamieson Christian
2003-05-24
Possible fix for hanging notes in iMuse
Jamieson Christian
2003-05-24
Removed more unnecessary code
Jamieson Christian
2003-05-24
Various iMuse cleanup
Jamieson Christian
2003-05-24
Fix for bug [742688] FOA: Missing music at Sophia's lecture.
Jamieson Christian
2003-05-23
Added XMIDI support to IMuse. IMuse now plays music from Humongous games.
Jamieson Christian
2003-05-23
Revamped iMuse and Player classes. Player now uses MidiParser to parse its da...
Jamieson Christian
2003-05-22
Separated IMuse Player into its own file
Jamieson Christian