Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-02 | Added Generic FM variant of Win9X volume model | Wohlstand | |
2020-09-02 | Fixed the "Fixed" variant of Apogee volume model | Wohlstand | |
2020-09-01 | Added AIL volume model | Wohlstand | |
2020-09-01 | Reduce the code duplication at OPL3::touchNote() | Wohlstand | |
2020-09-01 | Fixed Apogee volume model for 4-operator voices | Wohlstand | |
2020-09-01 | Better 9X model | Wohlstand | |
2020-09-01 | Make "minVolume" constant be constant | Wohlstand | |
2020-09-01 | Simplify the brightness code | Wohlstand | |
2020-08-30 | Added "fixed" DMX and Apogee volume models | Wohlstand | |
These volume models will apply the fix of AM voices behavior | |||
2020-08-30 | Improved an accuracy of Apogee volume model | Wohlstand | |
include the bug of AM instruments | |||
2020-08-24 | Fixed a bug of junk instruments instead of blank | Wohlstand | |
2020-08-24 | More clean-up of old commented code | Wohlstand | |
2020-08-24 | Remove old comment | Wohlstand | |
2020-08-24 | Fixed a small warning | Wohlstand | |
2020-08-24 | Little clean-up of volume models code | Wohlstand | |
2020-08-24 | Another piece of removed code | Wohlstand | |
2020-08-21 | Merge branch 'master' into wip-new-embedded-banks | Wohlstand | |
2020-08-21 | More accurate DMX volume model | Wohlstand | |
Also, move entire code of volume model from MIDIPlay into OPL3 | |||
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-11-15 | Fixed a junk space in adlmidi_opl3.cpp | Vitaly Novichkov | |
2019-09-23 | Fixed MSVC warning in adlmidi_opl3.cpp | Vitaly Novichkov | |
2019-07-01 | Merge branch 'master' of github.com:Wohlstand/libADLMIDI into ↵ | Wohlstand | |
wip-new-embedded-banks | |||
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-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. |