aboutsummaryrefslogtreecommitdiff
path: root/src/chips
AgeCommit message (Collapse)Author
2018-06-19get chip base on level with OPNMIDIJP Cimalando
2018-06-09don't forget to increment sample pointer in generate16JP Cimalando
2018-06-08chips: create a common method set for generation and resamplingJP Cimalando
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-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-14Fixed DosBox emulator build with the same issue when macros not definedVitaly Novichkov
2018-04-27Fixed MinGW-w64 build of DosBox emulatorVitaly Novichkov
2018-04-27Fixed MSVC buildVitaly Novichkov
2018-04-23Fixed Android buildVitaly Novichkov
2018-04-23Small fix for Android. TODO: Make a fix of this for MSVCVitaly Novichkov
2018-04-20Fix a small warning, found on attempt to build OPL3 Bank EditorVitaly Novichkov
2018-04-13Mac OS needs sys/types.h for ssize_tJP Cimalando
2018-04-13general 32bit generator methods, like OPNMIDIJP Cimalando
2018-04-12Fix the damaged output regression and a small beautifyingVitaly Novichkov
2018-04-11support for 32 bit mixing, and multiple sample formatsJP Cimalando
2018-04-10Remove duplicated filesVitaly Novichkov
2018-04-10Fixed the broken output on Nuked OPL3 v 1.8 (#51)Vitaly Novichkov
2018-04-10[Experimental] Added support for emulation core switching in real time!Vitaly Novichkov
Due to clunky playback on updated Nuked OPL3 emulator v 1.8, I kept the Nuked OPL3 1.7.4 work in parallel and be a separated switchable emulator.