mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-31 19:07:43 +01:00
new SnapBBT debug option, split out BBT_time and start work on BBT arithmetic framework. this will cause a full recompile, so find something else to do
git-svn-id: svn://localhost/ardour2/branches/3.0@5936 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
9ad08bfe97
commit
68a3144344
12 changed files with 64 additions and 86 deletions
|
|
@ -222,7 +222,7 @@ SessionOptionEditor::SessionOptionEditor (Session* s)
|
|||
|
||||
add_option (_("Sync"), spf);
|
||||
|
||||
ComboOption<SmpteFormat>* smf = new ComboOption<SmpteFormat> (
|
||||
ComboOption<TimecodeFormat>* smf = new ComboOption<TimecodeFormat> (
|
||||
"timecode-format",
|
||||
_("Timecode frames-per-second"),
|
||||
mem_fun (*_session_config, &SessionConfiguration::get_timecode_format),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue