diff options
author | David Robillard <d@drobilla.net> | 2012-08-31 18:07:47 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-08-31 18:07:47 +0000 |
commit | e435554efa3f7a6b9dba2320b6c10f49a027dec8 (patch) | |
tree | d8255e104550ba2acb8ee7665637ead0c0fba096 /ingen | |
parent | 809f4a8793c9d1dbc6e7d5bde41411d1d4b8bec0 (diff) | |
download | ingen-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 'ingen')
-rw-r--r-- | ingen/URIs.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ingen/URIs.hpp b/ingen/URIs.hpp index 0fc05a4e..66107079 100644 --- a/ingen/URIs.hpp +++ b/ingen/URIs.hpp @@ -69,6 +69,9 @@ public: const Quark atom_bufferType; const Quark atom_eventTransfer; const Quark atom_supports; + const Quark bufsz_maxBlockLength; + const Quark bufsz_minBlockLength; + const Quark bufsz_sequenceSize; const Quark doap_name; const Quark ingen_Block; const Quark ingen_Edge; |