Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-17 | Fix position event iteration to reduce iterations and correctly handle ↵ | David Robillard | 1 | -17/+16 | |
updates in the middle of a cycle. | |||||
2012-11-16 | Add metronome example plugin to demonstrate precise tempo sync. | David Robillard | 6 | -0/+457 | |
2012-10-19 | Fix online documentation building. | David Robillard | 1 | -5/+5 | |
2012-10-14 | Bump versions for LV2 1.2.0. | David Robillard | 38 | -76/+82 | |
Generate valid top level NEWS file. Update to r88/autowaf. | |||||
2012-09-30 | Use neutral colours for header and footer. | David Robillard | 1 | -2/+2 | |
2012-09-16 | Replace LV2_Morph_Interface with more general LV2_Options_Interface. | David Robillard | 5 | -128/+149 | |
2012-09-09 | Clean up morph extension. | David Robillard | 2 | -13/+15 | |
2012-09-09 | Use stricter datatype definitions conformant with the XSD and OWL ↵ | David Robillard | 3 | -68/+224 | |
specifications for better validation. | |||||
2012-09-09 | Add midi:HexByte datatype for status bytes and masks. | David Robillard | 2 | -5/+15 | |
2012-09-09 | Split DOAP data from ontology. | David Robillard | 2 | -6/+23 | |
2012-09-08 | Remove asserts from event-helper.h. | David Robillard | 2 | -3/+8 | |
2012-09-06 | Generate top-level NEWS file in distribution with changes from all specs. | David Robillard | 2 | -5/+22 | |
2012-09-06 | Add missing release dates. | David Robillard | 2 | -0/+2 | |
2012-09-06 | Fix incorrect file-release URI. | David Robillard | 1 | -1/+1 | |
2012-09-06 | Make documentation suitable for local installation. | David Robillard | 7 | -27/+73 | |
2012-09-06 | Add links to utility headers. | David Robillard | 1 | -0/+2 | |
2012-09-05 | Make documentation style more consistent with Doxygen style. | David Robillard | 1 | -5/+5 | |
2012-09-03 | Use relative links between extensions so local documentation links work. | David Robillard | 10 | -56/+50 | |
Automatically link prefixed names to the appropriate resource. | |||||
2012-09-02 | Fix link regexp. | David Robillard | 1 | -1/+1 | |
2012-08-31 | Fix crash on save when no sample is loaded. | David Robillard | 1 | -3/+6 | |
2012-08-31 | Fix typo in documentation. | David Robillard | 1 | -2/+2 | |
2012-08-29 | Remove atom dependency from options extension. | David Robillard | 1 | -3/+4 | |
2012-08-29 | Fix documentation reference to nonexistent function. | David Robillard | 1 | -1/+1 | |
2012-08-29 | Remove old buf-size API. | David Robillard | 2 | -104/+14 | |
2012-08-29 | Add bufsz:sequenceSize. | David Robillard | 3 | -1/+14 | |
2012-08-29 | Add bufsz:maxBlockLength and bufsz:minBlockLength properties. | David Robillard | 2 | -0/+27 | |
2012-08-29 | Add Option class. | David Robillard | 2 | -0/+15 | |
2012-08-29 | Add missing include. | David Robillard | 1 | -0/+1 | |
2012-08-21 | Add missing URI defines. | David Robillard | 1 | -1/+3 | |
2012-08-21 | Link against libm (fix ticket #5). | David Robillard | 1 | -1/+3 | |
2012-08-21 | Remove unnecessary check for C++ compiler (fix ticket #4). | David Robillard | 1 | -3/+1 | |
2012-08-21 | Add options extension. | David Robillard | 5 | -0/+151 | |
2012-08-21 | Add param:sampleRate and parameters.h of URI defines for convenience. | David Robillard | 3 | -0/+58 | |
2012-08-16 | Add missing LV2_SYMBOL_EXPORT declaration for lv2ui_descriptor prototype. | David Robillard | 2 | -0/+3 | |
2012-08-16 | Associate plugins with a project rather than put doap:Project metadata on ↵ | David Robillard | 4 | -17/+13 | |
plugins. | |||||
2012-08-16 | Fix invalid syntax. | David Robillard | 1 | -1/+2 | |
2012-08-14 | midi: Remove non-standard midi:Tick message type. | David Robillard | 6 | -15/+174 | |
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-11 | Improve const correctness. | David Robillard | 3 | -25/+24 | |
2012-08-10 | Add LV2_ATOM_CONTENTS_CONST and LV2_ATOM_BODY_CONST. | David Robillard | 3 | -1/+14 | |
2012-08-09 | Add defines for new URIs. | David Robillard | 1 | -0/+2 | |
2012-08-09 | Add midi:binding and midi:channel. | David Robillard | 2 | -2/+29 | |
2012-08-09 | Wrap rdfs:comment documentation in <p> tags to match the layour of ↵ | David Robillard | 1 | -1/+1 | |
lv2:documentation. | |||||
2012-08-09 | Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes ↵ | David Robillard | 3 | -11/+11 | |
-Wmissing-prototypes. | |||||
2012-08-09 | Fix missing static declarations (-Wstrict-prototypes). | David Robillard | 3 | -3/+3 | |
2012-08-08 | Move MSVC C99 gunk into autowaf. | David Robillard | 5 | -19/+4 | |
2012-08-08 | Tidy up wscript files. | David Robillard | 4 | -45/+44 | |
2012-08-08 | Make LV2_Buf_Size_Access::get_buf_size take a time parameter and thus ↵ | David Robillard | 4 | -13/+18 | |
actually be sufficient for allocating auxiliary buffers. Other minor improvements to buf-size extension. Bump version to 1.0.7. | |||||
2012-08-06 | Make LV2DIR=LIBDIR/lv2 by default. | David Robillard | 1 | -0/+0 | |
2012-08-06 | Copy headers when COPY_HEADERS is set and link otherwise (not the other way ↵ | David Robillard | 1 | -2/+2 | |
around). | |||||
2012-08-06 | Normalise LV2_PATH in all cases. | David Robillard | 1 | -0/+0 | |