aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-02-12Avoid pedantic dlsym warningsDavid Robillard1-1/+6
2016-07-30Fix wavedata function prototypesDavid Robillard2-2/+2
2015-07-25Fix compilation with default hidden visibility.David Robillard1-0/+1
2014-01-05Fix VECTOR_OP to actually apply operator, and not always *.David Robillard1-5/+5
2014-01-05Implement morph ports for branch plugin.David Robillard2-5/+97
2014-01-05Fix missing function prototype warnings.David Robillard1-8/+20
2012-09-16Support latest options and morph extensions.David Robillard17-461/+659
2012-08-11Make sum, product, and difference plugins vectorizable.David Robillard24-323/+333
2012-08-10Fix conversion of string constants to non-const char*.David Robillard2-4/+4
2012-08-02Fix compilation in MinGW.David Robillard6-29/+21
2012-08-02Compile cleanly as C++.David Robillard24-97/+97
2012-07-29Build blop.lv2 in top-level build process.David Robillard1-2/+2
2012-07-29Add missing file (fix #848).David Robillard1-0/+51
2012-07-26Fix auto-morph output of Frequency Modulator.David Robillard1-1/+3
2012-05-31Fix memory errors.David Robillard4-2/+14
2012-05-31Umm... commit pretty much all the work of the past few days. Again.David Robillard30-1597/+1192
2012-05-22Remove some silly temporary variables and unnecessary stores.David Robillard8-72/+17
2012-05-22Make arithmetic plugins use CVPort.David Robillard3-3/+3
2012-05-22Don't cast inputs to non-const pointers.David Robillard21-133/+130
2012-05-22Add mising units: prefixes.David Robillard1-6/+6
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard4-4/+4
2011-12-27Fix compilation.David Robillard7-10/+21
2011-11-07Remove use of non-portable _XOPEN_SOURCE and strdup.David Robillard1-1/+1
2011-10-10Fix compilation.David Robillard1-0/+1
2011-10-04Build oscillator data and load it from LV2 bundle.David Robillard9-129/+59
2011-10-03Add 'blip', an LV2 port of the LADSPA 'blop' collection.David Robillard32-0/+7079