.. |
.cvsignore
|
fixed the 'intelligent' GCC build rules; added .cvsignore files
|
2002-08-21 16:28:19 +00:00 |
audiostream.cpp
|
Up debug level of this warning, since it floods output in loom
|
2003-09-09 13:23:09 +00:00 |
audiostream.h
|
ZeroInputStream::readBuffer didn't have the same signature as the base class version, making VC.NET 2K3 complain
|
2003-08-13 22:01:34 +00:00 |
fmopl.cpp
|
moved declaration of error/warning/debug from engine.h to util.h; added voc.cpp
|
2003-09-10 12:19:57 +00:00 |
fmopl.h
|
#include cleanup (explicityl specify the location for headers from common/, so that we at some point can get rid of -Icommon; exception is made for stdafx.h, since a) we might want to rename it and b) might want to move it to the top level)
|
2003-08-01 12:21:04 +00:00 |
mididrv.h
|
Added PC Speaker and PCjr command line options,
|
2003-08-13 14:08:21 +00:00 |
midiparser_smf.cpp
|
Removed incorrect acknowledgements (copy/paste error)
|
2003-08-14 05:07:31 +00:00 |
midiparser_xmidi.cpp
|
Use stdafx.h instead of manually including system headers.
|
2003-06-18 21:10:05 +00:00 |
midiparser.cpp
|
Fix for Bug [780924] IMUSE: Pitchbend isn't reset when changing tracks
|
2003-08-07 23:42:15 +00:00 |
midiparser.h
|
More corrections to the VAR_MUSIC_TIMER
|
2003-08-16 17:08:22 +00:00 |
mixer.cpp
|
Don't call the premix function when the mixer is paused. (This is
|
2003-09-16 07:06:17 +00:00 |
mixer.h
|
new header file for VOC specific stuff
|
2003-09-07 20:23:38 +00:00 |
module.mk
|
some tweaks to the build system (work toward plugin support)
|
2003-09-17 21:53:13 +00:00 |
mpu401.cpp
|
Added generic send() option to MidiChannel.
|
2003-08-08 11:54:24 +00:00 |
mpu401.h
|
Added generic send() option to MidiChannel.
|
2003-08-08 11:54:24 +00:00 |
rate.cpp
|
optimized channel volume/pan handling
|
2003-09-05 23:27:11 +00:00 |
rate.h
|
some (untested!) support for backends which require unsigned audio samples
|
2003-09-11 22:57:06 +00:00 |
resample.cpp
|
start to use code from the original resample codebase, since it uses fixed point math instead of float; however, the code is not at all complete right now, I just commit this to get it off my HD (neither the old nor the new code in resample.cpp work anyway)
|
2003-09-08 15:32:37 +00:00 |
resample.h
|
start to use code from the original resample codebase, since it uses fixed point math instead of float; however, the code is not at all complete right now, I just commit this to get it off my HD (neither the old nor the new code in resample.cpp work anyway)
|
2003-09-08 15:32:37 +00:00 |
voc.cpp
|
moved declaration of error/warning/debug from engine.h to util.h; added voc.cpp
|
2003-09-10 12:19:57 +00:00 |
voc.h
|
moved declaration of error/warning/debug from engine.h to util.h; added voc.cpp
|
2003-09-10 12:19:57 +00:00 |