summaryrefslogtreecommitdiff
path: root/libs/ardour/globals.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-11-01 23:19:03 +0000
committerCarl Hetherington <carl@carlh.net>2011-11-01 23:19:03 +0000
commit337e010345fa98f7b5425ef5cbf31e0ed582c678 (patch)
tree81eaae9f4ae8180a55fc42a8b4cc985ba5f34804 /libs/ardour/globals.cc
parent7c9c86af27d2cc6e2e9ad6afcff61b8a7873c287 (diff)
Allocate some thread-local buffers for the GUI thread so that the PluginEqGui impulse analysis can use them (fixes #4418).
git-svn-id: svn://localhost/ardour2/branches/3.0@10387 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/globals.cc')
-rw-r--r--libs/ardour/globals.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/globals.cc b/libs/ardour/globals.cc
index 7c713980c3..0a4ec4cab3 100644
--- a/libs/ardour/globals.cc
+++ b/libs/ardour/globals.cc
@@ -337,7 +337,7 @@ ARDOUR::init (bool use_vst, bool try_optimization)
new PluginManager ();
ProcessThread::init ();
- BufferManager::init (10); // XX should be num_processors_for_dsp
+ BufferManager::init (10); // XX should be num_processors_for_dsp + 1 for the GUI thread
PannerManager::instance().discover_panners();