aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-24Added the DMX bank from the Strife gameWohlstand
2021-01-24Added an ability to disable auto-arpeggioWohlstand
Backported from libOPNMIDI
2021-01-14SDL2 Audio example: attempt to fix a conflict with the MIDI Player toolWohlstand
2021-01-14Updated copyright for 2021Wohlstand
2021-01-09Tune the SDL2 Audio C exampleWohlstand
2021-01-07Tune the processing of bank recognizing algorithmWohlstand
#121
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-11-26GenAdlData: don't override files if nothing was changedWohlstand
2020-11-26Fixed IMF playing because of last data row missWohlstand
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-10-20Fixed a mistake in the installation manualWohlstand
Fixed #238
2020-10-16Remove useless blocks from play and generate callsWohlstand
2020-10-16Remove the check from the MIDI playerWohlstand
It's useless here, it's important for the only generator
2020-10-16Fixed an infinite loop caused by a zero delay valueWohlstand
2020-10-14Chipset: Synchronize code with OPL3-BEWohlstand
2020-10-14GenAdlData: Small fix for OpenMP detect on MSVCWohlstand
Thanks to Altazimuth for an explanation for the possible issues met at MSVC when building and running the GenAdldata on it.
2020-10-14DosBox: keep own smart pointerWohlstand
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-12DMX: A small fix of SynthBass2 G-bugWohlstand
When playing SynthBass2 the G note of any octaves, result will sound distorted Fix by @nukeykt
2020-10-11Apply the same fix as for libOPNMIDIWohlstand
2020-09-28Fixed some minor MSVC warningsWohlstand
2020-09-28Minor fix: Don't include midi_sequencer.hpp when it's offWohlstand
2020-09-28MidiPlay: A small beautifyWohlstand
2020-09-28Minor fixes of a changelogWohlstand
2020-09-28Merge branch 'master' of github.com:Wohlstand/libADLMIDIWohlstand
2020-09-28Prepare for releaseWohlstand
2020-09-22Update readmeWohlstand
2020-09-22Merge branch 'master' of git@github.com:Wohlstand/libADLMIDI.gitWohlstand
2020-09-22WinMM-Drv: fixed a minor crashWohlstand
2020-09-21AppVeyor: Attempt to fix the buildWohlstand
2020-09-21WinMM-DRV: A small fix for the vanilla MinGW toolchainWohlstand
2020-09-21AppVeyor: Split build script by handy CMD filesWohlstand
2020-09-21WinMM-Drv: A minor fixWohlstand
Don't call panic when synthesizer is not active
2020-09-21WinMM-Drv: Minor fix of the build for MSVCWohlstand
2020-09-21WinMM-Drv: Better compatibility with older WindowsWohlstand
Do link of a mingwex statically
2020-09-21WinMM-Drv: A small fix of a menu heightWohlstand
2020-09-21WinMM-DRV: Slightly change the wigth of 4ops comboboxWohlstand
2020-09-21WinMM-DRV: Organize resources and use ResEdit instead of VSWohlstand
2020-09-21WinMM-DRV: Fixed a small typo in a "vibrato" wordWohlstand
Thanks to @jpcima for a hint
2020-09-21WinMM-DRV: Don't write a blank path line into registryWohlstand
2020-09-21Merge branch 'master' of github.com:Wohlstand/libADLMIDIWohlstand
2020-09-21Added 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-18ADLMIDI2: Fixed an MSVC buildWohlstand
However, it may work glitchy!
2020-09-17GenAdlData: Apply the fix for DMX drumsWohlstand
2020-09-16VLC Plugin: Added missing HMI volume models into the listWohlstand
2020-09-16Added old and buggy HMI volume modelWohlstand
It's needed to make a correct sounding of music of some game soundtracks such as "Asterix & Obelix" TODO: Verify the behavior of drums, seems still being different!
2020-09-13Rename "adldata.cpp" into "inst_db.cpp"Wohlstand