mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
primary clock should show BBT now
This commit is contained in:
parent
2a611f1d40
commit
7f89db9f36
1 changed files with 2 additions and 2 deletions
|
|
@ -827,8 +827,8 @@ ARDOUR_UI::post_engine ()
|
|||
|
||||
/* set default clock modes */
|
||||
|
||||
primary_clock->set_mode (AudioClock::Timecode);
|
||||
secondary_clock->set_mode (AudioClock::BBT);
|
||||
primary_clock->set_mode (AudioClock::BBT);
|
||||
secondary_clock->set_mode (AudioClock::Timecode);
|
||||
|
||||
/* start the time-of-day-clock */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue