globally change all use of "frame" to refer to audio into "sample".
[ardour.git] / libs / ardour / ardour / midi_cursor.h
index 5cb89c87f5e0fda9d50bbe267238b51b533d9a5a..6748a48971186064657681bdb17a912d9c4a6df3 100644 (file)
@@ -47,7 +47,7 @@ struct MidiCursor : public boost::noncopyable {
 
        Evoral::Sequence<Evoral::Beats>::const_iterator        iter;
        std::set<Evoral::Sequence<Evoral::Beats>::WeakNotePtr> active_notes;
-       framepos_t                                             last_read_end;
+       samplepos_t                                             last_read_end;
        PBD::ScopedConnectionList                              connections;
 };