aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/eg-amp.lv2/amp.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-06Order book chapters in build script rather than by bundle name.David Robillard1-0/+229
2013-02-11Order examples in a sensible progression for the book.David Robillard1-225/+0
2012-12-31Generate book from example plugin source.David Robillard1-22/+95
2012-08-11Improve const correctness.David Robillard1-6/+6
2012-08-09Fix missing static declarations (-Wstrict-prototypes).David Robillard1-1/+1
2012-06-14Improve documentation.David Robillard1-7/+8
2012-06-12Add basic function documentation.David Robillard1-4/+24
2012-04-17Fix compilation as C++.David Robillard1-3/+3
2011-07-07Add stub LV2 persist support to sampler plugin.David Robillard1-1/+1
2011-07-07Add sampler example pluginDavid Robillard1-1/+2
2011-07-07Use enum for port indices (better type-safety and self-documentation).David Robillard1-5/+9
2011-07-07Add amp example plugin.David Robillard1-0/+126