aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-05-23MidiPlay: Fixed build on macOSWohlstand
2024-05-23Serial: Fixed initialization on macOSWohlstand
2024-05-21VLC plugin: Fixed the delay value for events processingWohlstand
2024-05-11opl_serial_port: Fixed the polymorphismWohlstand
2024-05-11MidiPlay: Better DOS timer codeWohlstand
2024-05-11OPL3: Add the CSW/NoteSel initialisation to 0Wohlstand
2024-05-11OPL3: Fixed incorrect operator registers initialisationWohlstand
2024-05-11OPL3: Also clean up frequency registersWohlstand
This will guarantee the identical work on hardware too
2024-05-11MidiPlay: Backported gaininig from OPNMIDI playerWohlstand
2024-05-11Initial implementation of Serial supportWohlstand
+ refactor of the MIDI play, making separated loop functions instead the mess of everything in one single loop function.
2024-05-06MidiPlay: Print the status about DOS clockWohlstand
2024-05-06MidiPlay: Added check for dmpi_yield on DOSWohlstand
and use the "hlt" when "dmpi_yield" is unavailable
2024-05-05opal.c: Put content of Mult32To64 into MulDivRWohlstand
2024-04-30Opal OPL3: Resolved the integer overflow for sample rates >=65536hzWohlstand
Took the OpenMPT's fix for this #278
2024-01-07Updated copyright year to 2024Wohlstand
2023-11-13Synchronized updates of Nuked OPL3 emulator from OPL3BEWohlstand
2023-11-05README.md: Remove duplicated Changelog headerWohlstand
2023-10-12Added simple Golang exampleWohlstand
2023-10-05Don't change pitch for HiHat and Cymbal on CMF tracksWohlstand
2023-10-05adlmidi_midiplay.cpp: Simplify some rhythm mode related checksWohlstand
2023-10-05Improved CMF supportWohlstand
- Added missing transpose, depth control, and song marker controllers
2023-08-08Updated Catch2 library to fix the buildWohlstand
2023-08-08Update Semaphore configurationVitaly Novichkov
2023-08-08Update Semaphore configurationVitaly Novichkov
2023-08-08Update Semaphore configurationVitaly Novichkov
2023-08-08Update Semaphore configurationVitaly Novichkov
2023-08-08Update Semaphore configurationVitaly Novichkov
2023-08-07Update Semaphore configurationVitaly Novichkov
2023-08-07Update Semaphore configurationVitaly Novichkov
2023-08-07Update Semaphore configurationVitaly Novichkov
2023-08-07Update Semaphore configurationVitaly Novichkov
2023-08-07CMake: Added range of minimal versionsWohlstand
2023-07-24CMake: use GNU90 standardWohlstand
2023-07-23adlmidiplay.cpp: Small whitespace tweakWohlstand
2023-07-10adlmidi_opl3.cpp: Tweaked the panning distanceWohlstand
#268
2023-06-16Added workaround for the recent Vita SDK updateWohlstand
2023-06-16adlmidi_midiplay.cpp: Fixed the channel allocation logicWohlstand
2023-05-28adlmidi_midiplay.cpp: Cleaned-up the codeWohlstand
2023-05-28Fixed accuracy of HMI-OLD volume modelWohlstand
Make HMI-OLD volume model also use "Any-Released" channel allocation as the normal "HMI".
2023-05-26opal.h: Remove extra commaWohlstand
It violates C90 standard
2023-05-26Opal: Convert entire Opal code into the Pure CWohlstand
2023-05-17CMake: Fixed build with disabled embedded banksWohlstand
2023-05-17gen_adldata: Support for custom banks.ini filesWohlstand
Add an ability to specify a custom list of banks during the build process Instead of using a pre-built cache, the new banks list will be generated on the fly. @mmontag, I didn't forgot about you, and I hope, you could make your own "banks.ini" somewhere outside, and build the the thing with it.
2023-05-16CMake: Added -NDEBUG macro when Release build isWohlstand
2023-05-16CMake: Remove the auto-"Release"Wohlstand
This makes a pain to package managers who needs to specify an own set of optimisations using CMAKE_BUILD_TYPE=None way.
2023-05-16CMake: Apply some fixes for Devkit Pro related buildsWohlstand
2023-05-14midi_sequencer_impl.hpp: Remove actually unused local variableWohlstand
2023-05-14adlmidi.cpp: Remove the n_periodCountStereo conditionWohlstand
2023-05-10midi_sequencer.hpp: Fixed warningWohlstand
2023-03-30nukedopl3.c: Remove "inline" keywordWohlstand
- It breaks compilation on -std=c90 - It conflicts with the existsing declaration at the header