aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in
AgeCommit message (Collapse)AuthorFilesLines
2012-10-14Tag LV2 1.2.0v1.2.0David Robillard36-58/+73
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.
2012-08-05Remove spurious newline.David Robillard1-1/+0
2012-08-05Fix buf-size extension documentation.David Robillard1-11/+12
2012-08-05Do everything in the top level wscript file and remove wscript symlinks from ↵David Robillard23-23/+0
extensions.
2012-08-03Fix compilation with MSVC.David Robillard2-3/+3
2012-08-03Add compile test for all headers.David Robillard1-3/+13
2012-08-02Clean up wscript files and use a simpler method of chopping 'lib' prefix.David Robillard1-5/+3
2012-08-02Add C defines for ui:WindowsUI and ui:CocoaUI.David Robillard1-0/+2
2012-07-29Add ui:Gtk3UI.David Robillard4-4/+14
2012-07-29Use consistent label style.David Robillard25-150/+241
2012-07-29Use more precise domain and range for EventPort properties.David Robillard1-6/+12
2012-07-29Update version in manifest.David Robillard1-1/+1
2012-07-29Remove units:name in favour of rdfs:label.David Robillard2-33/+44
Use consistent label style.
2012-07-08Fix outdated documentation in forge.h.David Robillard2-7/+7
2012-07-02Remove unnecessary include.David Robillard1-2/+0
2012-07-02Remove unnecessary include.David Robillard1-2/+0
2012-07-02Make event iterator gracefully handle optional ports.David Robillard3-2/+14
2012-06-28CarbonUI => CocoaUI in change log (oops).David Robillard1-1/+1
2012-06-28Add ui:WindowsUI and ui:CarbonUI.David Robillard3-2/+30