diff options
author | David Robillard <d@drobilla.net> | 2007-01-02 02:51:41 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-01-02 02:51:41 +0000 |
commit | 84906b5777d6748c09dd5ca56169aa3366d13c71 (patch) | |
tree | 69207ea182be5c44c0a5e89d3d475ab0b39e97c5 /src/libs/engine/Patch.h | |
parent | b249234a26f3a424fcf977b1a3b8fed4d5ac7d39 (diff) | |
download | ingen-84906b5777d6748c09dd5ca56169aa3366d13c71.tar.gz ingen-84906b5777d6748c09dd5ca56169aa3366d13c71.tar.bz2 ingen-84906b5777d6748c09dd5ca56169aa3366d13c71.zip |
Initial work on dynamic (Jack) buffer resizing (still unworking).
git-svn-id: http://svn.drobilla.net/lad/ingen@229 a436a847-0d15-0410-975c-d299462d15a1
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); |