aboutsummaryrefslogtreecommitdiffstats
path: root/ext/atom.lv2/atom.ttl
AgeCommit message (Collapse)AuthorFilesLines
2010-10-27Add atom:BlankID atom type (for references to local anonymous objects).David Robillard1-1/+12
Simplify object iteration API.
2010-10-25LV2_Atom_Object => LV2_Object (consistently).David Robillard1-1/+1
Fix string body of LV2_Atom_String.
2010-10-25Simplify and improve atom extension.David Robillard1-180/+305
Merge atom-port extension into atom extension. Link to code documentation from atom HTML documentation.
2010-10-21Use "key" and "value" terminology over "predicate" and "object".David Robillard1-4/+4
2010-10-20Rename atom:Dict to atom:Object (more appropriate term since keys are ↵David Robillard1-6/+11
restricted, matches JSON, kinda sorta matches RDF and intended usage). Rename atom:Array to atom:Tuple ("Array" seems to imply homogeneous and constant time indexing, which is not true here).
2010-10-19Fix alignment restrictions.David Robillard1-0/+2
Align Atoms to 32-bits, since the LV2_Atom header is only 32-bit aligned so the payload would not be 64-bit aligned even if the LV2_Atom header is (note the same problem applies to events, oops).
2010-10-17Add atom:Array type (a heterogeneous POD sequence).David Robillard1-0/+10
2010-10-17Create new Message extension, and remove message type definition from Atom ↵David Robillard1-20/+19
extension. Clean up Atom extension and define more struct types in header.
2010-10-05Clean up atom extension documentation.David Robillard1-11/+7
2010-10-04Initial import of lv2plug.in universe.David Robillard1-0/+272