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
/
midi_sequencer_impl.hpp
Age
Commit message (
Expand
)
Author
2021-10-25
Updated the midi sequencer code
Wohlstand
2021-07-18
Synchronize the MIDI Sequencer with mainstream
Wohlstand
2021-01-14
Updated copyright for 2021
Wohlstand
2020-11-26
Fixed IMF playing because of last data row miss
Wohlstand
2020-09-03
Fixed an incorrect logic of CC121
Wohlstand
2020-01-17
Update copyright year
Wohlstand
2019-12-11
MidiSequencer: apply recent typo fixes and a clean-up
Wohlstand
2019-12-03
MidiSequencer: Added PCM streaming code
Wohlstand
2019-12-02
MidiSequencer: Fixed possible UTF16 string length checking problems
Wohlstand
2019-11-15
Sequencer: Allow playing IMF files of Type 0
Wohlstand
2019-09-26
Update MIDI Sequencer with latest copy from libOPNMIDI
Wohlstand
2019-01-25
drum note length extension
JP Cimalando
2019-01-05
Update copyright year to 2019
Vitaly Novichkov
2018-11-01
MIDI Sequencer: Fixed missing per-track titles
Vitaly Novichkov
2018-11-01
MIDI Sequencer: Minor polishing
Vitaly Novichkov
2018-10-10
MIDI Sequencer: remove old comments
Vitaly Novichkov
2018-09-30
Sequencer: fix attempt to load CMF again in same instance
Vitaly Novichkov
2018-09-28
Fixed wrong position report on hot file re-load
Vitaly Novichkov
2018-09-19
Added automatic detection of HMI / RPG-Maker loop format
Vitaly Novichkov
2018-09-04
Fix one minor MSVC warning
Vitaly Novichkov
2018-08-28
sequencer: enable end silence skipping
JP Cimalando
2018-07-11
Sequencer: Minor fix of comments
Vitaly Novichkov
2018-07-11
Sequencer: Fixed GMF support
Vitaly Novichkov
2018-07-11
Fixed Watcom build
Vitaly Novichkov
2018-07-11
MIDI Sequencer: Split the loadMIDI function
Vitaly Novichkov
2018-07-09
xmi: handle AIL callback trigger
JP Cimalando
2018-07-08
Don't notify about of invalid loop when is no any loop tags passed
Vitaly Novichkov
2018-07-08
[Experimental] Complex loop support
Vitaly Novichkov
2018-07-07
exception for SMF track 0 when format != 2
JP Cimalando
2018-07-07
sequencer API to turn tracks on/off/solo
JP Cimalando
2018-06-25
Fixed compilation on Android
Vitaly Novichkov
2018-06-25
Using bigger integers for math in some places
Vitaly Novichkov
2018-06-24
MIDI Sequencer: Clean code from some of old comments
Vitaly Novichkov
2018-06-24
Continue clean-up and fix the multi-device support
Vitaly Novichkov
2018-06-23
Small clean-up of the MIDI sequencer's code
Vitaly Novichkov
2018-06-23
MidiSequencer: Some another refactoring of function names
Vitaly Novichkov
2018-06-22
Sequencer: give SysEx events have highest priority while re-ordering
Vitaly Novichkov
2018-06-21
Attempt to fix MSVC 2015 build
Vitaly Novichkov
2018-06-21
Merge branch 'all-sysex' of git@github.com:jpcima/libADLMIDI.git into split-m...
Vitaly Novichkov
2018-06-21
MIDI Sequencer: Small clean-up
Vitaly Novichkov
2018-06-21
Fix MSVC build because of missing `ssize_t` typedef
Vitaly Novichkov
2018-06-21
Fixed build of MIDI sequencer out of pre-included private ADLMIDI's header
Vitaly Novichkov
2018-06-21
Second attempt to fix Windows build
Vitaly Novichkov
2018-06-21
Move MIDI sequencer into completely separated class
Vitaly Novichkov