From a8dde37099558dc805dfa07eb870c2baf66f4fec Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Mon, 23 Oct 2017 06:12:22 +0300 Subject: Prepare to implement seekability - pre-parse all MIDI events before play All parsed events will be stored into special time marked containers and will be sorted by type to avoid possible issues caused by incorrect order of meta or note-on/off events, etc. Time markers are needed to easier detect seconds position to seek. TODO: Fix IMF playback --- src/adlmidi_private.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/adlmidi_private.cpp') diff --git a/src/adlmidi_private.cpp b/src/adlmidi_private.cpp index fd9253c..c888b18 100644 --- a/src/adlmidi_private.cpp +++ b/src/adlmidi_private.cpp @@ -73,3 +73,4 @@ int adlRefreshNumCards(ADL_MIDIPlayer *device) return 0; } + -- cgit v1.2.3