diff options
author | David Robillard <d@drobilla.net> | 2012-07-25 22:40:33 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-07-25 22:40:33 +0000 |
commit | 8d02ef7f4f1b938881ec3e78bcc9d79d569d53ec (patch) | |
tree | 6d1b6e34f8fcbec6cb2e89bd32385df416fc4538 /ingen | |
parent | 233a462e8070e4064c68f522e13533f57c6fa06d (diff) | |
download | ingen-8d02ef7f4f1b938881ec3e78bcc9d79d569d53ec.tar.gz ingen-8d02ef7f4f1b938881ec3e78bcc9d79d569d53ec.tar.bz2 ingen-8d02ef7f4f1b938881ec3e78bcc9d79d569d53ec.zip |
Fix control bindings for logarithmic and sample rate control ports.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4551 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ingen')
-rw-r--r-- | ingen/shared/URIs.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ingen/shared/URIs.hpp b/ingen/shared/URIs.hpp index 7ba6a2f4..7e27bb34 100644 --- a/ingen/shared/URIs.hpp +++ b/ingen/shared/URIs.hpp @@ -132,6 +132,7 @@ public: const Quark patch_remove; const Quark patch_request; const Quark patch_subject; + const Quark pprops_logarithmic; const Quark rdf_type; const Quark rdfs_seeAlso; const Quark wildcard; |