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 (
Collapse
)
Author
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 ↵
Vitaly Novichkov
split-midi-sequencer-and-sysex-2 # Conflicts: # src/adlmidi_midiplay.cpp # src/adlmidi_private.hpp
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
TODO: - implement C bindings for most of class functions - test it in work on any different synthesizer