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
/
mpu401.cpp
Age
Commit message (
Expand
)
Author
2004-01-06
updated copyright notice
Max Horn
2003-10-17
renamed some Timer methods
Max Horn
2003-10-10
cleanup
Max Horn
2003-10-04
use namespace Common a bit more; don't zero the RNG in scumm (else the seed g...
Max Horn
2003-09-28
removed duplicate g_timer object (one was global, one was static to timer.cpp...
Max Horn
2003-09-27
Timer services are now available through g_timer, so
Jamieson Christian
2003-09-26
Converted the MPU-401 timer to use the Timer class.
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-08-08
Added generic send() option to MidiChannel.
Jamieson Christian
2003-08-08
Send All Notes Off to every channel on close
Jamieson Christian
2003-06-21
make gcc happy
Jonathan Gray
2003-06-11
fixed cast warnings
Max Horn
2003-06-11
Fixed race condition in MPU401 shutdown
Jamieson Christian
2003-06-01
Some last SysEx cleanup.
Jamieson Christian
2003-05-29
added TODO: get rid of create_thread
Max Horn
2003-05-19
Fixed problem updating callback
Jamieson Christian
2003-05-17
Absorbed last tidbits of mididrv.cpp into other files
Jamieson Christian
2003-05-16
Added SysEx hooks
Jamieson Christian
2003-04-30
PalmOS changes
Max Horn
2003-03-06
updated copyrights headers
Paweł Kołodziejski
2003-03-06
and more cleanup ....
Paweł Kołodziejski
2002-12-25
Fix midi driver thread for MorphOS
Ruediger Hanke
2002-12-18
Initial framework for SysEx output support.
Jamieson Christian
2002-12-08
started to split out the midi drivers
Max Horn