aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2018-06-20Avoid possible failure to compile for WindowsVitaly Novichkov
2018-06-20Move file reader into the separated header fileVitaly Novichkov
2018-06-20Merge branch 'master' into poly-portamento2Vitaly Novichkov
2018-06-20Fix tiny MSVC 2017 Win64 warningVitaly Novichkov
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-19get chip base on level with OPNMIDIJP Cimalando
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-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-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-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-03Merge branch 'hq-resampler'Vitaly 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-03fix build under dynamic bank map and embedded banks disabledJP Cimalando
2018-06-02dynamic instrument APIJP Cimalando
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-01bank fallback on blank instrumentJP Cimalando
2018-06-01bank storage inside dynamic mapJP Cimalando
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-01Small polish of the 4op channels count auto-choose formulaVitaly Novichkov
2018-06-01Improve the automatic 4op channels count choosing formulaVitaly Novichkov
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