Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-02 | Update emulators enabled check | Matt Montag | |
Add all emulators to the preprocessor directive that ensures at least one is enabled. | |||
2019-02-24 | javaopl3 work in progress | 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-01-05 | Update copyright year to 2019 | Vitaly Novichkov | |
2019-01-05 | Change description to be more correct | Vitaly Novichkov | |
2018-10-05 | reorganize the OPL3 chip manager code | JP Cimalando | |
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-06 | access into global chip settings | JP Cimalando | |
2018-09-01 | provide default initialization for bank setup | JP Cimalando | |
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-28 | Small warning fix | Wohlstand | |
2018-08-28 | Little beautifying | Vitaly Novichkov | |
2018-08-27 | reassign the channel categories after num4ops was decreased | JP Cimalando | |
2018-08-22 | Rotate octave on high out of range tone frequencies | Vitaly Novichkov | |
2018-08-03 | Minor cosmetical changes | Vitaly Novichkov | |
2018-08-02 | add safety check for emulator switching | JP Cimalando | |
2018-07-31 | fix the gcc warning "class-memaccess" | JP Cimalando | |
2018-07-31 | Use macro hint instead of absolute panning mask value | Vitaly Novichkov | |
2018-07-30 | [Experimental] Partially apply fixes to kode54's pull request | Wohlstand | |
2018-07-29 | Implemented optional soft panning support for the included chip emulators, ↵ | Christopher Snowhill | |
disabled by default. | |||
2018-06-25 | Using bigger integers for math in some places | Vitaly Novichkov | |
2018-06-24 | Fix MSVC warnings | Vitaly Novichkov | |
2018-06-24 | Also small refactoring | 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 | |||
2018-06-20 | Fix tiny MSVC 2017 Win64 warning | Vitaly Novichkov | |
2018-06-19 | Apply same DJGPP build fix | Vitaly Novichkov | |
as here https://github.com/Wohlstand/libADLMIDI/commit/96f407668feb79b883e294d1ce3f7fc5bbf823ed [ :warning: A conflict with "poly-portamento2" is possible!!! :warning:. Need to me resolve it on receiving the push ] | |||
2018-06-19 | Merge branch 'master' into update-chip-base | Vitaly Novichkov | |
2018-06-19 | get chip base on level with OPNMIDI | JP Cimalando | |
2018-06-16 | Small warning fix on DJGPP | Vitaly Novichkov | |
2018-06-02 | Remove duplicated "Poke" function call | Vitaly Novichkov | |
It's no sense to have uint32-argument poke function as all emulators are using uint16 and uint8 data only | |||
2018-06-02 | Warning fixes | Vitaly Novichkov | |
2018-06-01 | bank storage inside dynamic map | JP Cimalando | |
2018-05-31 | Small polishing of volume model and CMF/RSXX tempo | Vitaly Novichkov | |
- Removed "Logarithmic volumes" flag as volume models concept successfuly serves this task. "Logarithmic volumes" flag is useless when we have volume models. - Fixed "too fast" tempo while playing CMF and EA-MUS (aka RSXX) files | |||
2018-05-19 | Works and fixes | Vitaly Novichkov | |
- Fixed an incorrect calculation of 4-op channels and choosing 4-op channels for 2-op only banks - Resolved trouble with automatically chosen flags because of internal confusion | |||
2018-05-16 | storing adldata and adlinsdata in unified structures | JP Cimalando | |
2018-04-11 | Merge branch 'master' of git@github.com:Wohlstand/libADLMIDI.git | Vitaly Novichkov | |
2018-04-11 | Put Nuked OPL3 1.8 be default and fix the DJGPP build | Vitaly Novichkov | |
2018-04-10 | fix memory management issues | JP Cimalando | |
2018-04-10 | [Experimental] Added support for emulation core switching in real time! | Vitaly Novichkov | |
Due to clunky playback on updated Nuked OPL3 emulator v 1.8, I kept the Nuked OPL3 1.7.4 work in parallel and be a separated switchable emulator. | |||
2018-01-21 | Copyright year update 2018 | Vitaly Novichkov | |
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-11-26 | Again | Wohlstand | |
2017-11-26 | Attempt to fix compatibility with C++98 | Wohlstand | |
2017-11-25 | Experimental: Added Brightness CC74 controller support | Wohlstand | |
2017-11-16 | Another tiny fix | Wohlstand | |