mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
continued work on timeline types conversion. in theory, just editor_ops.cc remains
This commit is contained in:
parent
aa56f4a16e
commit
2a08e4bdaa
46 changed files with 364 additions and 348 deletions
|
|
@ -29,7 +29,7 @@ class MainClock : public AudioClock
|
|||
{
|
||||
public:
|
||||
MainClock (const std::string& clock_name, const std::string& widget_name, bool primary);
|
||||
samplepos_t absolute_time () const;
|
||||
Temporal::timepos_t absolute_time () const;
|
||||
void set_session (ARDOUR::Session *s);
|
||||
void set (Temporal::timepos_t const &, bool force = false, Temporal::timecnt_t const & offset = Temporal::timecnt_t ());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue