aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-05reorganize the OPL3 chip manager codeJP Cimalando
2018-10-05Put updated "progdesc.php" in "_old_files"Vitaly Novichkov
2018-10-04Merge pull request #183 from jpcima/cmake-installsVitaly Novichkov
improvement on the installation procedure based on CMake
2018-10-04improvement on the installation procedure based on CMakeJP Cimalando
Detect the standard installation paths of OS distributions. Install a version symlink for the shared library.
2018-10-01Minor fix of measurerWohlstand
[Backport from OPN2-BE] When we generate nothing on a first window for "zero" peak time, the releasing delay will always be zero. The "Ride cymbal 1" in my "xg.wopn" is an example that was caused by this bug.
2018-10-01Merge branch 'stable' of github.com:Wohlstand/libADLMIDI into stableWohlstand
2018-10-01Merge branch 'master' of github.com:Wohlstand/libADLMIDI into stableWohlstand
2018-10-01Merge branch 'master' into stableVitaly Novichkov
2018-10-01Readme updateVitaly Novichkov
2018-10-01Remove useless dllexport from the typedefVitaly Novichkov
2018-09-30Minor fix of the public headerVitaly Novichkov
2018-09-30Merge branch 'master' into stableVitaly Novichkov
2018-09-30Move "MaxChips" constant macro into adlmidi_private.hppVitaly Novichkov
2018-09-30Remove useless conditionVitaly Novichkov
2018-09-30TRUE Fix the 4-op channels count setupVitaly Novichkov
2018-09-30Fix the 4-op channels count setupVitaly Novichkov
2018-09-30Another CMF/IMF/RSXX playback fixVitaly Novichkov
2018-09-30Sequencer: fix attempt to load CMF again in same instanceVitaly Novichkov
2018-09-30Lock settings for CMF and IMF playing to don't destroy themVitaly Novichkov
For now, all settings are in safe, except of custom bank that getting be dropped away by CMF file that does passing of own custom instruments.
2018-09-29Merge branch 'master' into stableVitaly Novichkov
2018-09-29CMake: Add a proper install of VLC pluginVitaly Novichkov
2018-09-28Merge branch 'master' into stableVitaly Novichkov
2018-09-28Fixed wrong position report on hot file re-loadVitaly Novichkov
When opening another file with using of same instance, the position is getting be incorrect.
2018-09-26Merge branch 'master' into stableVitaly Novichkov
2018-09-26Add the competition between channels with releasing notesVitaly Novichkov
#181
2018-09-26Pay attention to releasing notesVitaly Novichkov
#181
2018-09-26Fixed the too fast killing of releasing notesVitaly Novichkov
#181
2018-09-26Merge branch 'master' into stableVitaly Novichkov
2018-09-25Merge pull request #180 from jpcima/dosbox-1Vitaly Novichkov
dosbox: fix a potential cache access problem
2018-09-25Merge branch 'stable' of git@github.com:Wohlstand/libADLMIDI.git into stableWohlstand
2018-09-25Merge branch 'master' into stableWohlstand
2018-09-25dosbox: fix a potential cache access problem, and some warningsJP Cimalando
2018-09-25DosBox: Little code style correctionVitaly Novichkov
2018-09-24dosbox: add caching of the attack rate computationJP Cimalando
2018-09-20Remove my old experimental bankVitaly Novichkov
Which is included now as "Apogee-IMF-90.wopl"
2018-09-20Minor update of my 4op GM bankVitaly Novichkov
2018-09-19Merge pull request #176 from jpcima/consistencyVitaly Novichkov
eliminate a redundant null check
2018-09-19eliminate a redundant null checkJP Cimalando
2018-09-19Added automatic detection of HMI / RPG-Maker loop formatVitaly Novichkov
#175
2018-09-11Merge pull request #173 from jpcima/consistencyVitaly Novichkov
have consistent null checks and returns
2018-09-11have consistent null checks and returnsJP Cimalando
2018-09-06Merge pull request #171 from jpcima/igp-accessVitaly Novichkov
access into global chip settings
2018-09-06access into global chip settingsJP Cimalando
2018-09-04Merge branch 'master' into stableVitaly Novichkov
2018-09-04Fix one minor MSVC warningVitaly Novichkov
2018-09-04Merge branch 'master' into stableVitaly Novichkov
2018-09-03Merge pull request #170 from jpcima/wopl-fileVitaly Novichkov
wopl: bug fix and test
2018-09-03wopl: bug fix and testJP Cimalando
2018-09-02Merge pull request #167 from jpcima/emulator-nameVitaly Novichkov
rename DOSBox using preferred casing
2018-09-02rename DOSBox using preferred casingJP Cimalando