aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/ext/atom/manifest.ttl
AgeCommit message (Collapse)AuthorFilesLines
2014-08-08LV2 1.10.0David Robillard1-2/+2
2014-01-24atom: Deprecate Blank and Resource in favour of just Object.David Robillard1-1/+1
atom: Add lv2_atom_forge_is_object_type() and lv2_atom_forge_is_blank() to ease backwards compatibility. atom: Add lv2_atom_forge_key() for terser object writing. patch: Add patch:sequenceNumber for associating replies with requests. lv2specgen: Display deprecated warning on classes marked owl:deprecated.
2014-01-04LV2 1.8.0David Robillard1-1/+1
2013-12-25Fix atom version in manifest.David Robillard1-1/+1
2013-08-09LV2 1.6.0.David Robillard1-1/+1
2013-02-18Update versions. LV2 1.4.0.David Robillard1-1/+1
2013-01-17Fix lv2_atom_sequence_end().David Robillard1-1/+1
2012-10-14Bump versions for LV2 1.2.0.David Robillard1-1/+1
Generate valid top level NEWS file. Update to r88/autowaf.
2012-05-17Fix implicit conversions in forge.h that are invalid in C++11.David Robillard1-1/+1
2012-04-17Bump versions, mark up releases, portability fixes.David Robillard1-2/+2
2012-02-23Separately define body types for atoms with non-trivial bodies so the type ↵David Robillard1-1/+1
definitions are useful when only the body is available (e.g. state API). Use a single int64_t stamp for frame times since range is more important now and subframes was never really used anyway. Add atom:frameTime and atom:beatTime for serialising events. Consistently use name "body" for all types of atom bodies. Add lv2_atom_forge_atom() and lv2_atom_forge_raw() for constructing arbitrary atoms. Merge similar string-like forge methods. Update language URI requirements to match current (and hopefully permanent, geeze) http://lexvo.org reality.
2012-02-19Clean up documentation.David Robillard1-2/+1
Improve object query function names.
2012-02-08Rearrange tree so top level can be used as an include path for standard ↵David Robillard1-0/+9
style LV2 includes.