aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-19get chip base on level with OPNMIDIJP Cimalando
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
2018-06-02Beautify the "adlmidi_midiplay.cpp"Vitaly Novichkov
2018-06-02Remove duplicated "Poke" function callVitaly Novichkov
It's no sense to have uint32-argument poke function as all emulators are using uint16 and uint8 data only
2018-06-02Warning fixesVitaly Novichkov
2018-06-01Small tweak over Watcom projectsVitaly Novichkov
2018-06-01bank fallback on blank instrumentJP Cimalando
2018-06-01bank storage inside dynamic mapJP Cimalando
2018-06-01Another small change of the OW buildVitaly Novichkov
2018-06-01Update OpenWatcom project to target DOS4GVitaly Novichkov
Still not working and stuck in the stack due unfixed bug in OW
2018-06-01Fix the build on OpenWatcomVitaly Novichkov
[the full-working compiling still not working yet due bug on OW side]
2018-06-01Fix the warning on DJGPP with hardware OPL3 modeVitaly Novichkov
2018-06-01Added changelog notesVitaly Novichkov
2018-06-01Small polish of the 4op channels count auto-choose formulaVitaly Novichkov
2018-06-01Merge branch 'num-4ops' of git@github.com:jpcima/libADLMIDI.git into num-4opsVitaly Novichkov
2018-06-01Improve the automatic 4op channels count choosing formulaVitaly Novichkov
2018-05-31edit the formula to have a minimum 4ops countJP Cimalando
2018-06-01Merge branch 'master' into num-4opsVitaly Novichkov
2018-06-01Warning fixes and append "r4111" into name of DosBox emulatorVitaly Novichkov
2018-05-31dosbox: don't use ssize_t for frame count, use unsignedJP Cimalando
2018-05-31update Dosbox OPLJP Cimalando
2018-05-31Merge pull request #96 from jpcima/minor-thingsVitaly Novichkov
Minor things