mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
remove "Off" as a clock mode, make it a state instead; track editor mouse mode when displaying selection (not 100% coverage of different selections yet); add extra negative field for timecode clock to help with text alignment; add clock mode = timecode option to menus
git-svn-id: svn://localhost/ardour2/branches/3.0@9685 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
7e2b86dc83
commit
a56555e8b2
13 changed files with 186 additions and 66 deletions
|
|
@ -68,12 +68,15 @@ class TimeInfoBox : public Gtk::Table, public ARDOUR::SessionHandlePtr
|
|||
void watch_punch (ARDOUR::Location*);
|
||||
PBD::ScopedConnectionList punch_connections;
|
||||
|
||||
PBD::ScopedConnectionList editor_connections;
|
||||
|
||||
void selection_changed ();
|
||||
|
||||
void sync_selection_mode (AudioClock*);
|
||||
void sync_punch_mode (AudioClock*);
|
||||
|
||||
bool clock_button_release_event (GdkEventButton* ev, AudioClock* src);
|
||||
void track_mouse_mode ();
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue