globally change all use of "frame" to refer to audio into "sample".
[ardour.git] / libs / surfaces / tranzport / tranzport_control_protocol.h
index 32d88aaf5e9a431b75f424ea38bf92f24367f6ca..95def2bc6e11a42beffba995e6bbb68d20bc5ad3 100644 (file)
@@ -192,8 +192,8 @@ private:
        uint32_t       last_hrs;
        uint32_t       last_mins;
        uint32_t       last_secs;
-       uint32_t       last_frames;
-       framepos_t     last_where;
+       uint32_t       last_samples;
+       samplepos_t     last_where;
        ARDOUR::gain_t last_track_gain;
        uint32_t       last_meter_fill;
        struct timeval last_wheel_motion;
@@ -301,8 +301,8 @@ private:
        void show_current_track ();
        void show_track_gain ();
        void show_transport_time ();
-       void show_bbt (framepos_t where);
-       void show_timecode (framepos_t where);
+       void show_bbt (samplepos_t where);
+       void show_timecode (samplepos_t where);
        void show_wheel_mode ();
        void show_gain ();
        void show_pan ();