Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-21 | Second attempt to fix Windows build | Vitaly Novichkov | |
2018-06-21 | Attempt to fix a Windows build | Vitaly Novichkov | |
2018-06-21 | Fixed C++98 bulid | Vitaly Novichkov | |
lround is C99 and C++11, not C++98! | |||
2018-06-21 | Remove second Bend coefficient | Vitaly Novichkov | |
I have tested 14'th bank on DosBox emulator in current state, and seems everything is fine, no any hi-hats distortions. | |||
2018-06-21 | Move MIDI sequencer into completely separated class | Vitaly Novichkov | |
TODO: - implement C bindings for most of class functions - test it in work on any different synthesizer | |||
2018-06-20 | basic framework of sysex handling and sequencer support | JP Cimalando | |
2018-06-20 | Avoid possible failure to compile for Windows | Vitaly Novichkov | |
2018-06-20 | Move file reader into the separated header file | Vitaly Novichkov | |
2018-06-20 | Change version to 1.4.0 and mark it as "dev" | Vitaly Novichkov | |
2018-06-20 | Merge branch 'master' into poly-portamento2 | Vitaly Novichkov | |
2018-06-20 | Fix tiny MSVC 2017 Win64 warning | Vitaly Novichkov | |
2018-06-19 | avoid portamento work when no notes have it on channel | JP Cimalando | |
2018-06-19 | Fixed DJGPP build | Vitaly Novichkov | |
2018-06-19 | allow portamento to be updated by MIDI::Tick | JP Cimalando | |
2018-06-19 | polyphonic portamento | JP Cimalando | |
2018-06-19 | Apply same DJGPP build fix | Vitaly 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-19 | Merge branch 'master' into update-chip-base | Vitaly Novichkov | |
2018-06-19 | Update of DMXOPL3 up to 2.13a. Correctly! | Vitaly Novichkov | |
(previous attempt to update was done with a mistakenly replaced wrong file) | |||
2018-06-19 | Revert "Update of DMXOPL3 up to 2.13a" | Vitaly Novichkov | |
This reverts commit f4bc89ef3fb8825bf7a02b5a9b67caafd20a7c1e. | |||
2018-06-19 | Merge branch 'master' into update-chip-base | Vitaly Novichkov | |
2018-06-19 | Update of DMXOPL3 up to 2.13a | Vitaly Novichkov | |
https://github.com/sneakernets/DMXOPL/releases/tag/v2.13a | |||
2018-06-19 | MidiPlay: Don't spam print with non-changed output, and print times pretty | Vitaly Novichkov | |
2018-06-19 | get chip base on level with OPNMIDI | JP Cimalando | |
2018-06-19 | Mark 1.3.3 as release | Vitaly Novichkov | |
2018-06-18 | CMake: Fixed configure when no CMAKE_BUILD_TYPE was defined | Vitaly Novichkov | |
2018-06-18 | Fixed C90 warning in the public header | Vitaly Novichkov | |
2018-06-17 | Add QMake project from AudioCodecs to easier maintain it | Vitaly Novichkov | |
2018-06-17 | Set Release when CMAKE_BUILD_TYPE is not defined | Vitaly Novichkov | |
2018-06-17 | Small correction of CMake build | Vitaly Novichkov | |
2018-06-16 | Update three WOPL banks and re-generate embedded banks database | Vitaly Novichkov | |
2018-06-16 | Small warning fix on DJGPP | Vitaly Novichkov | |
2018-06-16 | Upgrated measurer algorithm and re-generated full embedded banks database | Vitaly Novichkov | |
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 | |