aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Collapse)AuthorFilesLines
2015-02-20Clean up whitespace.David Robillard10-21/+17
2015-02-20Fix UI compilation.David Robillard2-2/+2
2015-02-18Revert "Add preliminary C++ work."David Robillard7-213/+2
This reverts commit 9b4b2b68f50db95da7d63a62a8ebee90be58da58.
2015-02-18Add preliminary C++ work.David Robillard7-2/+213
2015-01-18Fix whitespacee.David Robillard1-1/+1
2014-11-25Link math library where required.David Robillard3-4/+7
2014-11-24Remove unnecessary sndfile dependency.David Robillard1-1/+1
2014-11-02Add gain parameter to eg-sampler.David Robillard3-6/+42
2014-11-02Describe unit of gain port.David Robillard1-4/+8
2014-10-31eg-sampler: Support patch:Get, and request initial state from UI.David Robillard3-3/+23
2014-08-06Order book chapters in build script rather than by bundle name.David Robillard42-1/+6
2014-08-05Improve documentation on plugin URIs.David Robillard1-16/+18
2014-08-05Improve book style.David Robillard3-4/+9
2014-08-01Amp documentation improvements.David Robillard2-30/+31
2014-07-31Clean up fifths.ttl.David Robillard1-6/+0
2014-04-27Implement show/hide fallback interface for sampler UI.David Robillard2-0/+45
2014-02-08Fix off by one and explicitly copy event fields to be a more general example.David Robillard1-2/+7
2014-02-08Add lv2_atom_sequence_clear() and lv2_atom_sequence_append_event() helper ↵David Robillard7-0/+367
functions. Add MIDI fifths example plugin for simple non-forge MIDI reading and writing.
2014-02-07Make eg-metro check for atom:Blank and atom:Object.David Robillard1-1/+6
2014-01-24Replace use of lv2_atom_forge_property_head with lv2_atom_forge_key.David Robillard3-11/+13
2014-01-24Fix -Wconversion warnings in headers.David Robillard4-12/+12
2014-01-24atom: Deprecate Blank and Resource in favour of just Object.David Robillard4-18/+11
atom: Add lv2_atom_forge_is_object_type() and lv2_atom_forge_is_blank() to ease backwards compatibility. atom: Add lv2_atom_forge_key() for terser object writing. patch: Add patch:sequenceNumber for associating replies with requests. lv2specgen: Display deprecated warning on classes marked owl:deprecated.
2013-12-25Bookify examploscope documentation.David Robillard8-70/+101
Fix book generator to include single-star C comments in code blocks.
2013-12-24Fix vector size calculation (patch from Robin Gareus).David Robillard1-1/+1
2013-12-24Fix several const violations.David Robillard6-30/+31
2013-12-15Add example scope plugin from Robin Gareus.David Robillard7-0/+1381
2013-12-15Fix whitespace.David Robillard1-1/+2
2013-03-24Fix port indices of metronome example.David Robillard1-1/+1
2013-02-18Clean up sampler exampler for book format.David Robillard5-65/+69
2013-02-18Remove unused metro notify port.David Robillard2-21/+1
2013-02-18Rework metro comments to be a bit more palatable in book form.David Robillard1-44/+39
2013-02-18Remove lv2:Program and all related things.David Robillard2-25/+5
2013-02-11Order examples in a sensible progression for the book.David Robillard32-308/+26
2013-02-10Add lv2:Bank, lv2:Program, and lv2:program for describing programs, ↵David Robillard6-0/+389
including but not limited to MIDI programs.
2013-02-10Remove unused namespace prefixes.David Robillard2-2/+0
2013-01-28Update metronome example to produce sensible book output.David Robillard5-41/+50
2013-01-26Add state:loadDefaultState feature.David Robillard1-1/+5
2013-01-10Expose sampler parameter to host.David Robillard3-38/+50
Update to new definition of patch:Set.
2013-01-08Revert prematurely incremented version.David Robillard1-1/+1
2013-01-08Add logger convenience API.David Robillard3-39/+20
2013-01-06Add plugin data files to book and list files in sensible order.David Robillard1-7/+4
2013-01-05Fix event iteration.David Robillard1-1/+0
2013-01-05Update metro documentation for book style.David Robillard1-24/+20
2012-12-31Generate book from example plugin source.David Robillard8-73/+335
2012-12-23Windows compilation fixes.David Robillard2-4/+7
2012-11-17Fix notify output.David Robillard1-0/+8
2012-11-17Fix position event iteration to reduce iterations and correctly handle ↵David Robillard1-17/+16
updates in the middle of a cycle.
2012-11-16Add metronome example plugin to demonstrate precise tempo sync.David Robillard5-0/+450
2012-08-31Fix crash on save when no sample is loaded.David Robillard1-3/+6
2012-08-21Link against libm (fix ticket #5).David Robillard1-1/+3