aboutsummaryrefslogtreecommitdiffstats
path: root/core.lv2
AgeCommit message (Collapse)AuthorFilesLines
2011-03-18Tidy and remove redundant documentation.David Robillard1-76/+66
2011-03-18Refer to "RDF data" rather than "data file" (dynmanifest friendly).David Robillard1-9/+9
2011-03-18<http://lv2plug.in/ns/lv2core> a owl:Ontology .David Robillard2-2/+2
2011-03-18Document lv2:Point restrictions in machine readable form.David Robillard1-5/+14
2011-03-18Tidy.David Robillard2-89/+64
2011-03-18Add OWL types.David Robillard3-125/+110
Fix lv2:minimum, lv2:maximum, and lv2:minimum (definition did not match the reality of their usage) (Spec bug found with Pellet). Move project description metadata to manifest. Remove invalid (non-DL) OWL restrictions, and use of Turtle collection syntax (there is at least one broken implementation in the wild that fails to parse this). LV2 is now almost, but not quite, a valid OWL DL Ontology.
2011-03-17Bump version to 3.2.David Robillard4-80/+77
Tidy things up.
2011-03-17Update INSTALL and AUTHORS.David Robillard2-2/+8
2011-03-17Update INSTALL file.David Robillard1-33/+25
2011-03-17Specify explicitly that LV2_Descriptor::URI must be a valid URI string.David Robillard1-0/+1
2011-03-16Use <q> for fancy (and syntactically/semantically sensible) quotes.David Robillard1-41/+42
2011-03-16Linkify.David Robillard1-17/+25
2011-03-16SampleCount => sample_count.David Robillard1-4/+3
2011-03-16Define ControlPort and AudioPort data types as C float instead of IEEEDavid Robillard1-6/+8
float (matches reality of the API).
2011-03-16Add threading rule for all classes (prohibit messing with global state).David Robillard1-0/+4
2011-03-16Fix overly-restrictive lv2:hardRTCapable rules.David Robillard1-23/+22
2011-03-16Fix typo.David Robillard1-1/+1
2011-03-16Update ChangeLog.David Robillard1-4/+8
2011-03-16Skip duplicate extensions with a warning.David Robillard1-23/+61
2011-03-16Tidy.David Robillard1-15/+15
2011-03-16Separate discovery from include hierarchy building.David Robillard1-52/+65
2011-03-16Tidy documentation.David Robillard1-4/+6
2011-03-15Add new waf script with bundled autowaf.David Robillard1-0/+0
2011-03-15Remove waf (broken intermediary revision).David Robillard1-1/+0
2011-03-15Remove autowaf external and wscript (broken intermediary revision).David Robillard2-4/+4
2011-03-11Add lv2:SpatialPlugin.David Robillard1-0/+8
2011-03-11Remove "Processor" from class names (inconsistent, but less ugly...).David Robillard1-4/+15
Make lv2:AmplifierPlugin a subclass of lv2:DynamicsPlugin. Add lv2:FunctionPlugin and lv2:ConstantPlugin for mathey things.
2011-03-10Apply changes from mailing list discussion:David Robillard1-26/+47
Clarify that control values are fixed for the duration of run(). Make lv2:index xsd:nonNegativeInteger (not xsd:decimal). Better lv2:binary documentation. Add lv2:appliesTo. Make lv2:inPlaceBroken more generic.
2011-03-10Fix issues discovered by larsl:David Robillard1-3/+3
Change versioning documenation to not imply all resources must be versioned. Remove domain restriction from lv2:documentation.
2011-03-10Tidy up changes from LV2r3.David Robillard1-31/+21
Remove references to nonexistent lv2:float. Update version to conform to new definition. Update date. Simplify obtuse language about properties ("with object"). Remove redundant description of mandatory port properties. Require lv2:binary to be present in manifest.ttl. Generic description of lv2:minimum and lv2:maximum.
2011-03-10Rewrite overview to be a bit more modern and to the point.David Robillard1-34/+35
2011-03-10Fix invalid HTML.David Robillard1-2/+2
2011-03-10Improve versioning documentation.David Robillard1-9/+6
2011-03-09Fix inappropriate hyphen use.David Robillard1-1/+1
2011-03-07Minor clarificationLars Luthman1-1/+3
2011-03-05Apply "odd number = development version" rule to both version numbers.David Robillard1-7/+7
2011-03-05"Revision" => "Version".David Robillard1-2/+5
2011-03-05Numeric minor/micro versions instead of version strings.David Robillard1-4/+4
2011-03-04New definition of versions.David Robillard1-44/+82
2011-03-03Add revisions to specification manifests.David Robillard1-2/+3
2011-03-03Sensible and more rigorous definition of lv2:revision.David Robillard1-15/+47
2011-03-03Fix line wrapping.David Robillard1-4/+5
2011-03-03Clarify host-provided extension function threading rules.David Robillard1-7/+9
2011-03-03Update copyright date.David Robillard1-1/+1
2011-03-03Fix grammar.David Robillard1-5/+5
2011-03-02Update serd (fix #include problem discovered by larsl).David Robillard1-1/+2
2011-03-02Port lv2config to C.David Robillard6-187/+3758
2011-03-02Tidy up lv2.ttl.David Robillard1-82/+81
2011-03-02Don't build include graphs into documentation.David Robillard1-2/+2
2011-03-01Add lv2:binary (previously used, but undefined).David Robillard1-0/+13