aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-19CPP Extras: Simplify instrument testerWohlstand
Now it uses internal real-time MIDI API instead of direct deal with banks.
2020-08-16Merge branch 'master' into wip-new-embedded-banksWohlstand
2020-08-16Merge branch 'master' of github.com:Wohlstand/libADLMIDIWohlstand
2020-08-16Tuned the work on hardware OPL3 chipWohlstand
#230
2020-08-10VLC Plugin: Add persistent 2x gain for outputWohlstand
2020-07-07Merge branch 'master' into wip-new-embedded-banksWohlstand
2020-07-07 adlmidi2: Show the cursor after help textWohlstand
Backport a small fix from the mainstream: https://github.com/bisqwit/adlmidi/commit/491e0ef5dfe668bfa1dbfafe007fdc98fd854ede
2020-07-06Update instruments databaseWohlstand
2020-07-06Merge branch 'master' into wip-new-embedded-banksWohlstand
2020-06-09Attempt to fix a build on ARMWohlstand
#229
2020-03-24Merge branch 'master' into wip-new-embedded-banksWohlstand
2020-03-24Travis-CI: Run update of Homebrew to avoid errorWohlstand
2020-02-22Merge branch 'wip-new-embedded-banks' of ↵Wohlstand
git@github.com:Wohlstand/libADLMIDI.git into wip-new-embedded-banks
2020-02-22Merge branch 'master' into wip-new-embedded-banksWohlstand
2020-02-22Merge branch 'master' of github.com:Wohlstand/libADLMIDIWohlstand
2020-02-22TravisCI: Don't use -j flag with Ninja and use newer macOS imageWohlstand
2020-01-28Merge branch 'master' into wip-new-embedded-banksWohlstand
2020-01-28Added MUS2MID conversion toolWohlstand
2020-01-17Merge branch 'master' into wip-new-embedded-banksWohlstand
2020-01-17Update copyright yearWohlstand
2020-01-17Create update-copyright.shWohlstand
2020-01-09Merge branch 'master' into wip-new-embedded-banksWohlstand
2020-01-09Travis update to pass lint validationJean Pierre Cimalando
2020-01-02Fix a failure with the Create bank access flagJean Pierre Cimalando
2019-12-11MidiSequencer: apply recent typo fixes and a clean-upWohlstand
2019-12-09pyaudio example: remove unneeded print of boolWohlstand
2019-12-09pyaudio example: fixed loading of an external bankWohlstand
2019-12-09Added python-pyaudio exampleWohlstand
2019-12-06CMake: Added docks installingWohlstand
2019-12-04Merge branch 'wip-new-embedded-banks' of github.com:Wohlstand/libADLMIDI ↵Vitaly Novichkov
into wip-new-embedded-banks
2019-12-04Merge branch 'master' into wip-new-embedded-banksWohlstand
2019-12-04CMake: Don't give "-static" suffix on non-Windows platformsWohlstand
2019-12-04CMake: Allow overriding of output pathsWohlstand
2019-12-04Merge branch 'master' into wip-new-embedded-banksWohlstand
2019-12-04CMake: Added SO versionWohlstand
2019-12-03MidiSequencer: Added PCM streaming codeWohlstand
This code piece should simplify a dealing with MIDI libraries TODO: Modify some content of adl_playFormat() to use this feature
2019-12-02Merge branch 'master' into wip-new-embedded-banksWohlstand
2019-12-02MidiSequencer: Fixed possible UTF16 string length checking problemsWohlstand
2019-11-15Fixed a junk space in adlmidi_opl3.cppVitaly Novichkov
2019-11-15Merge remote-tracking branch 'origin/master' into wip-new-embedded-banksVitaly Novichkov
2019-11-15Sequencer: Allow playing IMF files of Type 0Wohlstand
2019-11-09Merge branch 'master' into wip-new-embedded-banksVitaly Novichkov
2019-09-26Fixed build for MSVC2013Wohlstand
2019-09-26Update MIDI Sequencer with latest copy from libOPNMIDIWohlstand
2019-09-23MidiPlay: Fixed warnings and some Windows buildsWohlstand
2019-09-23Merge branch 'wip-new-embedded-banks' of ↵Wohlstand
git@github.com:Wohlstand/libADLMIDI.git into wip-new-embedded-banks
2019-09-23MidiPlay: Move Audio Output into separate moduleWohlstand
2019-09-23AppVeyor: Build MidiPlay by defaultWohlstand
2019-09-23TravisCI: Temporary don't build MidiPlay on macOSWohlstand
2019-09-23MidiPlay: Move Audio Output into separate moduleWohlstand