Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-03-29 | Added support for LLE OPL2 and OPL3 emulators | Wohlstand | |
Kept disabled by default because they are extremely heavy for ordinary processors. | |||
2025-03-29 | Refactored DOS support | Wohlstand | |
2025-03-26 | CMake: Enable stricter debug of STL containers | Wohlstand | |
2025-03-26 | CMake: Added support for Address Sanitizer | Wohlstand | |
To debug possible memory damages | |||
2025-03-25 | Added MAME OPL2 emulator | Wohlstand | |
2025-03-25 | Implemented support of YMFM emulators and OPL2 | Wohlstand | |
2025-03-24 | Added experimental support of ESFMu emulator | Wohlstand | |
Not yet working properly | |||
2024-12-30 | CMake: Fixed warning at new CMake versinos | Wohlstand | |
2024-05-23 | MidiPlay: Fixed build on macOS | Wohlstand | |
2024-05-11 | Initial implementation of Serial support | Wohlstand | |
+ refactor of the MIDI play, making separated loop functions instead the mess of everything in one single loop function. | |||
2023-08-07 | CMake: Added range of minimal versions | Wohlstand | |
2023-07-24 | CMake: use GNU90 standard | Wohlstand | |
2023-05-26 | Opal: Convert entire Opal code into the Pure C | Wohlstand | |
2023-05-17 | CMake: Fixed build with disabled embedded banks | Wohlstand | |
2023-05-17 | gen_adldata: Support for custom banks.ini files | Wohlstand | |
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-16 | CMake: Added -NDEBUG macro when Release build is | Wohlstand | |
2023-05-16 | CMake: 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-16 | CMake: Apply some fixes for Devkit Pro related builds | Wohlstand | |
2023-03-07 | CMake: proper config | Denis Barkar | |
2023-02-23 | CMake: added package export, fixed includes | Denis Barkar | |
2023-02-23 | CMake: respect BUILD_SHARED_LIBS setting | Denis Barkar | |
2022-12-23 | Ouch | Wohlstand | |
2022-12-23 | Misc: Added WUT mutex support | Wohlstand | |
2022-10-17 | CMake: forgot to list the "include" directory | Wohlstand | |
2022-10-17 | CMake: Make IDEs see headers | Wohlstand | |
2022-09-26 | CMake: tweaked some of platform specific macros | Wohlstand | |
2022-03-11 | Use LWP_Mutex API from libOGC where needed | Wohlstand | |
2022-03-08 | Disable mutex usage at some platforms | Wohlstand | |
2021-08-25 | Add 3DS into the FPIC condition | Wohlstand | |
2021-07-18 | Synchronize the MIDI Sequencer with mainstream | Wohlstand | |
2021-07-17 | Build: Don't build shared library where impossible | Wohlstand | |
At several platforms the shared library is an impossible thing | |||
2021-07-17 | Build: Tune the Vita compatibility | Wohlstand | |
2021-01-24 | Added an ability to disable auto-arpeggio | Wohlstand | |
Backported from libOPNMIDI | |||
2020-09-22 | Update readme | Wohlstand | |
2020-09-21 | Added WinMM driver for windows (#236) | Vitaly Novichkov | |
* ADLMIDI2: Fixed an MSVC build However, it may work glitchy! * Experimental WinMM MIDI driver TODO: Make a control panel to configure the driver * WinMM-DRV: A workaround for older MinGW * WinMM-DRV: WIP control panel appled / tool * WinMM-DRV: Better test a driver's work * WinMM-DRV: More progress on a control panel * WinMM-DRV: And more progress on this control panel It's almost completed, I need to make the working setup through a registry. * WinMM-DRV: Driver is almost ready However, control panel can't ping a driver to reload settings yet * WinMM-DRV: Fix the missing volume model setup * WinMM-DRV: Setup reload on the fly now work! * WinMM-DRV: Stabilize the thing * WinMM-DRV: Stabilizing * WinMM-DRV: Avoid all "setup" in names to avoid a stupid PCA thing: https://stackoverflow.com/questions/17660404/how-to-programmatically-disable-program-compatibility-assistant-in-windows-7-and * A small warning fix at the WOPL module * WinMM-DRV: Fixed some warnings * WinMM-DRV: Avoid PCA dialog on the installer * WiNMM-DRV: Make the linking of pthread being optional Required to use MinGW-w64 toolchain with the "win32" threading mode * WinMM-DRV: Receive the MODM_RESET to reset the MIDI state * WinMM-DRV: Attempt to fix a sound distorsion on song song * WinMM-Drv: Fixed a build on some older MinGW toolchains * WinMM-Drv: Fixed default settings not being loaded | |||
2020-09-13 | Rename "adldata.cpp" into "inst_db.cpp" | Wohlstand | |
2020-09-13 | Version 1.5 | Wohlstand | |
2020-08-31 | Remove C++ extras | Wohlstand | |
All C++ binded features are useless since C-binded real-time MIDI API can completely replace them at all. This was a workaround for ADLMIDI2 tool. | |||
2020-08-19 | Use new banks database format | Wohlstand | |
However, it's stil need to clean-up and fix gen_adldata for a correct work! | |||
2020-08-16 | Merge branch 'master' into wip-new-embedded-banks | Wohlstand | |
2020-08-16 | Tuned the work on hardware OPL3 chip | Wohlstand | |
#230 | |||
2020-02-22 | Merge branch 'master' into wip-new-embedded-banks | Wohlstand | |
2020-01-28 | Added MUS2MID conversion tool | Wohlstand | |
2019-12-06 | CMake: Added docks installing | Wohlstand | |
2019-12-04 | Merge branch 'master' into wip-new-embedded-banks | Wohlstand | |
2019-12-04 | CMake: Don't give "-static" suffix on non-Windows platforms | Wohlstand | |
2019-12-04 | CMake: Allow overriding of output paths | Wohlstand | |
2019-12-04 | Merge branch 'master' into wip-new-embedded-banks | Wohlstand | |
2019-12-04 | CMake: Added SO version | Wohlstand | |
2019-09-23 | MidiPlay: Move Audio Output into separate module | Wohlstand | |