aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/ext
AgeCommit message (Expand)AuthorFilesLines
2014-01-24Fix -Wconversion warnings in headers.David Robillard3-21/+25
2014-01-24atom: Deprecate Blank and Resource in favour of just Object.David Robillard10-46/+198
2014-01-04LV2 1.8.0David Robillard6-8/+10
2013-12-25Fix atom version in manifest.David Robillard1-1/+1
2013-12-17Make lv2_atom_*_is_end() arguments const.David Robillard3-13/+22
2013-12-15Fix casting away of const (patch from Robin Gareus).David Robillard1-5/+5
2013-12-15Add missing include <string.h> to logger.h for memset.David Robillard3-2/+12
2013-08-09LV2 1.6.0.David Robillard2-2/+4
2013-05-27Fix crash in forge.h when pushing atoms to a full buffer.David Robillard2-8/+16
2013-02-18Update versions. LV2 1.4.0.David Robillard14-17/+28
2013-02-17Make manifest versions match spec versions.David Robillard1-1/+1
2013-02-10Fix spelling error.David Robillard1-1/+1
2013-01-27Improve atom documentation.David Robillard2-35/+47
2013-01-27Remove atom:stringType in favour of owl:onDatatype so generic tools can under...David Robillard3-42/+52
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-13Fix incorrect return type in lv2_event_get().David Robillard3-2/+11
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
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-10-14Bump versions for LV2 1.2.0.David Robillard28-43/+57
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-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-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
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-16Fix invalid syntax.David Robillard1-1/+2
2012-08-14midi: Remove non-standard midi:Tick message type.David Robillard3-9/+164
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 -Wmis...David Robillard1-7/+7