From 15cdf454ea5a1460b41cb462c35f1ffb853a0764 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 10 Oct 2008 00:39:29 +0000 Subject: Apply MIDI looping patch from torbenh, with minor changes. General idea: use internal events to mark loop boundaries in MIDI buffers so readers can make sense of timestamps. git-svn-id: svn://localhost/ardour2/branches/3.0@3905 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/event_type_map.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libs/ardour/ardour/event_type_map.h') diff --git a/libs/ardour/ardour/event_type_map.h b/libs/ardour/ardour/event_type_map.h index 99911121c5..dfa11d6408 100644 --- a/libs/ardour/ardour/event_type_map.h +++ b/libs/ardour/ardour/event_type_map.h @@ -46,6 +46,10 @@ private: static EventTypeMap event_type_map; }; +enum InternalEventType { + LoopEventType = 1000 +}; + } // namespace ARDOUR #endif /* __ardour_event_type_map_h__ */ -- cgit v1.2.3