aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-11-17Apply the same minor optimization for bender as for libOPNMIDIVitaly Novichkov
2018-11-10Merge pull request #191 from jpcima/hmsmVitaly Novichkov
fix minute display on 1+ hour tracks
2018-11-10fix minute display on 1+ hour tracksJP Cimalando
2018-11-04Merge pull request #190 from jpcima/wopl-updateVitaly Novichkov
update the WOPL library with fixes
2018-11-04update the WOPL library with fixesJP Cimalando
2018-11-01MIDI Sequencer: Fixed missing per-track titlesVitaly Novichkov
Old code have allowed track titles be passed for only case debug message hook was set. Unfortunately, it's a mistake. Track titles collection must NOT depend on a debug message hook existing.
2018-11-01MIDI Sequencer: Minor polishingVitaly Novichkov
2018-10-29Update README.mdJP Cimalando
2018-10-25Merge pull request #189 from jpcima/version-checkVitaly Novichkov
cmake rule to fail the build on version mismatch
2018-10-24cmake rule to fail the build on version mismatchJP Cimalando
2018-10-23CMake: Don't produce pkg-config on AndroidVitaly Novichkov
2018-10-22Merge pull request #188 from jpcima/pkg-configVitaly Novichkov
Provide pkg-config support
2018-10-22Provide pkg-config supportJP Cimalando
2018-10-19CMake: OopsVitaly Novichkov
2018-10-19CMake: Force static library build for VLC pluginVitaly Novichkov
2018-10-19AppVeyor: Push artifacts through scriptVitaly Novichkov
2018-10-19AppVeyor: Use silent mode of wgetVitaly Novichkov
2018-10-19AppVeyor: Separate VLC plugin buildVitaly Novichkov
2018-10-19AppVeyor: Fix the syntax errorsVitaly Novichkov
2018-10-19AppVeyor: Try to build and deploy VLC pluginVitaly Novichkov
For MinGW-w64 toolchains only
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
#185
2018-10-10MIDI Sequencer: remove old commentsVitaly Novichkov
2018-10-10Added the exact license note into "fraction.hpp" fileVitaly Novichkov
The license of this file is in Public Domain: https://bisqwit.iki.fi/src/index.html "... and orphan source code files are copyrighted public domain."
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
Fixed a nosense
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
reorganize the OPL3 chip manager code
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
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