From 84906b5777d6748c09dd5ca56169aa3366d13c71 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 2 Jan 2007 02:51:41 +0000 Subject: Initial work on dynamic (Jack) buffer resizing (still unworking). git-svn-id: http://svn.drobilla.net/lad/ingen@229 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/engine/TypedConnection.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libs/engine/TypedConnection.h') 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* buffer(size_t voice) const; + void set_buffer_size(size_t size); + private: Buffer* m_local_buffer; ///< Only used for poly->mono connections bool m_must_mix; -- cgit v1.2.1