Remove all use of nframes_t.
[ardour.git] / libs / midi++2 / midi++ / channel.h
index 7afaffb27494a4dd0f803f76748cb63e93320f58..162eea1e9a38c1f04587871f2877f88bf7c48b3c 100644 (file)
@@ -141,7 +141,7 @@ class Channel : public PBD::ScopedConnectionList {
        bool               _mono;
        size_t             _notes_on;
 
-       void reset (timestamp_t timestamp, nframes_t nframes, bool notes_off = true);
+       void reset (timestamp_t timestamp, framecnt_t nframes, bool notes_off = true);
        
        void process_note_off (Parser &, EventTwoBytes *);
        void process_note_on (Parser &, EventTwoBytes *);