summaryrefslogtreecommitdiffstats
path: root/src/server/BufferFactory.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/BufferFactory.hpp')
-rw-r--r--src/server/BufferFactory.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/BufferFactory.hpp b/src/server/BufferFactory.hpp
index 11d31b2d..643c5d97 100644
--- a/src/server/BufferFactory.hpp
+++ b/src/server/BufferFactory.hpp
@@ -59,6 +59,7 @@ public:
BufferRef silent_buffer();
void set_block_length(SampleCount block_length);
+ void set_seq_size(uint32_t seq_size);
Forge& forge();
URIs& uris() { return _uris; }
@@ -89,6 +90,7 @@ private:
Glib::Mutex _mutex;
Engine& _engine;
URIs& _uris;
+ uint32_t _seq_size;
BufferRef _silent_buffer;
};