aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-19Update of DMXOPL3 up to 2.13aVitaly Novichkov
https://github.com/sneakernets/DMXOPL/releases/tag/v2.13a
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
2018-05-31update Dosbox OPLJP Cimalando
2018-05-31rewrite DMX table to occupy 8x less spaceJP Cimalando
2018-05-31rewrite the check of whether aftertouch is usedJP Cimalando
2018-05-31attempt to rework 4op count computationJP Cimalando
2018-05-31a small mistake fixed about maximum note numberJP Cimalando
2018-05-31Implement correct support for after-touch featureVitaly Novichkov
2018-05-31Failed attempt to move RSXX note-on to aftertouch conversionVitaly Novichkov
into preprocessor
2018-05-31Small polishing of volume model and CMF/RSXX tempoVitaly Novichkov
- Removed "Logarithmic volumes" flag as volume models concept successfuly serves this task. "Logarithmic volumes" flag is useless when we have volume models. - Fixed "too fast" tempo while playing CMF and EA-MUS (aka RSXX) files
2018-05-20TRUE fix of the default MIDI tempoVitaly Novichkov
#91
2018-05-20Polishing default tempo for MIDI files are lacks the tempo eventVitaly Novichkov
#91
2018-05-19Works and fixesVitaly Novichkov
- Fixed an incorrect calculation of 4-op channels and choosing 4-op channels for 2-op only banks - Resolved trouble with automatically chosen flags because of internal confusion
2018-05-19OpenWatcom compilation fixVitaly Novichkov