summaryrefslogtreecommitdiffstats
path: root/src/server/BufferFactory.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-11-14 18:47:19 -0500
committerDavid Robillard <d@drobilla.net>2016-10-01 07:03:17 -0400
commit92d75b64d9f4cf9ca9caf3e1a0d3ad9819eb5481 (patch)
tree4baa05b0038895b4ac76e75507ced06e65d40330 /src/server/BufferFactory.hpp
parent604015aa65de7d84f177b53e578a8c9852d7893f (diff)
downloadingen-92d75b64d9f4cf9ca9caf3e1a0d3ad9819eb5481.tar.gz
ingen-92d75b64d9f4cf9ca9caf3e1a0d3ad9819eb5481.tar.bz2
ingen-92d75b64d9f4cf9ca9caf3e1a0d3ad9819eb5481.zip
Replace Delay internal with simpler BlockDelay
Diffstat (limited to 'src/server/BufferFactory.hpp')
-rw-r--r--src/server/BufferFactory.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/server/BufferFactory.hpp b/src/server/BufferFactory.hpp
index 2fae3244..ccb01899 100644
--- a/src/server/BufferFactory.hpp
+++ b/src/server/BufferFactory.hpp
@@ -46,7 +46,9 @@ public:
~BufferFactory();
static uint32_t audio_buffer_size(SampleCount nframes);
- uint32_t default_size(LV2_URID type) const;
+
+ uint32_t audio_buffer_size() const;
+ uint32_t default_size(LV2_URID type) const;
BufferRef get_buffer(LV2_URID type,
LV2_URID value_type,