aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-25Back-port a recent update of reverb code for adlmidi2Wohlstand
https://github.com/bisqwit/adlmidi/commit/8f749a2b3370fb1c25f6340fcab7baf57cb9b5d0
2020-08-22Measurer: try to use smaller amplitude coefficient for off fade-outWohlstand
2020-08-21Update adlmidi_midiplay.cppWohlstand
Minor style fix
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-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-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-07 adlmidi2: Show the cursor after help textWohlstand
Backport a small fix from the mainstream: https://github.com/bisqwit/adlmidi/commit/491e0ef5dfe668bfa1dbfafe007fdc98fd854ede
2020-06-09Attempt to fix a build on ARMWohlstand
#229
2020-03-24Travis-CI: Run update of Homebrew to avoid errorWohlstand
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-28Added MUS2MID conversion toolWohlstand
2020-01-17Update copyright yearWohlstand
2020-01-17Create update-copyright.shWohlstand
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-04CMake: Don't give "-static" suffix on non-Windows platformsWohlstand
2019-12-04CMake: Allow overriding of output pathsWohlstand
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-02MidiSequencer: Fixed possible UTF16 string length checking problemsWohlstand
2019-11-15Sequencer: Allow playing IMF files of Type 0Wohlstand
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-23AppVeyor: Build MidiPlay by defaultWohlstand
2019-09-23TravisCI: Temporary don't build MidiPlay on macOSWohlstand
2019-09-23MidiPlay: Move Audio Output into separate moduleWohlstand
2019-09-23Don't call "-no-pie" when it's unavailableWohlstand
2019-09-23Set "-no-pie" to all executables built by GCCWohlstand
Otherwise, this happens: https://stackoverflow.com/questions/46551213/gcc-7-2-compiles-shared-library-instead-of-executable
2019-09-23Merge branch 'master' of github.com:Wohlstand/libADLMIDIVitaly Novichkov
2019-09-23Don't generate "libADLMIDI.a"/"ADLMIDI.lib" twiseVitaly Novichkov
...when a building of both shared and static libraries is enabled
2019-09-16Bank-70: Rename "lee" into "Rise of the Triad"Wohlstand
2019-08-02Another fix of Apogee-IMF90Wohlstand
Minor fix of Accordion
2019-08-01Update Apogee-IMF90 bankWohlstand
Replaced and polished some instruments
2019-07-01Merge pull request #224 from jpcima/multi-threadVitaly Novichkov
dosbox: thread-safe global initialization
2019-07-01Changed macOS image for Travis-CIVitaly Novichkov
2019-07-01dosbox: thread-safe global initializationJP Cimalando