diff options
Diffstat (limited to 'src/server/BufferFactory.hpp')
-rw-r--r-- | src/server/BufferFactory.hpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/server/BufferFactory.hpp b/src/server/BufferFactory.hpp index 242cf31a..e466e969 100644 --- a/src/server/BufferFactory.hpp +++ b/src/server/BufferFactory.hpp @@ -39,7 +39,6 @@ class URIs; namespace Server { -class Context; class Engine; class BufferFactory { @@ -50,9 +49,9 @@ public: static uint32_t audio_buffer_size(SampleCount nframes); uint32_t default_size(LV2_URID type) const; - BufferRef get(Context& context, - LV2_URID type, + BufferRef get(LV2_URID type, uint32_t capacity, + bool real_time, bool force_create = false); BufferRef silent_buffer(); |