aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/ext/message
AgeCommit message (Collapse)AuthorFilesLines
2012-03-16Message extension => Patch extensionDavid Robillard6-407/+0
2012-03-04Add skeleton definitions for undefined properties (fix broken links).David Robillard1-1/+16
2012-02-18msg:cause => msg:request.David Robillard2-4/+4
2012-02-18Remove state:Path and use new atom:Path instead.David Robillard1-16/+15
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-09Add message extension.David Robillard6-0/+393