allow to set custom thread-buffer size
[ardour.git] / libs / ardour / ardour / buffer_manager.h
index f5a3935ead6dffe18392f35b54dd3f5a1af618c0..c73b59b763949911d638dbc783487f3b2303da38 100644 (file)
@@ -40,7 +40,7 @@ public:
        static ThreadBuffers* get_thread_buffers ();
        static void           put_thread_buffers (ThreadBuffers*);
 
-       static void ensure_buffers (ChanCount howmany = ChanCount::ZERO);
+       static void ensure_buffers (ChanCount howmany = ChanCount::ZERO, size_t custom = 0);
 
 private:
         static Glib::Threads::Mutex rb_mutex;