aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/ext/atom/atom-test.c
AgeCommit message (Collapse)AuthorFilesLines
2012-02-19atom/atom-helpers.h => atom/util.h.David Robillard1-1/+1
2012-02-18Remove state:Path and use new atom:Path instead.David Robillard1-10/+27
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-18Make forge API more fool-proof and automatically update container sizes to ↵David Robillard1-36/+43
any depth.
2012-02-17Add atom:URI.David Robillard1-9/+23
2012-02-14Add lv2_object_getv.David Robillard1-51/+74
2012-02-09Make forge API match the current definition of atom:Resource and atom:Blank.David Robillard1-1/+1
2012-02-08Update forge API for Sequence changes.David Robillard1-1/+1
2012-02-08Rearrange tree so top level can be used as an include path for standard ↵David Robillard1-0/+304
style LV2 includes.