Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-11 | fix `describeChannels` iteration problem on the generic list structure | JP Cimalando | |
2019-02-06 | Nuked OPL 1.8 optimizations port | JP Cimalando | |
2019-01-25 | force note-on to do immediate note killing | JP Cimalando | |
2019-01-25 | cache the extended note count per channel | JP Cimalando | |
2019-01-25 | drum note length extension | JP Cimalando | |
2019-01-05 | Update copyright year to 2019 | Vitaly Novichkov | |
2019-01-05 | Change description to be more correct | Vitaly Novichkov | |
2018-12-17 | Fixed C++98 and C90 warnings, also CLang rpath warning | Vitaly Novichkov | |
2018-12-13 | C++98 build fix | Vitaly Novichkov | |
Because of mentioned bug in CMake script, the C++11 mode was turned on, therefore once CMake build was fixed to enforce C++98, the dbopl.cpp was failed to build where are INT16_MIN and INT16_MAX macros was used. | |||
2018-12-13 | Build: Splid the main CMake build script | Vitaly Novichkov | |
Keep it have library code only but no utils and examples are will be built independently #196 | |||
2018-11-20 | Merge branch 'master' into std-structures | Vitaly Novichkov | |
2018-11-17 | Apply the same minor optimization for bender as for libOPNMIDI | Vitaly Novichkov | |
2018-11-10 | enable more debugging checks | JP Cimalando | |
2018-11-10 | support zero-alloc + fix | JP Cimalando | |
2018-11-10 | converted activenotes to generic list | JP Cimalando | |
2018-11-10 | linked list structure + users | JP Cimalando | |
2018-11-04 | update the WOPL library with fixes | JP Cimalando | |
2018-11-01 | MIDI Sequencer: Fixed missing per-track titles | Vitaly Novichkov | |
Old code have allowed track titles be passed for only case debug message hook was set. Unfortunately, it's a mistake. Track titles collection must NOT depend on a debug message hook existing. | |||
2018-11-01 | MIDI Sequencer: Minor polishing | Vitaly Novichkov | |
2018-10-10 | MIDI Sequencer: remove old comments | Vitaly Novichkov | |
2018-10-10 | Added the exact license note into "fraction.hpp" file | Vitaly Novichkov | |
The license of this file is in Public Domain: https://bisqwit.iki.fi/src/index.html "... and orphan source code files are copyrighted public domain." | |||
2018-10-09 | Fixed a warning with disabled MIDI sequencer | Vitaly Novichkov | |
2018-10-05 | typedef OPL3 as Synth | JP Cimalando | |
2018-10-05 | reorganize around a lighter adlmidi_private header | JP Cimalando | |
2018-10-05 | reorganize MIDIplay code | JP Cimalando | |
2018-10-05 | reorganize the OPL3 chip manager code | JP Cimalando | |
2018-10-01 | Minor fix of measurer | Wohlstand | |
[Backport from OPN2-BE] When we generate nothing on a first window for "zero" peak time, the releasing delay will always be zero. The "Ride cymbal 1" in my "xg.wopn" is an example that was caused by this bug. | |||
2018-09-30 | Move "MaxChips" constant macro into adlmidi_private.hpp | Vitaly Novichkov | |
2018-09-30 | Remove useless condition | Vitaly Novichkov | |
2018-09-30 | TRUE Fix the 4-op channels count setup | Vitaly Novichkov | |
2018-09-30 | Fix the 4-op channels count setup | Vitaly Novichkov | |
2018-09-30 | Another CMF/IMF/RSXX playback fix | Vitaly Novichkov | |
2018-09-30 | Sequencer: fix attempt to load CMF again in same instance | Vitaly Novichkov | |
2018-09-30 | Lock settings for CMF and IMF playing to don't destroy them | Vitaly Novichkov | |
For now, all settings are in safe, except of custom bank that getting be dropped away by CMF file that does passing of own custom instruments. | |||
2018-09-28 | Fixed wrong position report on hot file re-load | Vitaly Novichkov | |
When opening another file with using of same instance, the position is getting be incorrect. | |||
2018-09-26 | Add the competition between channels with releasing notes | Vitaly Novichkov | |
#181 | |||
2018-09-26 | Pay attention to releasing notes | Vitaly Novichkov | |
#181 | |||
2018-09-26 | Fixed the too fast killing of releasing notes | Vitaly Novichkov | |
#181 | |||
2018-09-25 | dosbox: fix a potential cache access problem, and some warnings | JP Cimalando | |
2018-09-25 | DosBox: Little code style correction | Vitaly Novichkov | |
2018-09-24 | dosbox: add caching of the attack rate computation | JP Cimalando | |
2018-09-20 | Minor update of my 4op GM bank | Vitaly Novichkov | |
2018-09-19 | Merge pull request #176 from jpcima/consistency | Vitaly Novichkov | |
eliminate a redundant null check | |||
2018-09-19 | eliminate a redundant null check | JP Cimalando | |
2018-09-19 | Added automatic detection of HMI / RPG-Maker loop format | Vitaly Novichkov | |
#175 | |||
2018-09-11 | have consistent null checks and returns | JP Cimalando | |
2018-09-06 | access into global chip settings | JP Cimalando | |
2018-09-04 | Fix one minor MSVC warning | Vitaly Novichkov | |
2018-09-03 | wopl: bug fix and test | JP Cimalando | |
2018-09-02 | rename DOSBox using preferred casing | JP Cimalando | |