aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-18VLC: Prefer static library linking over sharedVitaly Novichkov
2018-10-18VLC: Small fix of the findVLC on WindowsWohlstand
2018-10-18Remove old useless files of OP3 experimentsVitaly Novichkov
2018-10-10MIDI Sequencer: remove old commentsVitaly Novichkov
2018-10-10Added the exact license note into "fraction.hpp" fileVitaly Novichkov
2018-10-09pthread, not winpthreadVitaly Novichkov
2018-10-09Don't hardcode "vlccore" library, use recognized nameVitaly Novichkov
2018-10-09Link libgcc, libstdc++ and pthreads statically with DLL on WindowsVitaly Novichkov
2018-10-09VLC Plugin: Link also pthreads on WindowsVitaly Novichkov
2018-10-09VLC Plugin: OopsVitaly Novichkov
2018-10-09VLC Plugin: link libgcc and libstdc++ statically for a testVitaly Novichkov
2018-10-09Fixed a warning with disabled MIDI sequencerVitaly Novichkov
2018-10-06Merge pull request #184 from jpcima/reorganizeVitaly Novichkov
2018-10-05typedef OPL3 as SynthJP Cimalando
2018-10-05reorganize around a lighter adlmidi_private headerJP Cimalando
2018-10-05reorganize MIDIplay codeJP Cimalando
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
2018-10-04improvement on the installation procedure based on CMakeJP Cimalando
2018-10-01Minor fix of measurerWohlstand
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
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
2018-09-26Merge branch 'master' into stableVitaly Novichkov
2018-09-26Add the competition between channels with releasing notesVitaly Novichkov
2018-09-26Pay attention to releasing notesVitaly Novichkov
2018-09-26Fixed the too fast killing of releasing notesVitaly Novichkov
2018-09-26Merge branch 'master' into stableVitaly Novichkov
2018-09-25Merge pull request #180 from jpcima/dosbox-1Vitaly Novichkov
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