aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-09Merge branch 'master' into get-rid-of-backup-bufferVitaly Novichkov
# Conflicts: # src/adlmidi.cpp
2017-12-09Merge branch 'master' into openwatcom-debugVitaly Novichkov
2017-12-09Merge branch 'master' of git@github.com:Wohlstand/libADLMIDI.gitVitaly Novichkov
2017-12-09Merge branch 'master' of git@github.com:Wohlstand/libADLMIDI.gitVitaly Novichkov
2017-12-09Fix the incorrect offseting of backup bufferVitaly Novichkov
(Issue #37)
2017-12-09ADLMIDI2: Fixed macOS buildWohlstand
2017-12-08Return back the "const" attribute to CalculateAdlChannelGoodnessVitaly Novichkov
2017-12-08Update OpenWatcom projectVitaly Novichkov
2017-12-02More debug info for OpenWattcomWohlstand
2017-12-02Added debug print to illustrate invalid data inside of std::setWohlstand
2017-12-02Fixed OpenWatcom IDE projectWohlstand
2017-12-01Merge branch 'master' into get-rid-of-backup-bufferWohlstand
2017-12-01Added a project to build from under native OpenWatcom IDEWohlstand
2017-12-01Some fixes on non-DOS OpenWatcom targetsWohlstand
Unfortunately, std::fflush() causes a crash on Linux but works fine on DOS
2017-11-30Apply update of @sneakernet 's DMX OPL3 bankWohlstand
2017-11-28Give 4 four-op channelsWohlstand
When melodic set is completely 2-operator but has some 4-op percussions Experimental fix for #35
2017-11-26Fix a support for tristate flags (Default, Force-On and Force-Off)Wohlstand
2017-11-26Merge branch 'master' into get-rid-of-backup-bufferWohlstand
2017-11-26C++98 build has been fixed!Wohlstand
2017-11-26AgainWohlstand
2017-11-26Attempt to fix compatibility with C++98Wohlstand
2017-11-26Merge branch 'master' into get-rid-of-backup-bufferWohlstand
2017-11-26Apply Loki666'th changes to Android buildWohlstand
2017-11-25Don't affect percussion chgannels by CC74 BrightnessWohlstand
(As this controller may damage sound of some drums such as DMXOPL3)
2017-11-25Experimental: Added Brightness CC74 controller supportWohlstand
2017-11-25Merge branch 'master' into get-rid-of-backup-bufferWohlstand
2017-11-25Fix C++98 compatibilityWohlstand
2017-11-25Merge branch 'master' into get-rid-of-backup-bufferWohlstand
2017-11-25Small fixWohlstand
2017-11-24Small warning fixWohlstand
2017-11-24Merge branch 'master' into get-rid-of-backup-bufferWohlstand
2017-11-24Small bank reading error message fixWohlstand
2017-11-23Get rid of backup samples bufferWohlstand
2017-11-21Apply recent fix of the AdLib percussion map made by Joel YliluomaWohlstand
2017-11-21Small fix of IMF length parsingWohlstand
2017-11-21Re-save other WOPL banks with WOPLv3 that has sound lengthsWohlstand
2017-11-21Update of my 4-op GM with adding of WOPLv3 sounding lengthsWohlstand
Since WOPL version 3 every bank file contains same sounding/releasing lengths values as ADLDATA embedded banks database has.
2017-11-21Rebuild entire embedded banks database by the fixed measurerWohlstand
2017-11-21Fixed a recentny found long-time bug in measurer: a wrong note-off channelsWohlstand
TODO: Re-generate entire cache as because of incorrect note-off bug, entire data was written incorrectly
2017-11-20Small clean-up of demo toolWohlstand
2017-11-20Use const char* and const void* as input data typesWohlstand
2017-11-20Added a short comment into WOPL parserWohlstand
2017-11-19Merge branch 'master' of git@github.com:Wohlstand/libADLMIDI.gitWohlstand
2017-11-19Upgrated support for WOPL bank format to v3Wohlstand
2017-11-18Now it compiles under MinGW fineWohlstand
2017-11-18Fix compilation on MinGW-w64 when using a DosBox emulatorWohlstand
(Help to solve #32)
2017-11-18Another readme noteWohlstand
2017-11-18Readme updateWohlstand
2017-11-18Automatically add "reset all" into begin of every trackWohlstand
This will avoid damaged sound caused by controllers state came from end of song
2017-11-18Avoid a flood of missing bank debug messages, show every message onceWohlstand