summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/TypedConnection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/TypedConnection.h')
-rw-r--r--src/libs/engine/TypedConnection.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libs/engine/TypedConnection.h b/src/libs/engine/TypedConnection.h
index 7f142f9d..c6b0b0cf 100644
--- a/src/libs/engine/TypedConnection.h
+++ b/src/libs/engine/TypedConnection.h
@@ -55,6 +55,8 @@ public:
*/
inline Buffer<T>* buffer(size_t voice) const;
+ void set_buffer_size(size_t size);
+
private:
Buffer<T>* m_local_buffer; ///< Only used for poly->mono connections
bool m_must_mix;