X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Fslave.h;h=cf8060d029efeb6dd98a4b810fe3b86be2da4425;hb=57f74fbf132ad4c2bc59f2f3d6e298936d752963;hp=bda47ceba099ca89f2f51c341cb1ed6eaa46c89e;hpb=46c83693284ece4a732d26e62113ea4ac584d539;p=ardour.git diff --git a/libs/ardour/ardour/slave.h b/libs/ardour/ardour/slave.h index bda47ceba0..cf8060d029 100644 --- a/libs/ardour/ardour/slave.h +++ b/libs/ardour/ardour/slave.h @@ -238,19 +238,19 @@ struct LIBARDOUR_API SafeTime { class LIBARDOUR_API TimecodeSlave : public Slave { public: TimecodeSlave () {} - + virtual Timecode::TimecodeFormat apparent_timecode_format() const = 0; - + /* this is intended to be used by a UI and polled from a timeout. it should return a string describing the current position of the TC source. it should NOT do any computation, but should use a cached value of the TC source position. */ virtual std::string approximate_current_position() const = 0; - + framepos_t timecode_offset; bool timecode_negative_offset; - + PBD::Signal1 ActiveChanged; };