aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Collapse)AuthorFilesLines
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
2012-08-16Associate plugins with a project rather than put doap:Project metadata on ↵David Robillard3-17/+8
plugins.
2012-08-14midi: Remove non-standard midi:Tick message type.David Robillard2-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-11Improve const correctness.David Robillard3-25/+24
2012-08-09Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes ↵David Robillard1-3/+3
-Wmissing-prototypes.
2012-08-09Fix missing static declarations (-Wstrict-prototypes).David Robillard3-3/+3
2012-08-08Move MSVC C99 gunk into autowaf.David Robillard3-15/+3
2012-08-08Tidy up wscript files.David Robillard3-13/+13
2012-08-06Fix recursive building.David Robillard2-4/+4
2012-08-05Use shiny/odd/portable new subst ability to copy files.David Robillard3-5/+6
2012-08-05Layout UI vertically.David Robillard1-2/+2
2012-08-05Lint.David Robillard1-1/+0
2012-08-05Delete trailing whitespace.David Robillard1-10/+10