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 --- bundles/ingen.lv2/ingen.ttl | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'bundles') diff --git a/bundles/ingen.lv2/ingen.ttl b/bundles/ingen.lv2/ingen.ttl index 42055471..e3a06bf5 100644 --- a/bundles/ingen.lv2/ingen.ttl +++ b/bundles/ingen.lv2/ingen.ttl @@ -80,6 +80,15 @@ of the Graph's children, and :polyphonic specifies whether the graph is seen as polyphonic to the Graph's parent. """ . +ingen:sprungLayout + a owl:DatatypeProperty ; + rdfs:domain ingen:Graph ; + rdfs:range xsd:boolean ; + rdfs:label "sprung layout" ; + rdfs:comment """ +Whether or not the graph has a "sprung" force-directed layout. +""" . + ingen:value a owl:DatatypeProperty ; rdfs:domain lv2:Port ; -- cgit v1.2.1