aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-22Merge branch 'master' into wip-new-embedded-banksWohlstand
2020-08-22Measurer: try to use smaller amplitude coefficient for off fade-outWohlstand
2020-08-21Update adlmidi_midiplay.cppWohlstand
Add missing disabling macro into AdlInstrumentTester::DoNoteOff() call
2020-08-21Merge branch 'master' into wip-new-embedded-banksWohlstand
2020-08-21Update adlmidi_midiplay.cppWohlstand
Minor style fix
2020-08-21Merge branch 'master' into wip-new-embedded-banksWohlstand
2020-08-21gen_adldata: Fixed an incorrect detune parsing from WOPL filesWohlstand
2020-08-21Replace the second voice formulaWohlstand
2020-08-21More accurate DMX volume modelWohlstand
Also, move entire code of volume model from MIDIPlay into OPL3
2020-08-21MUS2MID: Use 100 default volume level for more accurate resultWohlstand
2020-08-21Merge branch 'master' into wip-new-embedded-banksWohlstand
2020-08-21Make DMX volume model be more accurateWohlstand
(thanks to NukeYKT for a hint)
2020-08-20MidiPlay: Tune out the printing delayWohlstand
2020-08-20MidiPlay: Fixed too big time print delayWohlstand
on emulated playback
2020-08-20MidiPlay: Fixed too big time print delayWohlstand
on emulated playback
2020-08-20Rebuild cacheWohlstand
2020-08-20gen_adldata: First step of old code clean-upWohlstand
Verify that all code here is in safe
2020-08-19Use new banks database formatWohlstand
However, it's stil need to clean-up and fix gen_adldata for a correct work!
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