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_sequencer.cpp
Age
Commit message (
Expand
)
Author
2025-01-01
Update copyright year for 2025
Wohlstand
2024-05-11
Initial implementation of Serial support
Wohlstand
2024-01-07
Updated copyright year to 2024
Wohlstand
2023-01-03
Updated copyright for 2023
Wohlstand
2022-10-17
Improved the multi-song XMI support
Wohlstand
2022-01-05
Updated copyright year for 2022
Wohlstand
2021-01-14
Updated copyright for 2021
Wohlstand
2020-09-03
Fixed an incorrect logic of CC121
Wohlstand
2020-01-17
Update copyright year
Wohlstand
2019-01-25
drum note length extension
JP Cimalando
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-26
Fixed the too fast killing of releasing notes
Vitaly Novichkov
2018-06-25
Use size_t instead of uint64_t on devices cache
Vitaly Novichkov
2018-06-24
[Experimental] Big re-factoring of internals and clean-up
Vitaly Novichkov
2018-06-21
SysEx: Use `size_t` for size values instead of `unsigned int`
Vitaly Novichkov
2018-06-21
Merge branch 'all-sysex' of git@github.com:jpcima/libADLMIDI.git into split-m...
Vitaly Novichkov
2018-06-21
Fixed build of MIDI sequencer out of pre-included private ADLMIDI's header
Vitaly Novichkov
2018-06-21
Move MIDI sequencer into completely separated class
Vitaly Novichkov