mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
another in-progress snapshot of gtk2_ardour after getting audio_clock.cc to compile
This commit is contained in:
parent
8fb70885ec
commit
1ee38e7a7f
14 changed files with 214 additions and 247 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue