diff options
Diffstat (limited to 'src/libs/engine/Patch.h')
-rw-r--r-- | src/libs/engine/Patch.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libs/engine/Patch.h b/src/libs/engine/Patch.h index e02731ff..b7fe5718 100644 --- a/src/libs/engine/Patch.h +++ b/src/libs/engine/Patch.h @@ -56,6 +56,8 @@ public: void process(SampleCount nframes, FrameTime start, FrameTime end); + void set_buffer_size(size_t size); + //void send_creation_messages(ClientInterface* client) const; void add_to_store(ObjectStore* store); |