diff options
author | David Robillard <d@drobilla.net> | 2014-03-16 00:55:18 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-03-16 00:55:18 +0000 |
commit | 612186c6dd6549bfd3a44ba61181ce1b6ac49733 (patch) | |
tree | c4d6ab490bc77a920acec8f1a86da1c1c0ac449d /bundles | |
parent | ddbce4eab17e23636e2ce9ffee5b4f1c16f3722a (diff) | |
download | ingen-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 'bundles')
-rw-r--r-- | bundles/ingen.lv2/ingen.ttl | 9 |
1 files changed, 9 insertions, 0 deletions
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 ; |