summaryrefslogtreecommitdiff
path: root/libs/ardour/session_state.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-12-07 16:28:49 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-12-07 16:28:49 +0000
commit8c3cdbd61e0bc662574a90aaaf648f93f759ed38 (patch)
treeb31b25c90107e5b94dd03482f1567df331ebb6f9 /libs/ardour/session_state.cc
parent465e4ea0dac84e9ebfc008dbfcce77a52aeb333e (diff)
deep, deep fix for what do if we can't run process() because of work in other threads; may stop crashes in TAP Echo and other plugins, not to mention other nonsense
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2750 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 62d0483569..10c813a18d 100644
--- a/libs/ardour/session_state.cc
+++ b/libs/ardour/session_state.cc
@@ -164,6 +164,7 @@ Session::first_stage_init (string fullpath, string snapshot_name)
_worst_track_latency = 0;
_state_of_the_state = StateOfTheState(CannotSave|InitialConnecting|Loading|Deletion);
_slave = 0;
+ _silent = false;
butler_mixdown_buffer = 0;
butler_gain_buffer = 0;
mmc = 0;