globally change all use of "frame" to refer to audio into "sample".
[ardour.git] / libs / surfaces / frontier / tranzport / tranzport_control_protocol.h
index 13df6915a211fb80c7322c6d4bb623cf3eb2c8af..e132361397aed8b885f55541c7bd6cf3a39465f4 100644 (file)
@@ -150,8 +150,8 @@ class TranzportControlProtocol : public ARDOUR::ControlProtocol
        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;
        uint64_t       last_wheel_motion;
@@ -246,8 +246,8 @@ class TranzportControlProtocol : public ARDOUR::ControlProtocol
        void show_current_track ();
        void show_track_gain ();
        void show_transport_time ();
-       void show_bbt (framepos_t where);
-       void show_smpte (framepos_t where);
+       void show_bbt (samplepos_t where);
+       void show_smpte (samplepos_t where);
        void show_wheel_mode ();
        void show_gain ();
        void show_pan ();