index
:
libADLMIDI
master
Fork of Bisqwit's OPL3 emulation library
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libADLMIDI-test.pro
Age
Commit message (
Expand
)
Author
2018-06-28
basic channel description API
JP Cimalando
2018-06-21
Move MIDI sequencer into completely separated class
Vitaly Novichkov
2018-06-08
chips: create a common method set for generation and resampling
JP Cimalando
2018-04-20
Use the same WOPL_File parser from OPL3 Bank Editor in libADLMIDI
Vitaly Novichkov
2018-04-10
[Experimental] Added support for emulation core switching in real time!
Vitaly Novichkov
2017-11-25
Fix C++98 compatibility
Wohlstand
2017-11-01
Added hooks and meta-info: title, copyright, track titles and markers
Wohlstand
2017-10-31
Merge branch 'master' into seekability
Wohlstand
2017-10-31
Optimize and clean-up of adl_play() function and use persistent buffer
Wohlstand
2017-10-27
Repair the ability to skip silence in a begin,
Wohlstand
2017-10-25
Clean-up
Wohlstand
2017-10-24
Added working seekability!
Wohlstand
2017-10-24
Absolute time position now is known!
Wohlstand
2017-10-24
Absolute per-event time position calculation is works!
Wohlstand
2017-10-20
Added CMake support
Wohlstand
2017-10-18
Wave recording in demo tool and disable loop by default
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-09-30
Add small QMake project for testing and debugging from Qt Creator
Wohlstand