Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-19 | get chip base on level with OPNMIDI | JP Cimalando | |
2018-06-15 | Give more live to very long sustaining notes | Vitaly Novichkov | |
2018-06-09 | Merge pull request #110 from jpcima/chips-generate16 | Vitaly Novichkov | |
don't forget to increment sample pointer in generate16 | |||
2018-06-09 | don't forget to increment sample pointer in generate16 | JP Cimalando | |
2018-06-08 | Merge branch 'hq-resampler' of git@github.com:jpcima/libADLMIDI.git | Vitaly Novichkov | |
2018-06-08 | chips: create a common method set for generation and resampling | JP Cimalando | |
2018-06-07 | Merge pull request #107 from jpcima/uninitialized-memory | Vitaly Novichkov | |
fix a use of uninitialized memory | |||
2018-06-07 | Merge pull request #108 from jpcima/library-version-hq | Vitaly Novichkov | |
library version string for HQ variant | |||
2018-06-07 | library version string for HQ variant | JP Cimalando | |
2018-06-06 | fix a use of uninitialized memory | JP Cimalando | |
2018-06-04 | new pitchbend strategy | JP Cimalando | |
2018-06-04 | Fixed bend sensitivity processing | Vitaly Novichkov | |
2018-06-04 | Merge branch 'master' of github.com:Wohlstand/libADLMIDI | Vitaly Novichkov | |
2018-06-04 | Fix the debug build | Vitaly Novichkov | |
2018-06-04 | Small fix of the deprecated "Logarithmic volumes" function | Wohlstand | |
2018-06-03 | Merge pull request #105 from jpcima/hq-resampler | Vitaly Novichkov | |
clamp the outputs of 16bit adding generators | |||
2018-06-03 | clamp the outputs of 16bit adding generators | JP Cimalando | |
2018-06-03 | Re-Order CMake flags and info, and update the changes log | Vitaly Novichkov | |
2018-06-03 | Small beautifying in CMakeLists.txt | Vitaly Novichkov | |
2018-06-03 | Merge branch 'hq-resampler' | Vitaly Novichkov | |
2018-06-03 | Fixed warnings in the utils | Vitaly Novichkov | |
2018-06-03 | optional high-quality resampling | JP Cimalando | |
2018-06-03 | Bugfixes | Wohlstand | |
- 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-03 | Fix another conflict with Qt that was in NukedOPL3 1.7.4 | Wohlstand | |
2018-06-03 | Another MinGW warning fix | Wohlstand | |
2018-06-03 | Fixed some warnings on MinGW | Wohlstand | |
2018-06-03 | Merge pull request #103 from jpcima/build-nobanks | Vitaly Novichkov | |
fix build under dynamic bank map and embedded banks disabled | |||
2018-06-03 | fix build under dynamic bank map and embedded banks disabled | JP Cimalando | |
2018-06-02 | dynamic instrument API | JP Cimalando | |
2018-06-02 | Merge branch 'banks3-rebase' | Vitaly Novichkov | |
2018-06-02 | Beautify the "adlmidi_midiplay.cpp" | Vitaly Novichkov | |
2018-06-02 | Remove duplicated "Poke" function call | Vitaly Novichkov | |
It's no sense to have uint32-argument poke function as all emulators are using uint16 and uint8 data only | |||
2018-06-02 | Warning fixes | Vitaly Novichkov | |
2018-06-01 | Small tweak over Watcom projects | Vitaly Novichkov | |
2018-06-01 | bank fallback on blank instrument | JP Cimalando | |
2018-06-01 | bank storage inside dynamic map | JP Cimalando | |
2018-06-01 | Another small change of the OW build | Vitaly Novichkov | |
2018-06-01 | Update OpenWatcom project to target DOS4G | Vitaly Novichkov | |
Still not working and stuck in the stack due unfixed bug in OW | |||
2018-06-01 | Fix the build on OpenWatcom | Vitaly Novichkov | |
[the full-working compiling still not working yet due bug on OW side] | |||
2018-06-01 | Fix the warning on DJGPP with hardware OPL3 mode | Vitaly Novichkov | |
2018-06-01 | Added changelog notes | Vitaly Novichkov | |
2018-06-01 | Small polish of the 4op channels count auto-choose formula | Vitaly Novichkov | |
2018-06-01 | Merge branch 'num-4ops' of git@github.com:jpcima/libADLMIDI.git into num-4ops | Vitaly Novichkov | |
2018-06-01 | Improve the automatic 4op channels count choosing formula | Vitaly Novichkov | |
2018-05-31 | edit the formula to have a minimum 4ops count | JP Cimalando | |
2018-06-01 | Merge branch 'master' into num-4ops | Vitaly Novichkov | |
2018-06-01 | Warning fixes and append "r4111" into name of DosBox emulator | Vitaly Novichkov | |
2018-05-31 | dosbox: don't use ssize_t for frame count, use unsigned | JP Cimalando | |
2018-05-31 | update Dosbox OPL | JP Cimalando | |
2018-05-31 | Merge pull request #96 from jpcima/minor-things | Vitaly Novichkov | |
Minor things |