mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
all new implementation of audio clocks, with entirely new editing model. not entirely finished, but lookable, and usable
git-svn-id: svn://localhost/ardour2/branches/3.0@10662 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
f07c92530c
commit
b25fbc8a95
29 changed files with 997 additions and 1261 deletions
|
|
@ -195,7 +195,7 @@ FaderOption::add_to_page (OptionEditorPage* p)
|
|||
|
||||
ClockOption::ClockOption (string const & i, string const & n, sigc::slot<framecnt_t> g, sigc::slot<bool, framecnt_t> s)
|
||||
: Option (i, n)
|
||||
, _clock (X_("timecode-offset"), false, X_("TimecodeOffsetClock"), true, false, true, false)
|
||||
, _clock (X_("timecode-offset"), false, X_(""), true, false, true, false)
|
||||
, _get (g)
|
||||
, _set (s)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue