mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-28 09:27:39 +01:00
nudge clock has 5 seconds as the default value, not zero
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3527 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
4663dd124e
commit
a9ac0d4dab
1 changed files with 1 additions and 0 deletions
|
|
@ -1216,6 +1216,7 @@ Editor::connect_to_session (Session *t)
|
|||
zoom_range_clock.set_session (session);
|
||||
_playlist_selector->set_session (session);
|
||||
nudge_clock.set_session (session);
|
||||
nudge_clock.set (session->frame_rate() * 5); // default of 5 seconds
|
||||
|
||||
if (rhythm_ferret) {
|
||||
rhythm_ferret->set_session (session);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue