aboutsummaryrefslogtreecommitdiffstats
path: root/lv2
AgeCommit message (Collapse)AuthorFilesLines
2013-01-27Improve atom documentation.David Robillard2-35/+47
2013-01-27Remove atom:stringType in favour of owl:onDatatype so generic tools can ↵David Robillard3-42/+52
understand and validate atom literals.
2013-01-26Define LV2_STATE__loadDefaultState.David Robillard1-5/+6
2013-01-26Add state:loadDefaultState feature.David Robillard3-1/+22
2013-01-17Fix lv2_atom_sequence_end().David Robillard3-2/+10
2013-01-13Add missing lv2:EnvelopePlugin define.David Robillard1-0/+1
2013-01-13Fix incorrect return type in lv2_event_get().David Robillard3-2/+11
2013-01-10Add lv2:control for designating primary event-based control ports.David Robillard4-6/+25
Set range of lv2:designation to lv2:Designation. Make lv2:Parameter rdfs:subClassOf rdf:Property.
2013-01-10Set the range of opts:requiredOption and opts:supportedOption to opts:Option.David Robillard3-1/+12
2013-01-10Fix date.David Robillard1-1/+1
2013-01-10Make patch:Set a compact message for setting one property.David Robillard4-23/+82
Add patch:readable and patch:writable for describing available properties.
2013-01-08Add missing fileDavid Robillard1-0/+145
2013-01-08Add logger convenience API.David Robillard2-1/+9
2012-12-21Fix typo in bufsz:sequenceSize label.David Robillard2-1/+9
2012-12-21Fix syntax error.David Robillard1-1/+0
2012-12-20Add lv2:EnvelopePlugin class.David Robillard3-1/+16
2012-12-02Fix incorrect linker flag in ui:makeSONameResident documentation.David Robillard2-1/+9
2012-11-16Add metronome example plugin to demonstrate precise tempo sync.David Robillard1-0/+7
2012-10-14Bump versions for LV2 1.2.0.David Robillard36-58/+73
Generate valid top level NEWS file. Update to r88/autowaf.
2012-09-16Replace LV2_Morph_Interface with more general LV2_Options_Interface.David Robillard4-127/+148
2012-09-09Clean up morph extension.David Robillard2-13/+15
2012-09-09Use stricter datatype definitions conformant with the XSD and OWL ↵David Robillard2-12/+19
specifications for better validation.
2012-09-09Add midi:HexByte datatype for status bytes and masks.David Robillard2-5/+15
2012-09-09Split DOAP data from ontology.David Robillard2-6/+23
2012-09-08Remove asserts from event-helper.h.David Robillard2-3/+8
2012-09-06Add missing release dates.David Robillard2-0/+2
2012-09-06Fix incorrect file-release URI.David Robillard1-1/+1
2012-09-06Add links to utility headers.David Robillard1-0/+2
2012-09-03Use relative links between extensions so local documentation links work.David Robillard8-34/+30
Automatically link prefixed names to the appropriate resource.
2012-08-31Fix typo in documentation.David Robillard1-2/+2
2012-08-29Remove atom dependency from options extension.David Robillard1-3/+4
2012-08-29Fix documentation reference to nonexistent function.David Robillard1-1/+1
2012-08-29Remove old buf-size API.David Robillard2-104/+14
2012-08-29Add bufsz:sequenceSize.David Robillard2-0/+13
2012-08-29Add bufsz:maxBlockLength and bufsz:minBlockLength properties.David Robillard2-0/+27
2012-08-29Add Option class.David Robillard2-0/+15
2012-08-29Add missing include.David Robillard1-0/+1
2012-08-21Add missing URI defines.David Robillard1-1/+3
2012-08-21Add options extension.David Robillard4-0/+150
2012-08-21Add param:sampleRate and parameters.h of URI defines for convenience.David Robillard3-0/+58
2012-08-16Add missing LV2_SYMBOL_EXPORT declaration for lv2ui_descriptor prototype.David Robillard2-0/+3
2012-08-16Associate plugins with a project rather than put doap:Project metadata on ↵David Robillard1-0/+5
plugins.
2012-08-16Fix invalid syntax.David Robillard1-1/+2
2012-08-14midi: Remove non-standard midi:Tick message type.David Robillard3-9/+164
midi: Add C definitions for message types and standard controllers. midi: Fix definition of SystemExclusive status byte. Use new MIDI API in eg-sampler.
2012-08-10Add LV2_ATOM_CONTENTS_CONST and LV2_ATOM_BODY_CONST.David Robillard2-0/+13
2012-08-09Add defines for new URIs.David Robillard1-0/+2
2012-08-09Add midi:binding and midi:channel.David Robillard2-2/+29
2012-08-09Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes ↵David Robillard1-7/+7
-Wmissing-prototypes.
2012-08-08Make LV2_Buf_Size_Access::get_buf_size take a time parameter and thus ↵David Robillard3-12/+17
actually be sufficient for allocating auxiliary buffers. Other minor improvements to buf-size extension. Bump version to 1.0.7.
2012-08-05Move all project metadata for extensions (e.g. change log) to separate files toDavid Robillard45-733/+827
spare hosts from loading them during discovery.