This website requires JavaScript.
Explore
Help
Register
Sign In
libretro
/
scummvm
Watch
1
Star
0
Fork
0
You've already forked scummvm
mirror of
https://github.com/libretro/scummvm.git
synced
2025-01-21 01:05:59 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
backends
/
midi
History
Max Horn
c07a290d8c
disable the reverb hack for now; at hacked in sound font support (specify 'soundfont' config option with path to a .SF2 file); simplify code a bit by using OpenDefaultComponent; allow usage of any music device, not just the DLSSynth (this may or may not help people with real MIDI devices)
...
svn-id: r11918
2003-12-25 17:23:49 +00:00
..
.cvsignore
…
adlib.cpp
cleanup whitespaces
2003-11-08 22:57:42 +00:00
alsa.cpp
add config file parameter to specify the desired port when using the ALSA music driver
2003-12-11 14:38:43 +00:00
coreaudio.cpp
disable the reverb hack for now; at hacked in sound font support (specify 'soundfont' config option with path to a .SF2 file); simplify code a bit by using OpenDefaultComponent; allow usage of any music device, not just the DLSSynth (this may or may not help people with real MIDI devices)
2003-12-25 17:23:49 +00:00
morphos.cpp
removed duplicate g_timer object (one was global, one was static to timer.cpp); set g_system earlier (might prevent a few race conditions)
2003-09-28 21:08:48 +00:00
null.cpp
…
quicktime.cpp
fix various buglets (like, only 15 of the 16 channels were being inited; also, the 'All note off' code caused odd problems, not yet sure why. I am disabling it for now)
2003-12-24 12:53:07 +00:00
seq.cpp
moved declaration of error/warning/debug from engine.h to util.h
2003-09-10 12:23:42 +00:00
windows.cpp
cleanup whitespaces
2003-11-08 22:57:42 +00:00
ym2612.cpp
cleanup whitespaces
2003-11-08 22:57:42 +00:00
ypa1.cpp
removed duplicate g_timer object (one was global, one was static to timer.cpp); set g_system earlier (might prevent a few race conditions)
2003-09-28 21:08:48 +00:00