From 612186c6dd6549bfd3a44ba61181ce1b6ac49733 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 16 Mar 2014 00:55:18 +0000 Subject: 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 --- ingen/URIs.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'ingen/URIs.hpp') diff --git a/ingen/URIs.hpp b/ingen/URIs.hpp index ba822947..4c31ccdc 100644 --- a/ingen/URIs.hpp +++ b/ingen/URIs.hpp @@ -90,6 +90,7 @@ public: const Quark ingen_polyphonic; const Quark ingen_polyphony; const Quark ingen_prototype; + const Quark ingen_sprungLayout; const Quark ingen_tail; const Quark ingen_uiEmbedded; const Quark ingen_value; -- cgit v1.2.1