Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2022-11-12 | Added MegaManX bank for AIL | Wohlstand | |
It's almost equal to FatMan, but has few differences at some instruments, like Orchestra Hit | |||
2022-11-12 | Ignore macOS side junk files | Wohlstand | |
2022-11-12 | MidiPlay: Always use the system byte order | Wohlstand | |
2022-10-31 | Updated README.md | Wohlstand | |
2022-10-26 | Fixed typo in the function pointer declaration | Wohlstand | |
2022-10-25 | xmi2mid: added an ability to explort multiple files at once | Wohlstand | |
2022-10-25 | midiplay: Added Linux-only song switch for debug purposes | Wohlstand | |
2022-10-25 | XMI2MIDI: Optimised the algorithm for multiple songs | Wohlstand | |
2022-10-17 | CMake: forgot to list the "include" directory | Wohlstand | |