2 level structure for theme manager window, to help with all these buttons
[ardour.git] / libs / ardour / globals.cc
index 7c713980c31898dd720260178e2d7d8aa91ac593..0a4ec4cab3cbc4d8b1e1e48e4e535ae0d62a0166 100644 (file)
@@ -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();