diff options
author | David Robillard <d@drobilla.net> | 2013-06-08 21:41:07 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-06-08 21:41:07 +0000 |
commit | 1b38fdcc778ca6b82efc549243d4312645441c50 (patch) | |
tree | e398816aa57963654a73a93ff4d65a05776c0d37 /ingen | |
parent | 29eb3c251811e4f34b95312c75e9c6510df5a6c3 (diff) | |
download | ingen-1b38fdcc778ca6b82efc549243d4312645441c50.tar.gz ingen-1b38fdcc778ca6b82efc549243d4312645441c50.tar.bz2 ingen-1b38fdcc778ca6b82efc549243d4312645441c50.zip |
Specify rsz:minimumSize for main control ports.
Fix running as an LV2 plugin at very low block sizes.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5128 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ingen')
-rw-r--r-- | ingen/URIs.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ingen/URIs.hpp b/ingen/URIs.hpp index 4cbe62a6..42d06e10 100644 --- a/ingen/URIs.hpp +++ b/ingen/URIs.hpp @@ -149,6 +149,7 @@ public: const Quark pprops_logarithmic; const Quark rdf_type; const Quark rdfs_seeAlso; + const Quark rsz_minimumSize; const Quark time_Position; const Quark time_bar; const Quark time_barBeat; |