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
2025-04-15
Added missing check macros into adlmidi_opl3.cpp
Wohlstand
2025-04-10
adlmidi_opl3: Fixed the dead loop when tone comes lower than zero
Wohlstand
2025-03-29
Added support for LLE OPL2 and OPL3 emulators
Wohlstand
2025-03-29
Refactored DOS support
Wohlstand
2025-03-27
Fixed logic where drum formula gets overriden by wrong code
Wohlstand
2025-03-27
Clarify the panning/fbconn data logic
Wohlstand
2025-03-26
Fixed the memory damage that leads further double-free bug
Wohlstand
2025-03-25
Do cache the panning register
Wohlstand
2025-03-25
Fixed instruments distortion on OPL2 chips
Wohlstand
2025-03-25
Prevent writing incompatible data to OPL2 chips
Wohlstand
2025-03-25
Added MAME OPL2 emulator
Wohlstand
2025-03-25
Implemented support of YMFM emulators and OPL2
Wohlstand
2025-03-24
Added experimental support of ESFMu emulator
Wohlstand
2025-01-01
Update copyright year for 2025
Wohlstand
2024-05-11
OPL3: Add the CSW/NoteSel initialisation to 0
Wohlstand
2024-05-11
OPL3: Fixed incorrect operator registers initialisation
Wohlstand
2024-05-11
OPL3: Also clean up frequency registers
Wohlstand
2024-05-11
Initial implementation of Serial support
Wohlstand
2024-01-07
Updated copyright year to 2024
Wohlstand
2023-10-05
Don't change pitch for HiHat and Cymbal on CMF tracks
Wohlstand
2023-07-10
adlmidi_opl3.cpp: Tweaked the panning distance
Wohlstand
2023-01-03
Updated copyright for 2023
Wohlstand
2022-06-29
Added the chip channels allocation mode option
Wohlstand
2022-01-05
Updated copyright year for 2022
Wohlstand
2021-12-13
Added per-bank MT32 defaults option
Wohlstand
2021-01-14
Updated copyright for 2021
Wohlstand
2020-10-12
DMX: A small fix of SynthBass2 G-bug
Wohlstand
2020-09-28
Fixed some minor MSVC warnings
Wohlstand
2020-09-16
Added old and buggy HMI volume model
Wohlstand
2020-09-13
Refactor internal instrument data structures
Wohlstand
2020-09-13
Small rename of AIL frequency tables
Wohlstand
2020-09-13
Move all frequency computation code from a MIDIPlay into the Synth
Wohlstand
2020-09-10
Make the proper HMI volume model
Wohlstand
2020-09-10
Fixed an accuracy of Win9X frequency model
Wohlstand
2020-09-08
All silent instruments must be marked as silent!
Wohlstand
2020-09-06
Attempt to closely aproximate HMI volume model
Wohlstand
2020-09-06
Added an aproximated HMI volume model
Wohlstand
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
2020-08-30
Improved an accuracy of Apogee volume model
Wohlstand
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
[next]