a huge set of changes to tempo+meter handling. testing feedback requested. the_CLA, you know who i mean :)

git-svn-id: svn://localhost/ardour2/branches/3.0@11103 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-12-28 21:02:31 +00:00
parent c3a52084f8
commit a85e0b0a2e
9 changed files with 536 additions and 369 deletions

View file

@ -47,5 +47,6 @@ private:
Gtk::CheckButton _move_glued_markers;
Gtk::CheckButton _move_locked_markers;
Gtk::CheckButton _move_tempos;
Gtk::Label tempo_label;
AudioClock _clock;
};