From 5a48f99f72c2e2f3ed313e00446dfdaa05dc5d56 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 15 Feb 2009 01:24:26 +0000 Subject: Use nframes_t for timestamps of real (jack) time MIDI events (i.e. in MidiBuffer and MidiRingBuffer). Use iterator interface of Sequence to read events in a MIDISource rather than Sequence::read, avoiding timestamp confusion. Disable no longer useful Sequence::read. git-svn-id: svn://localhost/ardour2/branches/3.0@4570 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/evoral/src/Event.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/evoral/src/Event.cpp') diff --git a/libs/evoral/src/Event.cpp b/libs/evoral/src/Event.cpp index d309d8a0f7..dc13a070ee 100644 --- a/libs/evoral/src/Event.cpp +++ b/libs/evoral/src/Event.cpp @@ -68,6 +68,7 @@ Event::~Event() { #endif // EVORAL_EVENT_ALLOC template class Event; +template class Event; } // namespace Evoral -- cgit v1.2.3