summaryrefslogtreecommitdiff
path: root/libs/ardour/session_state.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-01-11 14:36:46 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-01-11 14:36:46 +0000
commit426cb79763dfabe5bdcc5e66c7412608adf79f3d (patch)
tree63ec3db20b74d7b732fbd74a47a33dc2e26a4215 /libs/ardour/session_state.cc
parent39d41e46c5935431347863aeb5a732d2ca04bba9 (diff)
fix latency compensation for the click
git-svn-id: svn://localhost/ardour2/branches/3.0@11226 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/session_state.cc')
-rw-r--r--libs/ardour/session_state.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc
index 7d6f44b786..33768e1ce8 100644
--- a/libs/ardour/session_state.cc
+++ b/libs/ardour/session_state.cc
@@ -224,6 +224,7 @@ Session::first_stage_init (string fullpath, string snapshot_name)
_step_editors = 0;
no_questions_about_missing_files = false;
_speakers.reset (new Speakers);
+ _clicks_cleared = 0;
AudioDiskstream::allocate_working_buffers();