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
/
simon
/
midi.cpp
Age
Commit message (
Expand
)
Author
2002-12-21
MidiStreamer no longer derives from MidiDriver.
Jamieson Christian
2002-12-12
Changed handling of malformed pitchbend events.
Jamieson Christian
2002-12-11
ripped out obsolete midi streaming code from backends (this may break Alsa/SE...
Max Horn
2002-11-24
Disable/remove some warnings
Travis Howell
2002-11-21
Broke MidiStreamer into .h and .cpp components.
Jamieson Christian
2002-11-18
Added support for volume and pause control to Simon music.
Jamieson Christian
2002-11-17
added structures for midi pause/volume
Oliver Kiehl
2002-11-13
changed warning to error
Oliver Kiehl
2002-11-13
Change last ugly hack to make it a little better
Travis Howell
2002-11-13
An ugly hack to allow music looping in simon1talkie
Travis Howell
2002-11-13
Add midi streaming support from Jamieson630
Travis Howell
2002-11-10
if possible, always #include headers in the source files, not in other headers
Max Horn
2002-10-24
Add simon1demo
Travis Howell
2002-10-21
oops
Max Horn
2002-10-21
fixed simon2win midi (I hope), bug #595813
Max Horn
2002-10-21
The terms Word and DWord are somewhat Windows centric; in fact there are syst...
Max Horn
2002-10-21
clean up of the Simon MidiPlayer class
Max Horn
2002-09-16
simon also use class File
Paweł Kołodziejski
2002-08-21
Initial revision
Max Horn
2002-07-07
indent run
Max Horn
2002-05-05
cleaning up the mess drigo left... <sigh>
Max Horn
2002-05-05
Fixed some things to support MacOS port
Enrico Rolfi
2002-04-19
Use relative include paths to easy some ports.
James Brown
2002-04-14
wrote new mixer class,
Ludvig Strigeus
2002-04-13
made more endian safe
Ludvig Strigeus
2002-04-13
removed anonymous struct
Ludvig Strigeus
2002-04-13
new midi driver API,
Ludvig Strigeus
2002-04-13
possibly fix of compile on unix
Ludvig Strigeus
2002-04-13
Fix various warnings, and things preventing non-win32 platforms from compiling.
James Brown
2002-04-12
new video engine (expect broken non-sdl builds),
Ludvig Strigeus