aboutsummaryrefslogtreecommitdiff
path: root/audio/softsynth/fmtowns_pc98
AgeCommit message (Collapse)Author
2016-10-09JANITORIAL: Remove more trailing spacesEugene Sandulenko
2016-05-08AUDIO FM-TOWNS: Fix copy/paste errorEugene Sandulenko
2016-04-14JANITORIAL: Reduce audio header dependenciesOri Avtalion
2016-01-09AUDIO: fix two bugs in FM-TOWNS pcm codeathrxx
2015-11-09AUDIO: (FM-TOWNS) - replace fixed hanging notes buffer with a dynamic chainathrxx
(This works around issues with some Indy 3 sound tracks. These tracks seem to be broken, since they have way too long duration values for some notes which would fill up the event buffer rather quickly. I tested with the UNZ emulator to be sure that this is an issue which also occurs with the original driver.)
2015-11-09AUDIO: fix bug #6885 (INDY3: FMTOWNS: Music is distorted (regression))athrxx
2015-11-09AUDIO: (FM-TOWNS) - fix looping pcm soundsathrxx
2015-11-09AUDIO: (FM-TOWNS) - cleanup euphony codeathrxx
(rework parts of the code + improve naming of variables/functions)
2014-02-18AUDIO: Make GPL headers consistent in themselves.Johannes Schickel
2012-11-11AUDIO: remove unused variables in FM-TOWNS imuse driverathrxx
2012-03-13JANITORIAL: Replace (x ? false : true) by !(x).Christoph Mallon
2011-11-03AUDIO: remove 2 superfluous lines in Kyra1/Kyra2/LoL FM-Towns/PC-98 sound driverathrxx
2011-11-01FM-TOWNS AUDIO: make constructor of TownsAudioInterfaceInternal privateathrxx
2011-09-17SCUMM FM-TOWNS: fix invalid mem accessesathrxx
- handle some invalid sound resources that come up when starting LOOM - fix typo in midi driver code (causing invalid mem reads)
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-07-10SCUMM: minor bug fix in FM-Towns midi driverathrxx
2011-06-20ALL: Remove trailing whitespacesMax 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-03FM-TOWNS AUDIO: some cleanup in midi driver codeathrxx
2011-06-02FM-TOWNS AUDIO: fix regressionathrxx
2011-06-02FM-TOWNS AUDIO: cleanupathrxx
(move some stuff from TownsAudioInterfaceInternal to TownsAudio_PcmChannel)
2011-05-31AUDIO: Fix GCC Compilation Warning in FM-Towns Softsynth.D G Turner
2011-05-30FM-TOWNS AUDIO: fix destructors (thread safety)athrxx
2011-05-29FM-TOWNS AUDIO: Unlock internal mutex before calling imuse timer proc.athrxx
2011-05-20FM-TOWNS AUDIO: fix gcc warningsathrxx
2011-05-20FM-TOWNS AUDIO: fix thread lockups and cleanupathrxx
- 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-20AUDIO: Remove leftover "forward" declaration after real declaration in the ↵Johannes Schickel
TOWNS midi code.
2011-05-17AUDIO: Remove SVN Id/URL keywords from a few newly added files.Johannes Schickel
2011-05-17FM-TOWNS AUDIO: hopefully fix ps2 port compileathrxx
2011-05-17AUDIO: Fix warningWillem Jan Palenstijn
2011-05-17FM-TOWNS AUDIO: Fix GCC warningsathrxx
2011-05-17FM-TOWNS AUDIO: Fix several CppCheck warningsathrxx
2011-05-17FM-TOWNS AUDIO: Some fixes and renamingathrxx
- 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-17FM-TOWNS AUDIO: Fix some bugs and rename some stuff in the midi driver codeathrxx
2011-05-17FM-TOWNS AUDIO: Fix note off event in midi driverathrxx
2011-05-17FM-TOWNS AUDIO: Fix some midi driver bugsathrxx
2011-05-17FM-TOWNS AUDIO: Some midi code fixes and some renamingathrxx
2011-05-17FM-TOWNS AUDIO: Improve thread safetyathrxx
2011-05-17FM-TOWNS AUDIO: Some more midi driver codeathrxx
2011-05-17FM-TOWNS AUDIO: Fix mod wheel settingathrxx
2011-05-17FM-TOWNS AUDIO: Start fixing midi driver tempoathrxx
2011-05-17FM-TOWNS AUDIO: More midi driver codeathrxx
2011-05-17FM-TOWNS AUDIO: Some renaming in the euphony driver codeathrxx
2011-05-17FM-TOWNS AUDIO: More midi driver code (effect processing)athrxx
2011-05-17FM-TOWNS AUDIO: Implement some midi commandsathrxx
2011-05-17FM-TOWNS AUDIO: Some more midi driver codeathrxx
2011-05-17FM-TOWNS AUDIO: Implement some more midi driver codeathrxx
2011-05-17FM-TOWNS AUDIO: Implement some midi driver functionsathrxx
2011-05-17SCUMM: Adapt code to latest FM-TOWNS audio driver changesathrxx
2011-05-17FM-TOWNS AUDIO: Change internal interface layoutathrxx
2011-05-17FM-TOWNS AUDIO: Some more midi driver code for FM-TOWNS monkey2 and indy4athrxx