summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/thread_buffers.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-05-26 06:21:05 +0200
committerRobin Gareus <robin@gareus.org>2014-05-26 06:56:04 +0200
commitbb727f4588a5ecdcf750a19bab08db5d6c71653e (patch)
tree31d3b8700934794608b1ec254de69bff19442fc3 /libs/ardour/ardour/thread_buffers.h
parent491f3f6e448f5cde73a1af8bac22990dffe55106 (diff)
allow to set custom thread-buffer size
This is needed for gain and pan automation buffers as well as silent and scratch buffers when bouncing or exporting with larger chunk size than the current engine period.
Diffstat (limited to 'libs/ardour/ardour/thread_buffers.h')
-rw-r--r--libs/ardour/ardour/thread_buffers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/thread_buffers.h b/libs/ardour/ardour/thread_buffers.h
index f30476a474..bf686fd57e 100644
--- a/libs/ardour/ardour/thread_buffers.h
+++ b/libs/ardour/ardour/thread_buffers.h
@@ -35,7 +35,7 @@ public:
ThreadBuffers ();
~ThreadBuffers ();
- void ensure_buffers (ChanCount howmany = ChanCount::ZERO);
+ void ensure_buffers (ChanCount howmany = ChanCount::ZERO, size_t custom = 0);
BufferSet* silent_buffers;
BufferSet* scratch_buffers;