Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-01-01 | Update copyright year for 2025 | Wohlstand | |
2024-01-07 | Updated copyright year to 2024 | Wohlstand | |
2023-01-03 | Updated copyright for 2023 | Wohlstand | |
2022-01-05 | Updated copyright year for 2022 | Wohlstand | |
2021-01-14 | Updated copyright for 2021 | Wohlstand | |
2020-09-13 | Rename "adldata.hh" into "oplinst.h" | Wohlstand | |
2020-09-13 | Refactor internal instrument data structures | Wohlstand | |
2020-08-31 | Remove C++ extras | Wohlstand | |
All C++ binded features are useless since C-binded real-time MIDI API can completely replace them at all. This was a workaround for ADLMIDI2 tool. | |||
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-16 | Merge branch 'master' into wip-new-embedded-banks | Wohlstand | |
2020-08-16 | Tuned the work on hardware OPL3 chip | Wohlstand | |
#230 | |||
2020-02-22 | Merge branch 'master' into wip-new-embedded-banks | Wohlstand | |
2020-01-17 | Update copyright year | Wohlstand | |
2019-07-01 | First working of new database | Vitaly Novichkov | |
// not so stable, needs a polishing, however, multibank from embedded 72'th bank (DMXOPL3) works! | |||
2019-01-05 | Update copyright year to 2019 | Vitaly Novichkov | |
2019-01-05 | Change description to be more correct | 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-09-30 | Move "MaxChips" constant macro into adlmidi_private.hpp | 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 | Pay attention to releasing notes | Vitaly Novichkov | |
#181 | |||
2018-09-11 | have consistent null checks and returns | JP Cimalando | |
2018-09-06 | access into global chip settings | JP Cimalando | |
2018-08-31 | Added high tone frequency extension from OPL3-BE | Vitaly Novichkov | |
2018-08-25 | upgrade timing resolution to the microsecond | JP Cimalando | |
2018-08-03 | Minor changes in comment text | JP Cimalando | |
2018-08-03 | Minor cosmetical changes | Vitaly Novichkov | |
2018-08-02 | add safety check for emulator switching | JP Cimalando | |
2018-07-31 | fix some warnings | JP Cimalando | |
2018-07-31 | Fixed MSVC Build of shared library | Wohlstand | |
2018-07-31 | Fix the initial panning state | Vitaly Novichkov | |
2018-07-31 | Merge branch 'master' into fullpan | Vitaly Novichkov | |
2018-07-30 | Merge pull request #146 from jpcima/visibility-hidden | Vitaly Novichkov | |
hide private symbols | |||
2018-07-30 | hide private symbols | 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-04 | Continue documenting, and apply some minor fixes on other files | Vitaly Novichkov | |
2018-07-04 | Remove "ADLMIDI_UNSTABLE_API" macro. | Vitaly Novichkov | |
As it's dev version, and lets polish this API to release it in next time | |||
2018-06-28 | basic channel description API | JP Cimalando | |
2018-06-26 | Don't busy chip channels with blank notes! | Vitaly Novichkov | |
2018-06-26 | Changed logic to identify percussion instrument in the goodness calculator | Vitaly Novichkov | |
2018-06-25 | Use size_t instead of uint64_t on devices cache | Vitaly Novichkov | |
2018-06-25 | Using bigger integers for math in some places | Vitaly Novichkov | |
2018-06-24 | Also small refactoring | Vitaly Novichkov | |
2018-06-24 | Continue clean-up and fix the multi-device support | Vitaly Novichkov | |
2018-06-24 | OPL3: Rename `m_pit` into `m_keyBlockFNumCache` | Vitaly Novichkov | |
2018-06-24 | OPL3: Rename "touchReal" into "touchNote" | Vitaly Novichkov | |
2018-06-24 | [Experimental] Big re-factoring of internals and clean-up | Vitaly Novichkov | |
- Renamed functions - Renamed variables - Documenting of most library internal stuff - Disabling of embedded banks no more conflicts with accidental linking of adldata.cpp |