ardour/libs/evoral/src
David Robillard 5a48f99f72 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
2009-02-15 01:24:26 +00:00
..
libsmf Const correctness. 2009-02-14 22:49:25 +00:00
Control.cpp Sync with http://svn.drobilla.net/lad/trunk/evoral r1891. 2008-12-21 20:36:15 +00:00
ControlList.cpp verbosity-- 2009-02-11 20:20:41 +00:00
ControlSet.cpp Sync with http://svn.drobilla.net/lad/trunk/evoral r1891. 2008-12-21 20:36:15 +00:00
Curve.cpp Sync with http://svn.drobilla.net/lad/trunk/evoral r1891. 2008-12-21 20:36:15 +00:00
Event.cpp Use nframes_t for timestamps of real (jack) time MIDI events (i.e. in MidiBuffer and MidiRingBuffer). 2009-02-15 01:24:26 +00:00
MIDIEvent.cpp * Code readability: Template parameter <T> -> <Time> 2009-02-10 22:06:56 +00:00
Note.cpp Remove superfluous typedefs. 2009-02-14 23:41:05 +00:00
OldSMF.cpp Remove abstract MIDIFile interface (maintaining interface with old crap was getting annoying). 2009-02-14 17:39:49 +00:00
Sequence.cpp Use nframes_t for timestamps of real (jack) time MIDI events (i.e. in MidiBuffer and MidiRingBuffer). 2009-02-15 01:24:26 +00:00
SMF.cpp Make SMF::append_event_delta take a buffer and a size rather than an Event (no point, more generic, etc.). 2009-02-14 22:52:38 +00:00
SMFReader.cpp * midi_event_size(uchar status): return size including status / handle sysex 2009-02-03 08:46:24 +00:00