Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-15 | VLC Plugin: Added the auto-arpeggio settings field | Wohlstand | |
2021-12-13 | Added per-bank MT32 defaults option | Wohlstand | |
This option makes MT32 defaults being set: - 127 initial volume - octave-wide pitch bend | |||
2021-12-01 | adlmidiplay.cpp: Fixed a typo | Wohlstand | |
2021-11-20 | Another small fix | Wohlstand | |
2021-11-20 | Fixed build | Wohlstand | |
2021-11-20 | Fixed memory damages and crashes while playing XMI files | Wohlstand | |
2021-11-19 | Send CC123 after passing loop end | Wohlstand | |
This should resolve the problem of un-closed notes caused by bad placement of loop end, or after XMI files (#160) | |||
2021-10-25 | Update README.md | Wohlstand | |
2021-10-25 | Update README.md | Wohlstand | |
2021-10-25 | Added an ability to disable/enable the MIDI channel | Wohlstand | |
2021-10-25 | Added an ability to set number of loops | Wohlstand | |
2021-10-25 | Updated the midi sequencer code | Wohlstand | |
2021-08-25 | Add 3DS into the FPIC condition | Wohlstand | |
2021-08-21 | Minor fix of broken drums at msadlib bank | Wohlstand | |
2021-08-19 | Another banks reorganizing | Wohlstand | |
- Use the Jammie O'Connel's fmsymth interlnal bank instead of externally placed gm.ibk and drum.ibk - Put hmi banks in a friendly way - Crafted the WOPL of "Master of Magic" using original AIL OPL files rather than deal with dirty AdLib-Gold banks. Now the first bank has both standard and orchestral percussion in a proper way - Use the Jammie O'Connel's drums bank with the Cyberpuck's bank | |||
2021-08-16 | Added MS-AdLib bank | Wohlstand | |
2021-07-27 | wopl_file.h: Organize the stdint necessary defines | Wohlstand | |
2021-07-27 | gen_adldata: Added an option to minify the generated source file | 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-06-10 | Fixed broken unit tests | Wohlstand | |
#245 | |||
2021-06-10 | Fixed GCC9 warnings at some classes | Wohlstand | |
2021-05-24 | Merge branch 'master' of github.com:Wohlstand/libADLMIDI | Wohlstand | |
2021-05-24 | Organize DMX banks into one folder | Wohlstand | |
2021-05-24 | Added the DMX bank from the Strife game | Wohlstand | |
2021-02-09 | Fix compilation on Solaris | Cacodemon345 | |
2021-01-24 | Added an ability to disable auto-arpeggio | Wohlstand | |
Backported from libOPNMIDI | |||
2021-01-14 | SDL2 Audio example: attempt to fix a conflict with the MIDI Player tool | Wohlstand | |
2021-01-14 | Updated copyright for 2021 | Wohlstand | |
2021-01-09 | Tune the SDL2 Audio C example | Wohlstand | |
2021-01-07 | Tune the processing of bank recognizing algorithm | Wohlstand | |
#121 | |||
2021-01-07 | adlmidi2: Tune the build | Wohlstand | |
2021-01-07 | Little fix at includes | Wohlstand | |
2021-01-07 | adlmidi2: Add the test check for termio and termios type | Wohlstand | |
#241 | |||
2021-01-07 | Do quiet check for OpenMP | Wohlstand | |
2020-11-26 | GenAdlData: don't override files if nothing was changed | Wohlstand | |
2020-11-26 | Fixed IMF playing because of last data row miss | Wohlstand | |
2020-10-21 | ADLMIDI2; Backport recent changes from original project | Wohlstand | |
2020-10-21 | Fix issue Wohlstand/libADLMIDI#239 by using _popen() plus a couple of other ↵ | HunterZ | |
minor tweaks | |||
2020-10-20 | Fixed a mistake in the installation manual | Wohlstand | |
Fixed #238 | |||
2020-10-16 | Remove useless blocks from play and generate calls | Wohlstand | |
2020-10-16 | Remove the check from the MIDI player | Wohlstand | |
It's useless here, it's important for the only generator | |||
2020-10-16 | Fixed an infinite loop caused by a zero delay value | Wohlstand | |
2020-10-14 | Chipset: Synchronize code with OPL3-BE | Wohlstand | |
2020-10-14 | GenAdlData: Small fix for OpenMP detect on MSVC | Wohlstand | |
Thanks to Altazimuth for an explanation for the possible issues met at MSVC when building and running the GenAdldata on it. | |||
2020-10-14 | DosBox: keep own smart pointer | Wohlstand | |
Because of MSVC that doesn't gives the proper value for __cplusplus without of the `/Zc:__cplusplus` argument, make just use of hand-made pointer to allow users to build library's code easier | |||
2020-10-12 | DMX: A small fix of SynthBass2 G-bug | Wohlstand | |
When playing SynthBass2 the G note of any octaves, result will sound distorted Fix by @nukeykt | |||
2020-10-11 | Apply the same fix as for libOPNMIDI | Wohlstand | |
2020-09-28 | Fixed some minor MSVC warnings | Wohlstand | |