another in-progress snapshot of gtk2_ardour after getting audio_clock.cc to compile

This commit is contained in:
Paul Davis 2020-09-29 17:53:43 -06:00
parent 8fb70885ec
commit 1ee38e7a7f
14 changed files with 214 additions and 247 deletions

View file

@ -31,7 +31,7 @@ public:
MainClock (const std::string& clock_name, const std::string& widget_name, bool primary);
samplepos_t absolute_time () const;
void set_session (ARDOUR::Session *s);
void set (samplepos_t, bool force = false, ARDOUR::samplecnt_t offset = 0);
void set (Temporal::timepos_t const &, bool force = false, Temporal::timecnt_t const & offset = Temporal::timecnt_t ());
private: