Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-16 | Updated version number and changelog | Vitaly Novichkov | |
2017-12-16 | Added experimental VLC plugin | Vitaly Novichkov | |
Plugin is made for VLC 2.2.2 Weatherwax (pre-installed in Linux Mint 18.3) Existing issues: - No ability to change codec properties yet, this thing is WIP - By unknown reason, resulted sound has different (RANDOM) sample rate which is different from 44100 Hz | |||
2017-12-16 | Added realtime API, Experimental, not tested | Vitaly Novichkov | |
- Added Real-time public API, needed a test! (try to implement dummy VLC plugin with it) - Added abillity to change deep flags without song restart or a chip reset | |||
2017-12-16 | DMXOPL3 by @sneakernets update | Vitaly Novichkov | |
2017-12-10 | Added "TODO" note into "adl_generate" function | Vitaly Novichkov | |
2017-12-10 | Merge branch 'master' into get-rid-of-backup-buffer | Vitaly Novichkov | |
# Conflicts: # src/adlmidi.cpp | |||
2017-12-10 | Small refactoring to make the buffer copying be more understandable | Vitaly Novichkov | |
(add-on for issue #37) | |||
2017-12-09 | Remove temporary debug prints | Vitaly Novichkov | |
to merge some of changes into Master branch | |||
2017-12-09 | Hardware OPL3 build fix | Vitaly Novichkov | |
2017-12-09 | Merge branch 'master' into get-rid-of-backup-buffer | Vitaly Novichkov | |
# Conflicts: # src/adlmidi.cpp | |||
2017-12-09 | Merge branch 'master' into openwatcom-debug | Vitaly Novichkov | |
2017-12-09 | Merge branch 'master' of git@github.com:Wohlstand/libADLMIDI.git | Vitaly Novichkov | |
2017-12-09 | Merge branch 'master' of git@github.com:Wohlstand/libADLMIDI.git | Vitaly Novichkov | |
2017-12-09 | Fix the incorrect offseting of backup buffer | Vitaly Novichkov | |
(Issue #37) | |||
2017-12-09 | ADLMIDI2: Fixed macOS build | Wohlstand | |
2017-12-08 | Return back the "const" attribute to CalculateAdlChannelGoodness | Vitaly Novichkov | |
2017-12-08 | Update OpenWatcom project | Vitaly Novichkov | |
2017-12-02 | More debug info for OpenWattcom | Wohlstand | |
2017-12-02 | Added debug print to illustrate invalid data inside of std::set | Wohlstand | |
2017-12-02 | Fixed OpenWatcom IDE project | Wohlstand | |
2017-12-01 | Merge branch 'master' into get-rid-of-backup-buffer | Wohlstand | |
2017-12-01 | Added a project to build from under native OpenWatcom IDE | Wohlstand | |
2017-12-01 | Some fixes on non-DOS OpenWatcom targets | Wohlstand | |
Unfortunately, std::fflush() causes a crash on Linux but works fine on DOS | |||
2017-11-30 | Apply update of @sneakernet 's DMX OPL3 bank | Wohlstand | |
2017-11-28 | Give 4 four-op channels | Wohlstand | |
When melodic set is completely 2-operator but has some 4-op percussions Experimental fix for #35 | |||
2017-11-26 | Fix a support for tristate flags (Default, Force-On and Force-Off) | Wohlstand | |
2017-11-26 | Merge branch 'master' into get-rid-of-backup-buffer | Wohlstand | |
2017-11-26 | C++98 build has been fixed! | Wohlstand | |
2017-11-26 | Again | Wohlstand | |
2017-11-26 | Attempt to fix compatibility with C++98 | Wohlstand | |
2017-11-26 | Merge branch 'master' into get-rid-of-backup-buffer | Wohlstand | |
2017-11-26 | Apply Loki666'th changes to Android build | Wohlstand | |
2017-11-25 | Don't affect percussion chgannels by CC74 Brightness | Wohlstand | |
(As this controller may damage sound of some drums such as DMXOPL3) | |||
2017-11-25 | Experimental: Added Brightness CC74 controller support | Wohlstand | |
2017-11-25 | Merge branch 'master' into get-rid-of-backup-buffer | Wohlstand | |
2017-11-25 | Fix C++98 compatibility | Wohlstand | |
2017-11-25 | Merge branch 'master' into get-rid-of-backup-buffer | Wohlstand | |
2017-11-25 | Small fix | Wohlstand | |
2017-11-24 | Small warning fix | Wohlstand | |
2017-11-24 | Merge branch 'master' into get-rid-of-backup-buffer | Wohlstand | |
2017-11-24 | Small bank reading error message fix | Wohlstand | |
2017-11-23 | Get rid of backup samples buffer | Wohlstand | |
2017-11-21 | Apply recent fix of the AdLib percussion map made by Joel Yliluoma | Wohlstand | |
2017-11-21 | Small fix of IMF length parsing | Wohlstand | |
2017-11-21 | Re-save other WOPL banks with WOPLv3 that has sound lengths | Wohlstand | |
2017-11-21 | Update of my 4-op GM with adding of WOPLv3 sounding lengths | Wohlstand | |
Since WOPL version 3 every bank file contains same sounding/releasing lengths values as ADLDATA embedded banks database has. | |||
2017-11-21 | Rebuild entire embedded banks database by the fixed measurer | Wohlstand | |
2017-11-21 | Fixed a recentny found long-time bug in measurer: a wrong note-off channels | Wohlstand | |
TODO: Re-generate entire cache as because of incorrect note-off bug, entire data was written incorrectly | |||
2017-11-20 | Small clean-up of demo tool | Wohlstand | |
2017-11-20 | Use const char* and const void* as input data types | Wohlstand | |