Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-13 | Synchronized updates of Nuked OPL3 emulator from OPL3BE | Wohlstand | |
2023-11-05 | README.md: Remove duplicated Changelog header | Wohlstand | |
2023-10-12 | Added simple Golang example | Wohlstand | |
2023-10-05 | Don't change pitch for HiHat and Cymbal on CMF tracks | Wohlstand | |
2023-10-05 | adlmidi_midiplay.cpp: Simplify some rhythm mode related checks | Wohlstand | |
2023-10-05 | Improved CMF support | Wohlstand | |
- Added missing transpose, depth control, and song marker controllers | |||
2023-08-08 | Updated Catch2 library to fix the build | Wohlstand | |
2023-08-08 | Update Semaphore configuration | Vitaly Novichkov | |
2023-08-08 | Update Semaphore configuration | Vitaly Novichkov | |
2023-08-08 | Update Semaphore configuration | Vitaly Novichkov | |
2023-08-08 | Update Semaphore configuration | Vitaly Novichkov | |
2023-08-08 | Update Semaphore configuration | Vitaly Novichkov | |
2023-08-07 | Update Semaphore configuration | Vitaly Novichkov | |
2023-08-07 | Update Semaphore configuration | Vitaly Novichkov | |
2023-08-07 | Update Semaphore configuration | Vitaly Novichkov | |
2023-08-07 | Update Semaphore configuration | Vitaly Novichkov | |
2023-08-07 | CMake: Added range of minimal versions | Wohlstand | |
2023-07-24 | CMake: use GNU90 standard | Wohlstand | |
2023-07-23 | adlmidiplay.cpp: Small whitespace tweak | Wohlstand | |
2023-07-10 | adlmidi_opl3.cpp: Tweaked the panning distance | Wohlstand | |
#268 | |||
2023-06-16 | Added workaround for the recent Vita SDK update | Wohlstand | |
2023-06-16 | adlmidi_midiplay.cpp: Fixed the channel allocation logic | Wohlstand | |
2023-05-28 | adlmidi_midiplay.cpp: Cleaned-up the code | Wohlstand | |
2023-05-28 | Fixed accuracy of HMI-OLD volume model | Wohlstand | |
Make HMI-OLD volume model also use "Any-Released" channel allocation as the normal "HMI". | |||
2023-05-26 | opal.h: Remove extra comma | Wohlstand | |
It violates C90 standard | |||
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-05-14 | midi_sequencer_impl.hpp: Remove actually unused local variable | Wohlstand | |
2023-05-14 | adlmidi.cpp: Remove the n_periodCountStereo condition | Wohlstand | |
2023-05-10 | midi_sequencer.hpp: Fixed warning | Wohlstand | |
2023-03-30 | nukedopl3.c: Remove "inline" keyword | Wohlstand | |
- It breaks compilation on -std=c90 - It conflicts with the existsing declaration at the header | |||
2023-03-20 | Import latest Nuked OPL 1.8 code (#264) | M-HT | |
2023-03-19 | Added SDL2 Mixer example over Mix_HookMusic() | Wohlstand | |
2023-03-19 | Added Heroes.ad | 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 | |
2023-02-09 | Rename the "Wreckin Crew" bank into "Heroes of Minght and Magic 2" | Wohlstand | |
Actually, Wreckin Crew racing game hadn't used the MIDI sound, however, I found the same bank is used at "Heroes of Minght and Magic 2" | |||
2023-01-03 | Updated copyright for 2023 | Wohlstand | |
2022-12-23 | Ouch | Wohlstand | |
2022-12-23 | Misc: Added WUT mutex support | Wohlstand | |
2022-12-12 | Include the 3DS into the condition of the packing disabling | Wohlstand | |
2022-12-01 | Sequencer: Fixed the sign comparison warning | Wohlstand | |
2022-11-29 | Fixed crash on attempt to change the volume of a blank note | Wohlstand | |
2022-11-29 | More robust EA-MUS detection/parsing | Wohlstand | |
by https://github.com/dashodanger https://github.com/Wohlstand/BW_Midi_Sequencer/pull/7 | |||
2022-11-15 | adlmidi_db.h: Don't pack structures on ARM64 | Wohlstand | |
An attempt to resolve the "pointer not aligned at address" CLang error |