Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-02-10 | Remove unused namespace prefixes. | David Robillard | 2 | -2/+0 | |
2013-01-28 | Update metronome example to produce sensible book output. | David Robillard | 5 | -41/+50 | |
2013-01-26 | Add state:loadDefaultState feature. | David Robillard | 1 | -1/+5 | |
2013-01-10 | Expose sampler parameter to host. | David Robillard | 3 | -38/+50 | |
Update to new definition of patch:Set. | |||||
2013-01-08 | Revert prematurely incremented version. | David Robillard | 1 | -1/+1 | |
2013-01-08 | Add logger convenience API. | David Robillard | 3 | -39/+20 | |
2013-01-06 | Add plugin data files to book and list files in sensible order. | David Robillard | 1 | -7/+4 | |
2013-01-05 | Fix event iteration. | David Robillard | 1 | -1/+0 | |
2013-01-05 | Update metro documentation for book style. | David Robillard | 1 | -24/+20 | |
2012-12-31 | Generate book from example plugin source. | David Robillard | 8 | -73/+335 | |
2012-12-23 | Windows compilation fixes. | David Robillard | 2 | -4/+7 | |
2012-11-17 | Fix notify output. | David Robillard | 1 | -0/+8 | |
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 | 5 | -0/+450 | |
2012-08-31 | Fix crash on save when no sample is loaded. | David Robillard | 1 | -3/+6 | |
2012-08-21 | Link against libm (fix ticket #5). | David Robillard | 1 | -1/+3 | |
2012-08-16 | Associate plugins with a project rather than put doap:Project metadata on ↵ | David Robillard | 3 | -17/+8 | |
plugins. | |||||
2012-08-14 | midi: Remove non-standard midi:Tick message type. | David Robillard | 2 | -5/+9 | |
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-09 | Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes ↵ | David Robillard | 1 | -3/+3 | |
-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 | 3 | -15/+3 | |
2012-08-08 | Tidy up wscript files. | David Robillard | 3 | -13/+13 | |
2012-08-06 | Fix recursive building. | David Robillard | 2 | -4/+4 | |
2012-08-05 | Use shiny/odd/portable new subst ability to copy files. | David Robillard | 3 | -5/+6 | |
2012-08-05 | Layout UI vertically. | David Robillard | 1 | -2/+2 | |
2012-08-05 | Lint. | David Robillard | 1 | -1/+0 | |
2012-08-05 | Delete trailing whitespace. | David Robillard | 1 | -10/+10 | |
2012-08-02 | Clean up wscript files and use a simpler method of chopping 'lib' prefix. | David Robillard | 3 | -53/+30 | |
2012-07-24 | Fix odd capitalization. | David Robillard | 1 | -1/+1 | |
2012-06-14 | Add synth example from Harry van Haaren. | David Robillard | 5 | -0/+307 | |
2012-06-14 | Remove unnecessary imports. | David Robillard | 2 | -6/+0 | |
2012-06-14 | Improve documentation. | David Robillard | 2 | -15/+31 | |
2012-06-12 | Add basic function documentation. | David Robillard | 1 | -4/+24 | |
2012-06-12 | Add explanation of namespace prefixes. | David Robillard | 2 | -0/+7 | |
2012-06-12 | Fix minor formatting oopses. | David Robillard | 1 | -2/+2 | |
2012-04-17 | Fix compilation as C++. | David Robillard | 1 | -3/+3 | |
2012-04-17 | Compile as C++ in MSVC. | David Robillard | 2 | -7/+12 | |
2012-04-12 | Make all atom/util.h functions start with lv2_atom. | David Robillard | 2 | -4/+3 | |
2012-04-06 | Use a smaller and freely licensed default sample. | David Robillard | 4 | -2/+2 | |
2012-04-06 | Tidy and improve documentation. | David Robillard | 2 | -42/+59 | |
2012-04-05 | Twiddle log extension class hierarchy a bit, and all log:Trace level. | David Robillard | 3 | -76/+97 | |
Use log extension in eg-sample if available. | |||||
2012-03-30 | Fix screwy invalid ExtensionData definitions as classes (now matches how ↵ | David Robillard | 2 | -16/+22 | |
Feature is used). Add status return codes to state methods for error handling. | |||||
2012-03-27 | Add end_run hook to worker interface. | David Robillard | 1 | -1/+1 | |
2012-03-25 | Remove atom:MessagePort and atom:ValuePort. | David Robillard | 1 | -2/+2 | |
2012-03-24 | Remove pointless person homepage properties. | David Robillard | 1 | -5/+7 | |
2012-03-23 | Remove unused check for mlock. | David Robillard | 1 | -5/+0 | |
2012-03-23 | Add worker extension to remove thread stuff from plugins. | David Robillard | 8 | -983/+115 | |
2012-03-16 | Improve documentation. | David Robillard | 1 | -1/+1 | |
Use char* for strings. | |||||
2012-03-16 | Update for patch extension. | David Robillard | 5 | -20/+20 | |