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-11 04:06:12 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
sound
History
Max Horn
f7e85af552
use clear_sound_proc to properly deinit the mixer (this fixes a crash-on-exit)
...
svn-id: r8410
2003-06-09 01:19:44 +00:00
..
.cvsignore
fixed the 'intelligent' GCC build rules; added .cvsignore files
2002-08-21 16:28:19 +00:00
fmopl.cpp
Made some conversions explicit to prevent VC.NET 2003 from complaining
2003-06-01 21:52:53 +00:00
fmopl.h
new fmopl (from adplug, which has it from mame; we can use it under the LGPL should we ever have to)
2003-05-04 21:17:42 +00:00
mididrv.h
Revamped iMuse and Player classes. Player now uses MidiParser to parse its data, which will allow it to parse other MIDI formats. To receive parsed data, Player now derives from MidiDriver to act as a "fake MIDI driver".
2003-05-23 04:19:47 +00:00
midiparser_smf.cpp
Fixed occassional music crashes when loading games.
2003-05-25 15:47:06 +00:00
midiparser_xmidi.cpp
Fixed occassional music crashes when loading games.
2003-05-25 15:47:06 +00:00
midiparser.cpp
Fixed hanging notes on Smart Jump when Note Off event cannot be found.
2003-06-01 18:24:10 +00:00
midiparser.h
Documentation corrections
2003-06-01 04:06:24 +00:00
mixer.cpp
use clear_sound_proc to properly deinit the mixer (this fixes a crash-on-exit)
2003-06-09 01:19:44 +00:00
mixer.h
HAVE_CONFIG_H
2003-05-18 13:39:02 +00:00
module.mk
Moved common parsing logic into MidiParser base class.
2003-05-19 18:48:18 +00:00
mpu401.cpp
Some last SysEx cleanup.
2003-06-01 04:05:13 +00:00
mpu401.h
Some last SysEx cleanup.
2003-06-01 04:05:13 +00:00