Age | Commit message (Expand) | Author |
2018-01-03 | MT32: Update to munt 2.3.0 | Tarek Soliman |
2017-12-20 | MT32: Remove executable flag from source files | Tarek Soliman |
2017-08-11 | AUDIO: Fix insufficient memset length in FM-TOWNS synthesizer | Eugene Sandulenko |
2017-08-06 | JANITORIAL: Silence some more GCC 7 fall through warnings | Torbjörn Andersson |
2017-02-28 | MT32: Update Munt to 2.0.3 | Willem Jan Palenstijn |
2017-01-14 | MT32: Fix Set-But-Unused Compiler Warning. | D G Turner |
2016-12-18 | MT32: Really add the virtual destructor | Colin Snover |
2016-12-18 | MT32: Fix virtual dtor warning, incorrect delete, unnecessary allocation | Colin Snover |
2016-12-17 | MT32: Prevent Munt from including <fstream> | Eugene Sandulenko |
2016-12-16 | MT32: Fix driver to be thread-safe | Colin Snover |
2016-12-16 | MT32: Update Munt to 2.0.1-pre | Colin Snover |
2016-11-25 | Revert "MT32: Update Munt to 2.0.0" | Colin Snover |
2016-11-25 | MT32: Update Munt to 2.0.0 | Colin Snover |
2016-10-29 | MT32: Use OSDMessageQueue to post OSD messages from the MT32 thread | Thierry Crozat |
2016-10-09 | JANITORIAL: Remove more trailing spaces | Eugene Sandulenko |
2016-09-07 | AUDIO: Fix CMS chips incorrect pitch. | jepael |
2016-05-08 | AUDIO FM-TOWNS: Fix copy/paste error | Eugene Sandulenko |
2016-04-14 | JANITORIAL: Reduce audio header dependencies | Ori Avtalion |
2016-03-18 | AUDIO: Use MUNT's sample rate for MT-32 emulation. | Johannes Schickel |
2016-03-18 | AUDIO: Make MT-32 emulator play MIDI events immediately. | Johannes Schickel |
2016-01-09 | AUDIO: fix two bugs in FM-TOWNS pcm code | athrxx |
2016-01-07 | AUDIO: Fix clang warning in mame.cpp. | Johannes Schickel |
2016-01-07 | AUDIO: Use standard line warps in iOS7 hack comment in fluidsynth.cpp. | Johannes Schickel |
2016-01-07 | AUDIO: Remove unused includes in fluidsynth.cpp. | Johannes Schickel |
2016-01-07 | IOS: Renames a macro | Vincent Bénony |
2016-01-06 | IOS: Fluidsynth path hack only for iOS 7 | Vincent Bénony |
2016-01-06 | IOS: Uses Common::String instead of plain C string | Vincent Bénony |
2016-01-06 | IOS: Merge branch 'master' into ios-fix | Vincent Bénony |
2016-01-06 | IOS: Brings support for FluidSynth | Vincent Bénony |
2015-12-28 | MT32: Also use the ROM name to return the most appropriate ROM info | Filippos Karapetis |
2015-12-28 | Revert "MT32: Add SHA1 file digest checking in getROMInfo()" | Filippos Karapetis |
2015-12-28 | MT32: Check for CM32-L ROMs before checking for MT-32 ones | Filippos Karapetis |
2015-12-28 | MT32: Add SHA1 file digest checking in getROMInfo() | Filippos Karapetis |
2015-11-09 | AUDIO: (FM-TOWNS) - replace fixed hanging notes buffer with a dynamic chain | athrxx |
2015-11-09 | AUDIO: fix bug #6885 (INDY3: FMTOWNS: Music is distorted (regression)) | athrxx |
2015-11-09 | AUDIO: (FM-TOWNS) - fix looping pcm sounds | athrxx |
2015-11-09 | AUDIO: (FM-TOWNS) - cleanup euphony code | athrxx |
2015-07-07 | AUDIO: Move ALSA OPL 'driver' out of softsynth | Matthew Hoops |
2015-07-07 | AUDIO: Move the common AdLib MidiDriver out of softsynth | Matthew Hoops |
2015-07-07 | AUDIO: Reset OPL registers in ALSA driver | Walter van Niftrik |
2015-07-07 | AUDIO: Fix ALSA AdLib OPL2 waveform mask | Walter van Niftrik |
2015-07-07 | AUDIO: Reset ALSA AdLib on exit | Walter van Niftrik |
2015-07-07 | AUDIO: Update 2nd operator panning for AdLib register 0xc0 | Walter van Niftrik |
2015-07-07 | AUDIO: Fix bug in ALSA AdLib driver | Walter van Niftrik |
2015-07-07 | AUDIO: Add experimental hardware OPL support using ALSA | Walter van Niftrik |
2015-07-07 | AUDIO: Remove all AudioStream access to OPL | Matthew Hoops |
2015-07-07 | AUDIO: Be consistent with calling stop() in OPL destructors | Matthew Hoops |
2015-07-07 | AUDIO: Limit the DOSBox start(0) hack to only being called once | Matthew Hoops |
2015-07-07 | AUDIO: Use the built-in OPL timer for MidiDriver_ADLIB | Matthew Hoops |
2015-07-07 | AUDIO: Introduce a callback to the OPL code | Matthew Hoops |