index
:
libADLMIDI
master
Fork of Bisqwit's OPL3 emulation library
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
adlmidi_private.hpp
Age
Commit message (
Expand
)
Author
2025-03-29
Refactored DOS support
Wohlstand
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
2020-08-19
Use new banks database format
Wohlstand
2020-08-16
Merge branch 'master' into wip-new-embedded-banks
Wohlstand
2020-08-16
Tuned the work on hardware OPL3 chip
Wohlstand
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
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
2018-09-26
Pay attention to releasing notes
Vitaly Novichkov
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
2018-07-30
hide private symbols
JP Cimalando
2018-07-29
Implemented optional soft panning support for the included chip emulators, di...
Christopher Snowhill
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
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
[next]