X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fsurfaces%2Fosc%2Fosc.h;h=97f2c4e5eb9d173eaafe2f8913a0707c6b35a7b4;hb=e5182f3eb46e8ccad23aa61b8ed3ae528f3ec540;hp=2157b0e27840a6792df1a1e6a84b5bf994cbc7a7;hpb=5f06ae43d87b441363afca3752c95ad5ed90f885;p=ardour.git diff --git a/libs/surfaces/osc/osc.h b/libs/surfaces/osc/osc.h index 2157b0e278..97f2c4e5eb 100644 --- a/libs/surfaces/osc/osc.h +++ b/libs/surfaces/osc/osc.h @@ -186,7 +186,7 @@ class OSC : public ARDOUR::ControlProtocol, public AbstractUI bool bank_dirty; float scrub_speed; // Current scrub speed double scrub_place; // place of play head at latest jog/scrub wheel tick - boost::posix_time::ptime scrub_time; // when did the wheel move last? + int64_t scrub_time; // when did the wheel move last? bool global_init; boost::shared_ptr _select; // which stripable out of /surface/stripables is gui selected