aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/eg-amp.lv2/amp.c
AgeCommit message (Collapse)AuthorFilesLines
2022-09-08Adopt REUSE machine-readable licensing standardDavid Robillard1-16/+3
2022-05-09Fix incorrect spelling and test for regression with codespellDavid Robillard1-1/+1
2020-12-26Format all code with clang-formatDavid Robillard1-60/+50
2020-12-16Simplify degenerate switchesDavid Robillard1-4/+1
2019-01-10Sort includes from local to standard and fix exposed issuesDavid Robillard1-5/+5
This order is better because it ensures that headers can stand alone and include everything they need. Several missing includes were exposed by this, and are also fixed in this commit.
2018-09-23Clean up includesDavid Robillard1-0/+1
2018-09-22Install standard headers to simpler include pathsDavid Robillard1-1/+1
2016-07-30Use calloc to allocate instancesDavid Robillard1-2/+2
2015-02-20Clean up whitespace.David Robillard1-1/+1
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
Upgrade to waf 1.6.6. Don't depend on a C++ compiler being present.