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.cpp
Age
Commit message (
Expand
)
Author
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
Refactor internal instrument data structures
Wohlstand
2020-08-24
Another piece of removed code
Wohlstand
2020-08-19
Use new banks database format
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-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
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-09-30
Lock settings for CMF and IMF playing to don't destroy them
Vitaly Novichkov
2018-07-31
fix the gcc warning "class-memaccess"
JP Cimalando
2018-07-23
preserve the data of operator 3-4 in internal storage, regardless of being 2o...
JP Cimalando
2018-06-25
Fixed missing refresh of 4-op channels count
Vitaly Novichkov
2018-06-25
Using bigger integers for math in some places
Vitaly Novichkov
2018-06-24
[Experimental] Big re-factoring of internals and clean-up
Vitaly Novichkov
2018-06-19
allow portamento to be updated by MIDI::Tick
JP Cimalando
2018-06-19
get chip base on level with OPNMIDI
JP Cimalando
2018-06-01
bank storage inside dynamic map
JP Cimalando
2018-06-01
Small polish of the 4op channels count auto-choose formula
Vitaly Novichkov
2018-06-01
Improve the automatic 4op channels count choosing formula
Vitaly Novichkov
2018-05-31
attempt to rework 4op count computation
JP Cimalando
2018-05-19
Works and fixes
Vitaly Novichkov
2018-05-16
storing adldata and adlinsdata in unified structures
JP Cimalando
2018-01-21
Copyright year update 2018
Vitaly Novichkov
2017-11-28
Give 4 four-op channels
Wohlstand
2017-11-08
Fixed zero four-operators bug when using a bigger non-GM bank
Wohlstand
2017-11-07
New API, classic ADLMIDI, and CMake
Wohlstand
2017-10-25
Clean-up
Wohlstand
2017-10-23
Prepare to implement seekability - pre-parse all MIDI events before play
Wohlstand
2017-10-17
Custom banks 4-operator voices playback fix
Wohlstand
2017-01-16
Split adlmidi.cpp now keeps API functions only
Wohlstand