Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-07-28 | added constants for the default volumes; changed the volume ranges from ↵ | Max Horn | |
0-255 to 0-256 svn-id: r4670 | |||
2002-07-27 | fixed some warnings, fixed clamped_add_16 to do the right thing now (wow, ↵ | Max Horn | |
nobody noticed this.. :-) svn-id: r4652 | |||
2002-07-26 | when mixing data, clamp the addition - otherwise we might get overflows for ↵ | Max Horn | |
high volumes svn-id: r4647 | |||
2002-07-26 | added painelf's (still unfinished) sound dialog in NewGUI. Beware, this is ↵ | Max Horn | |
work in progress, don't report problems with it just yet, we already know they are there :-) svn-id: r4635 | |||
2002-07-23 | fixed Channel_MP3::mix to deal correctly with _silence_cut (this improves ↵ | Max Horn | |
lip sync); put cubic interpolation code into a utility class, CubicInterpolator; now three mixers use this, converting the other ones should be simple svn-id: r4623 | |||
2002-07-23 | renamed SPECIAL_CHANNEL to PERCUSSION_CHANNEL; don't apply MT32->GM ↵ | Max Horn | |
conversion on percussion channel; some indention fixes svn-id: r4621 | |||
2002-07-22 | pulled out arisme's recent changes to pauseMode, they are not correct as ↵ | Max Horn | |
they break pause mode for all systems that use real MIDI drivers (see bug #584684). If you need a mute music mode, then add an according function to iMUSE/mixer but don't abuse pause mode, please svn-id: r4615 | |||
2002-07-21 | Apply patch from Torbj�rn Andersson to make MP3_CDMUSIC mixer use | James Brown | |
music_volume instead of sfx_volume. svn-id: r4611 | |||
2002-07-20 | Fixed Monkey Island 2 freeze when sound is paused | Nicolas Bacca | |
svn-id: r4608 | |||
2002-07-17 | added cubic spline interpolation (only to mix_unsigned_mono_8 because that's ↵ | Max Horn | |
what I used to test); next step will be to put this into a seperate function which all the 9 mixers (8 normal ones and one for MP3) will then use, but I gotta sleep now :-) svn-id: r4585 | |||
2002-07-07 | indent run | Max Horn | |
svn-id: r4475 | |||
2002-07-04 | fixed compilation of imuse.cpp | Max Horn | |
svn-id: r4454 | |||
2002-06-26 | Hacks to make SMUSH mixer a bit more tollerable. | James Brown | |
svn-id: r4429 | |||
2002-06-06 | As long as I am fixing regression bug introduced by my streaming | Lionel Ulmer | |
patch, fix also the 'FLAG_FILE' stuff. Endy, you should be able to revert your patch to Simon as it should not be needed anymore now :-) svn-id: r4412 | |||
2002-06-06 | This should fix the regression introduced by my streaming changes (bug | Lionel Ulmer | |
#564756). Thanks Oliver Kiehl for the find :-) svn-id: r4411 | |||
2002-06-03 | Added the mutex support to ease the streaming (ie to prevent all race | Lionel Ulmer | |
conditions between an 'append' and a playing by the sound thread). Porters should add the relevant stuff to their OSystem interfaces. But finally, the bug reported by Valgrind was much more trivial than that and is also fixed in this commit :-) svn-id: r4398 | |||
2002-06-02 | Fix the streaming used in the movies in TheDig (warning, did not test | Lionel Ulmer | |
Full Throttle). This should be less buggy (ie crash less often, maybe not better quality) than the previous code. NOTE: the '1024 *' is here for testing purposes and will need to be severely reduced :-/ svn-id: r4396 | |||
2002-05-22 | Fix for mixer 16 bits samples. Samples are clear now. | Paweł Kołodziejski | |
bbrox: This patch works fine for me, previous not. (MSVC6 + SP5) svn-id: r4368 | |||
2002-05-20 | Add volume control like it is done for MP3 to the 16 bit 'mixers' (ie | Lionel Ulmer | |
using a 32 level only volume range). svn-id: r4365 | |||
2002-05-19 | The Dig: stereo samples and mixer | Paweł Kołodziejski | |
svn-id: r4359 | |||
2002-05-19 | The Dig: 16 bit samples and mixer | Paweł Kołodziejski | |
svn-id: r4358 | |||
2002-05-18 | The second part of armisme fix is here... | Nicolas Noble | |
<Arisme> but on the bright side, now ScummVM will be #1 on Sourceforge :D Oh well.... svn-id: r4353 | |||
2002-05-18 | And now commiting the *REAL* arisme patch... | Nicolas Noble | |
svn-id: r4352 | |||
2002-05-18 | Next time, I'll have to kill you Arisme ok? ;-) | Nicolas Noble | |
svn-id: r4351 | |||
2002-05-18 | Oops | Nicolas Bacca | |
svn-id: r4350 | |||
2002-05-18 | Big ugly hairy hack to remove Scumm class dependencies to the MidiEmu ↵ | Nicolas Bacca | |
driver, and add streaming (ahah) emulation - someone please fix this as soon as possible :) svn-id: r4349 | |||
2002-05-18 | Added infrastructure to support more than 8 bit signed / unsigned RAW | Lionel Ulmer | |
mixers. Porters, beware, the default configuration is now 16 bit stereo instead of 16 mono as before (I changed X11 and SDL but no others). I did not add support for any other format yet, I will let Endy do it when he needs it :-) svn-id: r4348 | |||
2002-05-18 | Fixing ALSA driver to not segfault when launching simon. It still isn't | Nicolas Noble | |
supported but it's better signaled now. BTW I think there is a bug somewhere since the close() method were called without beeing open()'d. Oh well... svn-id: r4347 | |||
2002-05-17 | fixed shadow var warnings | Max Horn | |
svn-id: r4345 | |||
2002-05-16 | Cleaning up a little the ALSA driver, and removed the 'old beast': the old ↵ | Nicolas Noble | |
TiMidity code. svn-id: r4344 | |||
2002-05-16 | Added an ALSA sequencer support. Updated readme.txt to explain it, and | Nicolas Noble | |
Makefile to allow the user to enable it. I also reorganised the Makefile a bit, since there is now one more optionnal library. BBrox, I also merged your Makefile.x11 in it, just take a look at it! svn-id: r4341 | |||
2002-05-12 | added append() stubs for Channel_MP3/Channel_MP3_CDMUSIC | Max Horn | |
svn-id: r4296 | |||
2002-05-12 | Add new mixer 'append' function to allow pseudo-streaming for SMUSH | James Brown | |
svn-id: r4291 | |||
2002-05-12 | Fix crash if envvar not set. | James Brown | |
svn-id: r4286 | |||
2002-05-12 | Add new MIDIPORT parameter to solve Linux sequencer issues. | James Brown | |
svn-id: r4285 | |||
2002-05-10 | Impliment what we call 'random guesses' for Sam and Max iMUSE | James Brown | |
svn-id: r4271 | |||
2002-05-09 | Fix odd Sam and Max iMUSE crash. Thread syncronisation bug? | James Brown | |
svn-id: r4256 | |||
2002-05-08 | Remove 373 type conversion warnings | James Brown | |
svn-id: r4247 | |||
2002-05-08 | Hacked away some code from Timidity to support 'Pitch wheel'. The DOTT | Lionel Ulmer | |
intro now sounds a bit better than before using the 'midiemu' driver. svn-id: r4246 | |||
2002-05-08 | Remove the setting of 'adlib_mode' to _RYTHM value (did for testing). | Lionel Ulmer | |
svn-id: r4241 | |||
2002-05-08 | Fixed the 'myinsbank' init (to not read memory that it should | Lionel Ulmer | |
not). Change the 'write_adlib' function to be more in line to what AdPlug does. svn-id: r4240 | |||
2002-05-08 | Fix compile warnings. | James Brown | |
svn-id: r4237 | |||
2002-05-08 | Add possible code for Modulation/Sustain to Emulated Midi Driver | James Brown | |
svn-id: r4236 | |||
2002-05-08 | Major cleanup of fmopl, and change incorrect uint32 typecasting. | James Brown | |
Midi Emulation driver sounds a lot better now. svn-id: r4235 | |||
2002-05-07 | First commit of the OPL2 MIDI driver (to have MIDI music without | Lionel Ulmer | |
requiring any OS-level MIDI support). This was taken from AdPlug. This is *very* buggy for now (well, it works, but it sounds just plain ugly :-) ). svn-id: r4232 | |||
2002-05-07 | Fix a (very rare outside of running with GDB) race condition between | Lionel Ulmer | |
thread start and the parameters used by the thread. svn-id: r4230 | |||
2002-05-05 | cleaning up the mess drigo left... <sigh> | Max Horn | |
svn-id: r4215 | |||
2002-05-05 | Fixed some things to support MacOS port and QuickTime | Enrico Rolfi | |
svn-id: r4211 | |||
2002-05-04 | automatic detecion of MT32 vs. GM midi; removed obsolete -r command line option | Max Horn | |
svn-id: r4193 | |||
2002-05-04 | my version of MAD (0.14.2b) has no MAD_ERROR_NONE; where did that come from? | Max Horn | |
svn-id: r4191 |