mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
insert time operation
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3203 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
9d415be53e
commit
bc3b41703e
16 changed files with 238 additions and 9 deletions
|
|
@ -50,7 +50,8 @@ class AudioClock : public Gtk::HBox
|
|||
|
||||
void set (nframes_t, bool force = false, nframes_t offset = 0, int which = 0);
|
||||
void set_mode (Mode);
|
||||
|
||||
void set_bbt_reference (nframes64_t);
|
||||
|
||||
void set_widget_name (std::string);
|
||||
|
||||
std::string name() const { return _name; }
|
||||
|
|
@ -154,6 +155,7 @@ class AudioClock : public Gtk::HBox
|
|||
Gtk::EventBox clock_base;
|
||||
Gtk::Frame clock_frame;
|
||||
|
||||
nframes64_t bbt_reference_time;
|
||||
nframes_t last_when;
|
||||
bool last_pdelta;
|
||||
bool last_sdelta;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue