aboutsummaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)Author
2003-06-27fixed warningPaweł Kołodziejski
2003-06-24cleanupMax Horn
2003-06-22fixed warningsPaweł Kołodziejski
2003-06-22d'ohMax Horn
2003-06-22fixed Vorbis CD track codeMax Horn
2003-06-22don't memset the output buffer to 0 if _eof_flag is set; rather, we should 'a...Max Horn
2003-06-22properly init member vars instead of using memsetMax Horn
2003-06-22Change names of the stream API in the mixer; added endStream method (stop() h...Max Horn
2003-06-22fix compile when vorbis is enabled, loomcd is now broken with vorbis after re...Jonathan Gray
2003-06-22renamed SoundMixer::hasActiveChannel->hasActiveSFXChannel, and fixed the regr...Max Horn
2003-06-22remove the realDestroy methods and instead use destructors; renamed insertAt ...Max Horn
2003-06-21lots of mixer cleanup / refactoring / reengineeringMax Horn
2003-06-21modified & cleaned up the playStream/append code a bit; but this API really c...Max Horn
2003-06-21cleanupMax Horn
2003-06-21make gcc happyJonathan Gray
2003-06-18Fix for bug [756555] ALL: With '-ewindows' notes don't stop at quitJamieson Christian
2003-06-18Use stdafx.h instead of manually including system headers.Marcus Comstedt
2003-06-15more cleanupMax Horn
2003-06-11fixed cast warningsMax Horn
2003-06-11Fixed post-mortem attempts to transmit MIDI dataJamieson Christian
2003-06-11Fixed race condition in MPU401 shutdownJamieson Christian
2003-06-09use clear_sound_proc to properly deinit the mixer (this fixes a crash-on-exit)Max Horn
2003-06-01Made some conversions explicit to prevent VC.NET 2003 from complainingBertrand Augereau
2003-06-01Fixed hanging notes on Smart Jump when Note Off event cannot be found.Jamieson Christian
2003-06-01Documentation correctionsJamieson Christian
2003-06-01Some last SysEx cleanup.Jamieson Christian
2003-05-31Some Doxygen documentation. Just to test.Jamieson Christian
2003-05-29more OSystem docs & cleanupMax Horn
2003-05-29added TODO: get rid of create_threadMax Horn
2003-05-25Fixed occassional music crashes when loading games.Jamieson Christian
2003-05-24allNotesOff() now sends to all 16 channels, not just the first 15. Duh.Jamieson Christian
2003-05-23fixed nasty deadlock I recently introducedMax Horn
2003-05-23Fixed problem with hanging notes on some synth modules.Jamieson Christian
2003-05-23Fixed tempo problems in Simon gamesJamieson Christian
2003-05-23Removed annoying warningJamieson Christian
2003-05-23Fixed gcc warningJamieson Christian
2003-05-23Revamped iMuse and Player classes. Player now uses MidiParser to parse its da...Jamieson Christian
2003-05-22make sure that the mutex protects everything that affects the bufferMax Horn
2003-05-22Added "smart-jump" capability to MidiParser.Jamieson Christian
2003-05-21pedantic warning fixMax Horn
2003-05-21More Simon music fixesJamieson Christian
2003-05-20Corrections to SMF Type 1 compression to Type 0.Jamieson Christian
2003-05-20Simon music fixesJamieson Christian
2003-05-20init member vars to 0Max Horn
2003-05-20Fixed regression in XMIDI parsing.Jamieson Christian
2003-05-19Fixed anonymous structs warning.Jamieson Christian
2003-05-19Moved common parsing logic into MidiParser base class.Jamieson Christian
2003-05-19Fixed problem updating callbackJamieson Christian
2003-05-19fix shadow warning; removed unused varMax Horn
2003-05-19fix shadow warningMax Horn