Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-12-18 | eg-sampler: Fix default gain value | Filipe Coelho | 1 | -1/+1 | |
The initial gain coefficient in the code is 1.0 (full volume). The parameter itself is in dB, though, so the matching external default value is zero. | |||||
2020-03-17 | Add a UI feature to request a parameter value from the host | David Robillard | 1 | -0/+1 | |
2020-02-16 | Make parameter data validate | David Robillard | 1 | -2/+3 | |
This is rather annoying, but unfortunately xsd:decimal is not a related type to xsd:float. A future smarter version of the validator will be able to deal with this, but for now we'll have to be explicit and tolerate a bit of unpleasant syntactic noise. | |||||
2016-10-19 | Fix mismatched gain parameter URI | David Robillard | 1 | -1/+1 | |
2016-10-05 | Write output between events with sample accuracy | David Robillard | 1 | -1/+2 | |
This is closer to how a non-toy plugin should work, and importantly demonstrates the proper way to emit audio while processing events. In particular, this approach makes sample-accurate session export possible (thanks to the sychronous possibilities of the worker). | |||||
2016-10-04 | eg-sampler: Add waveform display to UI | David Robillard | 1 | -1/+1 | |
2016-07-31 | eg-sampler: Support thread-safe state restoration | David Robillard | 1 | -4/+5 | |
2014-11-02 | Add gain parameter to eg-sampler. | David Robillard | 1 | -0/+2 | |
2014-08-06 | Order book chapters in build script rather than by bundle name. | David Robillard | 1 | -0/+67 | |
2013-02-11 | Order examples in a sensible progression for the book. | David Robillard | 1 | -83/+0 | |
2013-02-10 | Remove unused namespace prefixes. | David Robillard | 1 | -1/+0 | |
2013-01-26 | Add state:loadDefaultState feature. | David Robillard | 1 | -1/+5 | |
2013-01-10 | Expose sampler parameter to host. | David Robillard | 1 | -2/+12 | |
Update to new definition of patch:Set. | |||||
2012-08-16 | Associate plugins with a project rather than put doap:Project metadata on ↵ | David Robillard | 1 | -0/+1 | |
plugins. | |||||
2012-03-30 | Fix screwy invalid ExtensionData definitions as classes (now matches how ↵ | David Robillard | 1 | -12/+14 | |
Feature is used). Add status return codes to state methods for error handling. | |||||
2012-03-25 | Remove atom:MessagePort and atom:ValuePort. | David Robillard | 1 | -2/+2 | |
2012-03-23 | Add worker extension to remove thread stuff from plugins. | David Robillard | 1 | -5/+7 | |
2012-03-16 | Update for patch extension. | David Robillard | 1 | -2/+2 | |
2012-02-16 | Implement real-time safe sample loading. | David Robillard | 1 | -4/+10 | |
2012-02-13 | Add response port (not yet used). | David Robillard | 1 | -7/+16 | |
Move message handling to separate function. | |||||
2012-02-09 | Portability fixes (plugins work on OSX). | David Robillard | 1 | -3/+2 | |
2012-02-08 | Heavily revise atom extension into a release candidate. | David Robillard | 1 | -4/+5 | |
2011-11-21 | Update licenses. | David Robillard | 1 | -1/+1 | |
2011-11-09 | Implement file name changing from UI. | David Robillard | 1 | -0/+1 | |
2011-11-07 | Fix crash on instantiation. | David Robillard | 1 | -3/+2 | |
Switch to state extension from persist extension. Correctly mark up features and extension data. Check for extensions using pkgconfig. | |||||
2011-11-06 | Use new urid and atom extensions instead of uri-map and event. | David Robillard | 1 | -9/+9 | |
2011-10-10 | Remove lv2config | David Robillard | 1 | -3/+9 | |
2011-07-07 | Add stub LV2 persist support to sampler plugin. | David Robillard | 1 | -1/+2 | |
2011-07-07 | Add sampler example plugin | David Robillard | 1 | -0/+43 | |