mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
simplify coaxing clock value out of ardour
This commit is contained in:
parent
edb9a24727
commit
2d8aa1d2ff
2 changed files with 22 additions and 0 deletions
|
|
@ -70,6 +70,8 @@ class AudioClock : public CairoWidget, public ARDOUR::SessionHandlePtr
|
|||
void set_bbt_reference (framepos_t);
|
||||
void set_is_duration (bool);
|
||||
|
||||
void copy_text_to_clipboard () const;
|
||||
|
||||
std::string name() const { return _name; }
|
||||
|
||||
framepos_t current_time (framepos_t position = 0) const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue