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_opl3.cpp
Age
Commit message (
Expand
)
Author
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
2018-06-20
Fix tiny MSVC 2017 Win64 warning
Vitaly Novichkov
2018-06-19
Apply same DJGPP build fix
Vitaly Novichkov
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
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
2018-05-19
Works and fixes
Vitaly Novichkov
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
2018-01-21
Copyright year update 2018
Vitaly Novichkov
2017-12-16
Added realtime API, Experimental, not tested
Vitaly Novichkov
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
2017-11-12
libADLMIDI now is buildable under OpenWatcom except of some workarounds
Wohlstand
2017-11-07
Custom WOPL now supports multiple banks
Wohlstand
2017-11-07
New API, classic ADLMIDI, and CMake
Wohlstand
2017-11-05
Don't apply a too-short percussion note fix on IMF/CMF and RSXX musics.
Wohlstand
2017-11-04
Added default states for deep tremolo/vibrato and volume moduels
Wohlstand
2017-11-04
Fix pseudo-4op double-voice instrument playing with two equal voices
Wohlstand
2017-11-04
Added support for playing of Electronic Arts's MUS files
Wohlstand
2017-10-25
Clean-up
Wohlstand
2017-10-20
Small fix of GCC warning in adlmidi_op3.cpp built without embedded banks
Wohlstand
2017-10-18
Smooth finalizing, rewinding, and a bit more crash safety
Wohlstand
2017-10-17
Custom banks 4-operator voices playback fix
Wohlstand
2017-02-15
Fixed logarithmic volumes flag and added support for XMI and MUS formats
Wohlstand
2017-01-16
Split adlmidi.cpp now keeps API functions only
Wohlstand