aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-19avoid portamento work when no notes have it on channelJP Cimalando
2018-06-19Fixed DJGPP buildVitaly Novichkov
2018-06-19allow portamento to be updated by MIDI::TickJP Cimalando
2018-06-19polyphonic portamentoJP Cimalando
2018-06-19Apply same DJGPP build fixVitaly Novichkov
as here https://github.com/Wohlstand/libADLMIDI/commit/96f407668feb79b883e294d1ce3f7fc5bbf823ed [ :warning: A conflict with "poly-portamento2" is possible!!! :warning:. Need to me resolve it on receiving the push ]
2018-06-19Merge branch 'master' into update-chip-baseVitaly Novichkov
2018-06-19Update of DMXOPL3 up to 2.13a. Correctly!Vitaly Novichkov
(previous attempt to update was done with a mistakenly replaced wrong file)
2018-06-19Revert "Update of DMXOPL3 up to 2.13a"Vitaly Novichkov
This reverts commit f4bc89ef3fb8825bf7a02b5a9b67caafd20a7c1e.
2018-06-19Merge branch 'master' into update-chip-baseVitaly Novichkov
2018-06-19Update of DMXOPL3 up to 2.13aVitaly Novichkov
https://github.com/sneakernets/DMXOPL/releases/tag/v2.13a
2018-06-19MidiPlay: Don't spam print with non-changed output, and print times prettyVitaly Novichkov
2018-06-19get chip base on level with OPNMIDIJP Cimalando
2018-06-19Mark 1.3.3 as releaseVitaly Novichkov
2018-06-18CMake: Fixed configure when no CMAKE_BUILD_TYPE was definedVitaly Novichkov
2018-06-18Fixed C90 warning in the public headerVitaly Novichkov
2018-06-17Add QMake project from AudioCodecs to easier maintain itVitaly Novichkov
2018-06-17Set Release when CMAKE_BUILD_TYPE is not definedVitaly Novichkov
2018-06-17Small correction of CMake buildVitaly Novichkov
2018-06-16Update three WOPL banks and re-generate embedded banks databaseVitaly Novichkov
2018-06-16Small warning fix on DJGPPVitaly Novichkov
2018-06-16Upgrated measurer algorithm and re-generated full embedded banks databaseVitaly Novichkov
2018-06-15Give more live to very long sustaining notesVitaly Novichkov
2018-06-09Merge pull request #110 from jpcima/chips-generate16Vitaly Novichkov
don't forget to increment sample pointer in generate16
2018-06-09don't forget to increment sample pointer in generate16JP Cimalando
2018-06-08Merge branch 'hq-resampler' of git@github.com:jpcima/libADLMIDI.gitVitaly Novichkov
2018-06-08chips: create a common method set for generation and resamplingJP Cimalando
2018-06-07Merge pull request #107 from jpcima/uninitialized-memoryVitaly Novichkov
fix a use of uninitialized memory
2018-06-07Merge pull request #108 from jpcima/library-version-hqVitaly Novichkov
library version string for HQ variant
2018-06-07library version string for HQ variantJP Cimalando
2018-06-06fix a use of uninitialized memoryJP Cimalando
2018-06-04new pitchbend strategyJP Cimalando
2018-06-04Fixed bend sensitivity processingVitaly Novichkov
2018-06-04Merge branch 'master' of github.com:Wohlstand/libADLMIDIVitaly Novichkov
2018-06-04Fix the debug buildVitaly Novichkov
2018-06-04Small fix of the deprecated "Logarithmic volumes" functionWohlstand
2018-06-03Merge pull request #105 from jpcima/hq-resamplerVitaly Novichkov
clamp the outputs of 16bit adding generators
2018-06-03clamp the outputs of 16bit adding generatorsJP Cimalando
2018-06-03Re-Order CMake flags and info, and update the changes logVitaly Novichkov
2018-06-03Small beautifying in CMakeLists.txtVitaly Novichkov
2018-06-03Merge branch 'hq-resampler'Vitaly Novichkov
2018-06-03Fixed warnings in the utilsVitaly Novichkov
2018-06-03optional high-quality resamplingJP Cimalando
2018-06-03BugfixesWohlstand
- Fixed all MSVC 2015/2017 warnings in both 32 and 64 bit builds - Fixed weird behavior when using adl_setHVibrato, adl_setHTremolo, adl_setScaleModulators, and adl_setVolumeRangeModel when passing the -1 "Auto" state - Move arpeggio counter into the MIDIPlay class as originally it was a global static variable which is ugly and danger when running multiple instances of the same library
2018-06-03Fix another conflict with Qt that was in NukedOPL3 1.7.4Wohlstand
2018-06-03Another MinGW warning fixWohlstand
2018-06-03Fixed some warnings on MinGWWohlstand
2018-06-03Merge pull request #103 from jpcima/build-nobanksVitaly Novichkov
fix build under dynamic bank map and embedded banks disabled
2018-06-03fix build under dynamic bank map and embedded banks disabledJP Cimalando
2018-06-02dynamic instrument APIJP Cimalando
2018-06-02Merge branch 'banks3-rebase'Vitaly Novichkov