summaryrefslogtreecommitdiffstats
path: root/bundles/ingen.lv2/ingen.ttl
AgeCommit message (Collapse)AuthorFilesLines
2022-08-18Remove unused ingen:Option classDavid Robillard1-9/+3
The idea here was so that options can be enumerated, but at the moment, it just complicates the schema for no benefit. So, drop it for now, since it can always be added again later without breaking any data.
2017-03-20Fix round-trip preservation of property contextsDavid Robillard1-0/+10
2017-03-19Shrink status bar text and fix initial DSP load displayDavid Robillard1-7/+0
2017-02-07Fix ontology errorsDavid Robillard1-2/+2
2016-10-14Improve documentationDavid Robillard1-3/+3
2016-10-02Show audio and load information in status lineDavid Robillard1-0/+59
2016-07-30Add undo supportDavid Robillard1-0/+15
2015-10-30Update clients when plugins are unloaded/reloadedDavid Robillard1-0/+6
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5808 a436a847-0d15-0410-975c-d299462d15a1
2015-04-03Use lv2:prototype and deprecate ingen:prototype.David Robillard1-33/+51
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5652 a436a847-0d15-0410-975c-d299462d15a1
2015-03-28Remove newlines from RDF comments for UI display.David Robillard1-70/+14
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5647 a436a847-0d15-0410-975c-d299462d15a1
2014-03-16Allow user to enable or disable sprung layout.David Robillard1-0/+9
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
2014-01-18Consolidate URIs.David Robillard1-3/+42
Add missing definition to ontology. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5317 a436a847-0d15-0410-975c-d299462d15a1
2013-12-31Clean up ontology.David Robillard1-26/+45
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5234 a436a847-0d15-0410-975c-d299462d15a1
2013-02-02Remove domain from ingen:polyphony to appease sord_validate.David Robillard1-1/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5031 a436a847-0d15-0410-975c-d299462d15a1
2012-12-29"edge" => "arc".David Robillard1-13/+13
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4897 a436a847-0d15-0410-975c-d299462d15a1
2012-08-19GraphObject => NodeDavid Robillard1-16/+16
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4722 a436a847-0d15-0410-975c-d299462d15a1
2012-08-19Patch => GraphDavid Robillard1-39/+39
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4721 a436a847-0d15-0410-975c-d299462d15a1
2012-08-16Update ontology.David Robillard1-16/+39
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4713 a436a847-0d15-0410-975c-d299462d15a1
2012-05-22More work on test suite.David Robillard1-0/+7
Clean up, simplify, and shrink event code. Support disconnect_all via Atom protocol. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4432 a436a847-0d15-0410-975c-d299462d15a1
2012-05-12Get copy and paste working again.David Robillard1-12/+0
Client side and text based is probably not the idea way to go about implementing this, but it more or less works and is certainly better than nothing for now. Copy paste of patch ports, and pasting into any path other than the root still isn't working currently. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4367 a436a847-0d15-0410-975c-d299462d15a1
2012-05-02Preliminary socket control interface, and ingen_cmd command line interface ↵David Robillard1-2/+2
which uses it. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4311 a436a847-0d15-0410-975c-d299462d15a1
2012-04-26Save properties with pretty numbers so normal LV2 tools can read patches.David Robillard1-2/+3
Fix running as a plugin. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4279 a436a847-0d15-0410-975c-d299462d15a1
2012-04-22"Connection" => "Edge" and related terminology stuff.David Robillard1-15/+23
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4240 a436a847-0d15-0410-975c-d299462d15a1
2012-04-22Move schema and internals definitions to ingen.lv2 bundle.David Robillard1-0/+146
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4238 a436a847-0d15-0410-975c-d299462d15a1