globally change all use of "frame" to refer to audio into "sample".
[ardour.git] / libs / midi++2 / midi++ / channel.h
index 6bd08073b371c9518a5d21e715ae2d2abf2535bd..ba95958d26b034072cb523e683bc13497c7fcc26 100644 (file)
@@ -165,7 +165,7 @@ class LIBMIDIPP_API Channel : public PBD::ScopedConnectionList {
        RPNList rpns;
        RPNList nrpns;
 
-       void reset (timestamp_t timestamp, framecnt_t nframes, bool notes_off = true);
+       void reset (timestamp_t timestamp, samplecnt_t nframes, bool notes_off = true);
 
        void process_note_off (Parser &, EventTwoBytes *);
        void process_note_on (Parser &, EventTwoBytes *);