Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-21 | MUS2MID: Use 100 default volume level for more accurate result | Wohlstand | |
2020-08-21 | Make DMX volume model be more accurate | Wohlstand | |
(thanks to NukeYKT for a hint) | |||
2020-08-16 | Tuned the work on hardware OPL3 chip | Wohlstand | |
#230 | |||
2020-01-17 | Update copyright year | Wohlstand | |
2020-01-02 | Fix a failure with the Create bank access flag | Jean Pierre Cimalando | |
2019-12-11 | MidiSequencer: apply recent typo fixes and a clean-up | Wohlstand | |
2019-12-03 | MidiSequencer: Added PCM streaming code | Wohlstand | |
This code piece should simplify a dealing with MIDI libraries TODO: Modify some content of adl_playFormat() to use this feature | |||
2019-12-02 | MidiSequencer: Fixed possible UTF16 string length checking problems | Wohlstand | |
2019-11-15 | Sequencer: Allow playing IMF files of Type 0 | Wohlstand | |
2019-09-26 | Fixed build for MSVC2013 | Wohlstand | |
2019-09-26 | Update MIDI Sequencer with latest copy from libOPNMIDI | Wohlstand | |
2019-07-01 | dosbox: thread-safe global initialization | JP Cimalando | |
2019-06-02 | Update emulators enabled check | Matt Montag | |
Add all emulators to the preprocessor directive that ensures at least one is enabled. | |||
2019-03-03 | fix uninitialized chip variables | JP Cimalando | |
2019-02-26 | java: initialize phase (CID 1477241) | JP Cimalando | |
2019-02-26 | java: fix unreachable code false-positive (CID 1477236) | JP Cimalando | |
2019-02-26 | java: initialize cha and chb (CID 1477237) | JP Cimalando | |
2019-02-26 | opal: initialize tremolo level (CID 1477242) | JP Cimalando | |
2019-02-25 | Merge pull request #213 from jpcima/opal | Vitaly Novichkov | |
opal: fix envelope delay between stage transitions | |||
2019-02-25 | opal: fix envelope delay between stage transitions | JP Cimalando | |
2019-02-25 | opal: registers $Ax $Bx affect both channels in 4op | JP Cimalando | |
2019-02-24 | opal: fix the computation of KSL | JP Cimalando | |
2019-02-24 | JavaOPL3: Make sure no conflict with original copy linked | Vitaly Novichkov | |
2019-02-24 | javaopl: fix inversion of panning | JP Cimalando | |
2019-02-24 | javaopl3: thread safe initialization and cleanup | JP Cimalando | |
2019-02-24 | opal: fix MSVC warnings | JP Cimalando | |
2019-02-24 | fix some warnings | JP Cimalando | |
2019-02-24 | java: output volume and panning | JP Cimalando | |
2019-02-24 | javaopl3 work in progress | JP Cimalando | |
2019-02-24 | Minor warning fixes in opal.hpp | Vitaly Novichkov | |
2019-02-23 | Opal OPL3 emulator is licensed under public domain | Vitaly Novichkov | |
I have got a confirmation letter from Reality team who is a creator of Opal emulator where was clarified that all example codes in the RAD are public domain. | |||
2019-02-23 | opal: add the patch and mention in README | JP Cimalando | |
2019-02-23 | opal: enable use of soft panning | JP Cimalando | |
2019-02-23 | support the Opal emulator | JP Cimalando | |
2019-02-23 | Small minor correction | Vitaly Novichkov | |
- make separated `g_channelsMap` table for panning - replace most of "magic numbers" with macros - move "BEND_COEFFICIENT" macro into the opl3 header | |||
2019-02-22 | Rhythm-mode percussion now works! | Vitaly Novichkov | |
2019-02-22 | Give less goodness points to sustained notes | Vitaly Novichkov | |
2019-02-22 | prevent duplicate locations in users sets | JP Cimalando | |
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 | |