aboutsummaryrefslogtreecommitdiff
path: root/utils/adlmidi-2
AgeCommit message (Collapse)Author
2024-08-29adlmidi-2: Fixed MSVC buildWohlstand
2024-08-29MIDIPlay: Fixed MSVC buildWohlstand
2021-01-07adlmidi2: Tune the buildWohlstand
2021-01-07Little fix at includesWohlstand
2021-01-07adlmidi2: Add the test check for termio and termios typeWohlstand
#241
2021-01-07Do quiet check for OpenMPWohlstand
2020-10-21ADLMIDI2; Backport recent changes from original projectWohlstand
2020-10-21Fix issue Wohlstand/libADLMIDI#239 by using _popen() plus a couple of other ↵HunterZ
minor tweaks
2020-09-18ADLMIDI2: Fixed an MSVC buildWohlstand
However, it may work glitchy!
2020-09-01ADLMIDI2: Fixed build with disabled embedded banks modeWohlstand
2020-08-31ADLMIDI2: Fixed buildWohlstand
2020-08-31ADLMIDI2: Fixed a color reset and cursor showingWohlstand
2020-08-31ADLMIDI2: A proper screen clear on quitWohlstand
2020-08-31Remove C++ extrasWohlstand
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-31ADLMIDI2: Turn video and puzzle bools into optionsWohlstand
2020-08-25Back-port a recent update of reverb code for adlmidi2Wohlstand
https://github.com/bisqwit/adlmidi/commit/8f749a2b3370fb1c25f6340fcab7baf57cb9b5d0
2020-08-24ADLMIDI2: Fixed an "bank always 0" bugWohlstand
2020-07-07 adlmidi2: Show the cursor after help textWohlstand
Backport a small fix from the mainstream: https://github.com/bisqwit/adlmidi/commit/491e0ef5dfe668bfa1dbfafe007fdc98fd854ede
2020-06-09Attempt to fix a build on ARMWohlstand
#229
2019-09-23MidiPlay: Fixed warnings and some Windows buildsWohlstand
2019-09-23MidiPlay: Move Audio Output into separate moduleWohlstand
2019-09-23Don't call "-no-pie" when it's unavailableWohlstand
2019-09-23Set "-no-pie" to all executables built by GCCWohlstand
Otherwise, this happens: https://stackoverflow.com/questions/46551213/gcc-7-2-compiles-shared-library-instead-of-executable
2019-02-22Rhythm-mode percussion now works!Vitaly Novichkov
2019-01-24fix the SDL2 library searchJP Cimalando
This allows to handle two variants of SDL2 find modules, which are incompatible: - the first kind of module sets the SDL2_* variables - the other kind exports the library target SDL2::SDL2
2018-12-21Fixed Haiku buildWohlstand
2018-12-17Fixed C++98 and C90 warnings, also CLang rpath warningVitaly Novichkov
2018-12-15Remove pro filesFlamefire
2018-12-15Remove explicit link to stdc++Flamefire
2018-12-14CMake: Move all directory targets into root scriptWohlstand
2018-12-14Fixed DJGPP buildVitaly Novichkov
2018-12-13Fix OpenMP handlingAlexander Grund
2018-12-13Improve compiler checksAlexander Grund
2018-12-13Optimize targets and related checksAlexander Grund
2018-12-13Fix compile definitionsAlexander Grund
No "-D" needed
2018-12-13Fix SDL2 handlingAlexander Grund
2018-12-13Revert "Put back "find_library" of SDL2"Alexander Grund
This reverts commit c43c8b1293f1766abfef5689c8d21fb0fd124f6f.
2018-12-13Put back "find_library" of SDL2Vitaly Novichkov
Unfortunately, the "find_package" fails on some cases
2018-12-13Continue clean-up of CMake buildVitaly Novichkov
2018-12-13Build: Splid the main CMake build scriptVitaly Novichkov
Keep it have library code only but no utils and examples are will be built independently #196
2018-12-05ADLMIDI2: Backport minor fix from official ADLMIDIVitaly Novichkov
Change setbuffer to setvbuf, fixing PR2 / issue 2. https://github.com/bisqwit/adlmidi/commit/2f3a6263b79b832efac1feda07cee07820dfc309
2018-12-04ADLMIDI2: MSVC Warning fixesWohlstand
2018-07-31fix some warningsJP Cimalando
2018-07-31ADLMIDI2: Added usage of Full-Panned stereo optionVitaly Novichkov
2018-06-19Apply same DJGPP build fixVitaly Novichkov
as here https://github.com/Wohlstand/libADLMIDI/commit/96f407668feb79b883e294d1ce3f7fc5bbf823ed [ :warning: A conflict with "poly-portamento2" is possible!!! :warning:. Need to me resolve it on receiving the push ]
2018-06-03Fixed warnings in the utilsVitaly Novichkov
2018-05-16allow to pass a -1 argument for instrument testingJP Cimalando
2018-04-11Update ADLMIDI2 to have support new command-line featuresVitaly Novichkov
2018-01-01Fixed DJGPP buildVitaly Novichkov
2017-12-17Fixed build on CLang 3.8.0 on LinuxVitaly Novichkov