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
/
wopl
Age
Commit message (
Collapse
)
Author
2020-01-17
Update copyright year
Wohlstand
2019-01-05
Update copyright year to 2019
Vitaly Novichkov
2018-11-04
update the WOPL library with fixes
JP Cimalando
2018-09-03
wopl: bug fix and test
JP Cimalando
2018-07-08
Small comma fix in WOPL parser header
Vitaly Novichkov
2018-07-04
Remove deprecated enums from WOPL file processor
Vitaly Novichkov
2018-07-04
Another typo fixes, begin to document all public functions
Vitaly Novichkov
2018-07-04
Added instrument rhythm-mode related enums into the public header
Vitaly Novichkov
2018-05-17
Auto-define missing int types to build on Watcom with C90
Vitaly Novichkov
2018-04-21
wopl API: give names to struct and enum types
JP Cimalando
2018-04-21
wopl robustness fix
JP Cimalando
2018-04-20
fix implementation defined behavior
JP Cimalando
2018-04-20
Use the same WOPL_File parser from OPL3 Bank Editor in libADLMIDI
Vitaly Novichkov
TODO: port this into Gen-ADLDATA too! No more need to update same file parser twice. Just, copy-paste the same WOPL parser between of OPL3 Bank Editor and libADLMIDI.