Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-21 | More accurate DMX volume model | Wohlstand | |
Also, move entire code of volume model from MIDIPlay into OPL3 | |||
2020-08-21 | Merge branch 'master' into wip-new-embedded-banks | Wohlstand | |
2020-08-21 | Make DMX volume model be more accurate | Wohlstand | |
(thanks to NukeYKT for a hint) | |||
2020-08-19 | Use new banks database format | Wohlstand | |
However, it's stil need to clean-up and fix gen_adldata for a correct work! | |||
2020-08-19 | CPP Extras: Simplify instrument tester | Wohlstand | |
Now it uses internal real-time MIDI API instead of direct deal with banks. | |||
2020-02-22 | Merge branch 'master' into wip-new-embedded-banks | Wohlstand | |
2020-01-17 | Update copyright year | Wohlstand | |
2019-07-07 | Few fixes | Vitaly Novichkov | |
- Don't use rhythm mode with IMF even loaded MIDI bank asks for it - Reduce usage of old database related things | |||
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-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-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 | converted activenotes to generic list | JP Cimalando | |
2018-11-10 | linked list structure + users | JP Cimalando | |
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-09-30 | Move "MaxChips" constant macro into adlmidi_private.hpp | Vitaly Novichkov | |
2018-09-30 | Remove useless condition | 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-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-08-31 | Fixed build: missing change on CPP Extras part | Vitaly Novichkov | |
2018-08-31 | Merge branch 'master' of git@github.com:Wohlstand/libADLMIDI.git | Vitaly Novichkov | |
# Conflicts: # src/adlmidi_opl3.cpp | |||
2018-08-31 | Added high tone frequency extension from OPL3-BE | Vitaly Novichkov | |
2018-08-30 | fix a case of miscalculation and infinite loop | JP Cimalando | |
2018-08-27 | early koff update to prevent a bad reuse of channel | JP Cimalando | |
2018-08-25 | upgrade timing resolution to the microsecond | JP Cimalando | |
2018-08-02 | add safety check for emulator switching | JP Cimalando | |
2018-07-31 | fix the gcc warning "class-memaccess" | JP Cimalando | |
2018-07-29 | Implemented optional soft panning support for the included chip emulators, ↵ | Christopher Snowhill | |
disabled by default. | |||
2018-07-26 | changing synth setup without the full MIDI reset | JP Cimalando | |
2018-07-26 | Merge branch 'master' into velocity-offset | Vitaly Novichkov | |
# Conflicts: # src/adlmidi_load.cpp | |||
2018-07-25 | handle correctly in case of 2op mode | JP Cimalando | |
2018-07-23 | implement the velocity offset parameter | JP Cimalando | |
2018-07-23 | preserve the data of operator 3-4 in internal storage, regardless of being ↵ | JP Cimalando | |
2op/4op | |||
2018-07-16 | Move missing bank notice into correct place | Vitaly Novichkov | |
2018-07-15 | bank fallback for GS mode | JP Cimalando | |
2018-07-04 | Merge pull request #127 from jpcima/describe-channels | Vitaly Novichkov | |
fix indexing errors in channel description |