summaryrefslogtreecommitdiffstats
path: root/src/URIs.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-08-31 18:07:47 +0000
committerDavid Robillard <d@drobilla.net>2012-08-31 18:07:47 +0000
commite435554efa3f7a6b9dba2320b6c10f49a027dec8 (patch)
treed8255e104550ba2acb8ee7665637ead0c0fba096 /src/URIs.cpp
parent809f4a8793c9d1dbc6e7d5bde41411d1d4b8bec0 (diff)
downloadingen-e435554efa3f7a6b9dba2320b6c10f49a027dec8.tar.gz
ingen-e435554efa3f7a6b9dba2320b6c10f49a027dec8.tar.bz2
ingen-e435554efa3f7a6b9dba2320b6c10f49a027dec8.zip
Implement host side of buf-size via options.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4763 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/URIs.cpp')
-rw-r--r--src/URIs.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/URIs.cpp b/src/URIs.cpp
index 78f57f58..df02099d 100644
--- a/src/URIs.cpp
+++ b/src/URIs.cpp
@@ -17,6 +17,7 @@
#include "ingen/URIMap.hpp"
#include "ingen/URIs.hpp"
#include "lv2/lv2plug.in/ns/ext/atom/atom.h"
+#include "lv2/lv2plug.in/ns/ext/buf-size/buf-size.h"
#include "lv2/lv2plug.in/ns/ext/log/log.h"
#include "lv2/lv2plug.in/ns/ext/midi/midi.h"
#include "lv2/lv2plug.in/ns/ext/patch/patch.h"
@@ -54,6 +55,9 @@ URIs::URIs(Forge& f, URIMap* map)
, atom_bufferType (forge, map, LV2_ATOM__bufferType)
, atom_eventTransfer (forge, map, LV2_ATOM__eventTransfer)
, atom_supports (forge, map, LV2_ATOM__supports)
+ , bufsz_maxBlockLength (forge, map, LV2_BUF_SIZE__maxBlockLength)
+ , bufsz_minBlockLength (forge, map, LV2_BUF_SIZE__minBlockLength)
+ , bufsz_sequenceSize (forge, map, LV2_BUF_SIZE__sequenceSize)
, doap_name (forge, map, "http://usefulinc.com/ns/doap#name")
, ingen_Block (forge, map, NS_INGEN "Block")
, ingen_Edge (forge, map, NS_INGEN "Edge")