summaryrefslogtreecommitdiffstats
path: root/src/URIs.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-03-16 00:55:18 +0000
committerDavid Robillard <d@drobilla.net>2014-03-16 00:55:18 +0000
commit612186c6dd6549bfd3a44ba61181ce1b6ac49733 (patch)
treec4d6ab490bc77a920acec8f1a86da1c1c0ac449d /src/URIs.cpp
parentddbce4eab17e23636e2ce9ffee5b4f1c16f3722a (diff)
downloadingen-612186c6dd6549bfd3a44ba61181ce1b6ac49733.tar.gz
ingen-612186c6dd6549bfd3a44ba61181ce1b6ac49733.tar.bz2
ingen-612186c6dd6549bfd3a44ba61181ce1b6ac49733.zip
Allow user to enable or disable sprung layout.
This setting is saved with the patch so sprung patches remain sprung when loaded again, but manually arranged patches won't be mangled. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5340 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/URIs.cpp')
-rw-r--r--src/URIs.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/URIs.cpp b/src/URIs.cpp
index b6bf7ad8..6d41482d 100644
--- a/src/URIs.cpp
+++ b/src/URIs.cpp
@@ -80,6 +80,7 @@ URIs::URIs(Forge& f, URIMap* map)
, ingen_polyphonic (forge, map, INGEN__polyphonic)
, ingen_polyphony (forge, map, INGEN__polyphony)
, ingen_prototype (forge, map, INGEN__prototype)
+ , ingen_sprungLayout (forge, map, INGEN__sprungLayout)
, ingen_tail (forge, map, INGEN__tail)
, ingen_uiEmbedded (forge, map, INGEN__uiEmbedded)
, ingen_value (forge, map, INGEN__value)