Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-25 | AUDIO: (FM-Towns/PC-98) - deconstructor/race condition fix | athrxx | |
(move mixer calls before mutex lock, since the mixer has a mutex of its own) | |||
2019-08-07 | AUDIO: (FM-Towns/PC98) - cleanup mutex handling | athrxx | |
2019-08-03 | AUDIO: (FM-TOWNS) Fix GCC Compiler Warning with Copy Assignment | D G Turner | |
2019-03-22 | AUDIO: (FM-TOWNS) - turn warning into debug message | athrxx | |
(no need to bother users with something that is actually intended behavior) | |||
2018-11-14 | AUDIO: (FM-TOWNS) - remove wave memory limit | athrxx | |
(This is basically an unnecessary emulation of a hardware limitation. EOB II will try to load approximately 70 KByte of samples for the outro sequence, which would lead to some missing sounds with the 64 Kbyte limit). | |||
2018-11-14 | AUDIO: (FM-TOWNS) - add error codes | athrxx | |
2016-01-09 | AUDIO: fix two bugs in FM-TOWNS pcm code | athrxx | |
2015-11-09 | AUDIO: (FM-TOWNS) - fix looping pcm sounds | athrxx | |
2014-02-18 | AUDIO: Make GPL headers consistent in themselves. | Johannes Schickel | |
2011-11-01 | FM-TOWNS AUDIO: make constructor of TownsAudioInterfaceInternal private | athrxx | |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn | |
This tries to make our code a bit more compliant with our code formatting conventions. For future use, this is the command I used: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//' | |||
2011-06-02 | FM-TOWNS AUDIO: fix regression | athrxx | |
2011-06-02 | FM-TOWNS AUDIO: cleanup | athrxx | |
(move some stuff from TownsAudioInterfaceInternal to TownsAudio_PcmChannel) | |||
2011-05-31 | AUDIO: Fix GCC Compilation Warning in FM-Towns Softsynth. | D G Turner | |
2011-05-30 | FM-TOWNS AUDIO: fix destructors (thread safety) | athrxx | |
2011-05-29 | FM-TOWNS AUDIO: Unlock internal mutex before calling imuse timer proc. | athrxx | |
2011-05-20 | FM-TOWNS AUDIO: fix gcc warnings | athrxx | |
2011-05-20 | FM-TOWNS AUDIO: fix thread lockups and cleanup | athrxx | |
- fixed lockup situation in imuse destructor (only concerning the fm-towns driver) - fixed lockup situation when AudioCDManager functions get called (in both cases both the main thread and the mixer thread would get locked in different mutex belonging to the other thread) | |||
2011-05-17 | AUDIO: Fix warning | Willem Jan Palenstijn | |
2011-05-17 | FM-TOWNS AUDIO: Fix several CppCheck warnings | athrxx | |
2011-05-17 | FM-TOWNS AUDIO: Some fixes and renaming | athrxx | |
- renamed some stuff in the new midi driver code - fixed minor bug in midi driver code - fixed minor bug in euphony driver code - add some functionality to towns audio interface | |||
2011-05-17 | FM-TOWNS AUDIO: Some midi code fixes and some renaming | athrxx | |
2011-05-17 | FM-TOWNS AUDIO: Improve thread safety | athrxx | |
2011-05-17 | FM-TOWNS AUDIO: Some more midi driver code | athrxx | |
2011-05-17 | FM-TOWNS AUDIO: Change internal interface layout | athrxx | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn | |
svn-id: r55850 |