aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/ext/state/state.ttl
AgeCommit message (Collapse)AuthorFilesLines
2018-09-22Install standard headers to simpler include pathsDavid Robillard1-382/+0
2017-02-08Add lv2_validate utilityDavid Robillard1-1/+0
2016-10-23Fix typoDavid Robillard1-1/+1
2016-10-19Add state:StateChanged for notification eventsRobin Gareus1-0/+17
2016-07-31Add state:threadSafeRestore featureDavid Robillard1-0/+17
2013-01-26Add state:loadDefaultState feature.David Robillard1-0/+13
2012-09-03Use relative links between extensions so local documentation links work.David Robillard1-11/+9
Automatically link prefixed names to the appropriate resource.
2012-08-31Fix typo in documentation.David Robillard1-2/+2
2012-08-05Move all project metadata for extensions (e.g. change log) to separate files toDavid Robillard1-31/+2
spare hosts from loading them during discovery.
2012-07-29Use consistent label style.David Robillard1-4/+13
2012-04-17Bump versions, mark up releases, portability fixes.David Robillard1-3/+9
2012-04-13Remove spurious blank line.David Robillard1-1/+0
2012-04-12Remove comment headers from Turtle files and ensure the same information is ↵David Robillard1-16/+1
available in machine readable form.
2012-04-12Rename 'people' to 'meta' in anticipation of putting other stuff there.David Robillard1-2/+2
2012-03-30Fix screwy invalid ExtensionData definitions as classes (now matches how ↵David Robillard1-65/+86
Feature is used). Add status return codes to state methods for error handling.
2012-03-25Move people information in to a common place.David Robillard1-12/+4
2012-03-25Clean up author and seeAlso information.David Robillard1-0/+1
Remove download row from documentation header table and rename "History" section to "Releases" (which contains download links and is hopefully clear enough).
2012-03-24Remove pointless person homepage properties.David Robillard1-1/+0
2012-03-04Update documentation to reflect reality.David Robillard1-94/+107
2012-02-18Remove state:Path and use new atom:Path instead.David Robillard1-20/+3
Remove suggestion to use file URIs in plugins, which is much too tedious. If plugins use standard atom types, hosts should be able to map paths in any way (which they may need to regardless). Unfortunately it's slightly less pretty in Turtle to have a special path type rather than a (possibly relative) URI. Factor out common write_set_filename_msg in sampler example. Establish common URI define convention LV2_EXTNAME__URILOCALNAME and define all URIs in state, message, and atom.
2012-02-08Rearrange tree so top level can be used as an include path for standard ↵David Robillard1-0/+359
style LV2 includes.