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/ingen.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ingen/ingen.h') diff --git a/ingen/ingen.h b/ingen/ingen.h index c3662c18..ba873c75 100644 --- a/ingen/ingen.h +++ b/ingen/ingen.h @@ -39,6 +39,7 @@ #define INGEN__polyphonic INGEN_NS "polyphonic" #define INGEN__polyphony INGEN_NS "polyphony" #define INGEN__prototype INGEN_NS "prototype" +#define INGEN__sprungLayout INGEN_NS "sprungLayout" #define INGEN__tail INGEN_NS "tail" #define INGEN__uiEmbedded INGEN_NS "uiEmbedded" #define INGEN__value INGEN_NS "value" -- cgit v1.2.1