aboutsummaryrefslogtreecommitdiff
path: root/src/midi_sequencer_impl.hpp
AgeCommit message (Expand)Author
2021-10-25Updated the midi sequencer codeWohlstand
2021-07-18Synchronize the MIDI Sequencer with mainstreamWohlstand
2021-01-14Updated copyright for 2021Wohlstand
2020-11-26Fixed IMF playing because of last data row missWohlstand
2020-09-03Fixed an incorrect logic of CC121Wohlstand
2020-01-17Update copyright yearWohlstand
2019-12-11MidiSequencer: apply recent typo fixes and a clean-upWohlstand
2019-12-03MidiSequencer: Added PCM streaming codeWohlstand
2019-12-02MidiSequencer: Fixed possible UTF16 string length checking problemsWohlstand
2019-11-15Sequencer: Allow playing IMF files of Type 0Wohlstand
2019-09-26Update MIDI Sequencer with latest copy from libOPNMIDIWohlstand
2019-01-25drum note length extensionJP Cimalando
2019-01-05Update copyright year to 2019Vitaly Novichkov
2018-11-01MIDI Sequencer: Fixed missing per-track titlesVitaly Novichkov
2018-11-01MIDI Sequencer: Minor polishingVitaly Novichkov
2018-10-10MIDI Sequencer: remove old commentsVitaly Novichkov
2018-09-30Sequencer: fix attempt to load CMF again in same instanceVitaly Novichkov
2018-09-28Fixed wrong position report on hot file re-loadVitaly Novichkov
2018-09-19Added automatic detection of HMI / RPG-Maker loop formatVitaly Novichkov
2018-09-04Fix one minor MSVC warningVitaly Novichkov
2018-08-28sequencer: enable end silence skippingJP Cimalando
2018-07-11Sequencer: Minor fix of commentsVitaly Novichkov
2018-07-11Sequencer: Fixed GMF supportVitaly Novichkov
2018-07-11Fixed Watcom buildVitaly Novichkov
2018-07-11MIDI Sequencer: Split the loadMIDI functionVitaly Novichkov
2018-07-09xmi: handle AIL callback triggerJP Cimalando
2018-07-08Don't notify about of invalid loop when is no any loop tags passedVitaly Novichkov
2018-07-08[Experimental] Complex loop supportVitaly Novichkov
2018-07-07exception for SMF track 0 when format != 2JP Cimalando
2018-07-07sequencer API to turn tracks on/off/soloJP Cimalando
2018-06-25Fixed compilation on AndroidVitaly Novichkov
2018-06-25Using bigger integers for math in some placesVitaly Novichkov
2018-06-24MIDI Sequencer: Clean code from some of old commentsVitaly Novichkov
2018-06-24Continue clean-up and fix the multi-device supportVitaly Novichkov
2018-06-23Small clean-up of the MIDI sequencer's codeVitaly Novichkov
2018-06-23MidiSequencer: Some another refactoring of function namesVitaly Novichkov
2018-06-22Sequencer: give SysEx events have highest priority while re-orderingVitaly Novichkov
2018-06-21Attempt to fix MSVC 2015 buildVitaly Novichkov
2018-06-21Merge branch 'all-sysex' of git@github.com:jpcima/libADLMIDI.git into split-m...Vitaly Novichkov
2018-06-21MIDI Sequencer: Small clean-upVitaly Novichkov
2018-06-21Fix MSVC build because of missing `ssize_t` typedefVitaly Novichkov
2018-06-21Fixed build of MIDI sequencer out of pre-included private ADLMIDI's headerVitaly Novichkov
2018-06-21Second attempt to fix Windows buildVitaly Novichkov
2018-06-21Move MIDI sequencer into completely separated classVitaly Novichkov