aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-03-15Remove unused function.David Robillard1-7/+0
2011-03-15Tidy.David Robillard1-18/+9
2011-03-15Remove GUI extension kludge.David Robillard1-6/+1
2011-03-15Remove GUI stuff and SpecMeter plugin.David Robillard8-906/+4
2011-03-15Convert to UNIX line ends.David Robillard34-3575/+3575
2011-03-15Add copyright headers to all source files.David Robillard82-152/+1448
2011-03-15Use static descriptor (don't malloc and leak descriptor).David Robillard1-20/+14
2011-03-15Use generic "lvz" names in wrapper.cpp.David Robillard2-27/+29
2011-03-15Fix errors caught by GCC 4.5.2.David Robillard1-1/+1
2011-03-11Fix port labels and symbols.David Robillard10-14/+14
2011-03-11Remove piano from manifest for now.David Robillard1-4/+4
2011-03-11Don't build instrument plugins for now.David Robillard2-15/+15
2011-03-11Remove a certain acronym.David Robillard1-14/+6
2011-03-11Prettier symbols/names.David Robillard36-72/+72
2011-03-11Classify plugins.David Robillard34-0/+34
2011-03-11Remove GUI stuff.David Robillard10-10130/+25
2011-03-11Waf build system.David Robillard41-133/+3417
2011-03-11Use lv2: prefix instead of default prefix.David Robillard1-23/+23
2011-03-11Fail compilation with a warning if PLUGIN_HEADER is not defined.David Robillard1-0/+3
2011-03-11Move mda-lv2 to plugins/mdala.lv2.David Robillard0-0/+0
2010-11-26Use http://drobilla.net/pluginsDavid Robillard1-1/+1
2010-11-26Fix warnings.David Robillard9-14/+15
2010-09-22Move http://lv2plug.in/ns/dev extensions to http://lv2plug.in/ns/ext.David Robillard3-3/+3
2010-09-04My name is David. :)David Robillard12-13/+13
2010-02-22Fix wonky parameters of MDA SpecMeter.David Robillard2-8/+9
2010-02-22Merge with upstream r10.David Robillard3-1/+23
2010-02-22Merge with upstream r9.David Robillard3-63/+130
2010-02-22Merge with upstream r8.David Robillard2-36/+53
2010-02-22Merge with upstream r5.David Robillard1-1/+1
2010-02-22Merge with upstream r4.David Robillard4-51/+39
2010-02-22Merge with upstream r2.David Robillard74-915/+1194
2010-02-01Fix leaks and an iterator error found by cppcheck.David Robillard1-5/+8
2009-11-09lv2:hardRtCapable -> lv2:hardRTCapable. Oops.David Robillard1-1/+1
2009-05-13Update copyright dates.David Robillard5-5/+5
2009-05-13Strip trailing whitespace.David Robillard48-1306/+1306
2009-05-12Fix lv2.h include problem.David Robillard1-1/+1
2009-04-29Fix illegal symbol.David Robillard1-1/+1
2009-04-29Fix duplicate parameter labels.David Robillard1-4/+4
2008-10-27Suppress user complaints :)David Robillard1-0/+1
2008-09-09Reorganize repository to allow tagging.David Robillard0-0/+0
2008-08-21Remove unnecessary .xpm include.David Robillard1-1/+0
2008-08-21Add missing specMeter GUI image.David Robillard1-0/+0
2008-08-21Add missing file.David Robillard1-0/+14
2008-08-14Fix crash when showing control window for root patch.David Robillard4-7/+30
2008-08-12Move CBitmap interface closer to motif port for easier porting.David Robillard8-58/+60
2008-08-12(Almost) properly define "instance access" and "data access" extensions neede...David Robillard3-5/+4
2008-08-12VSTUI X11 port and embeddable GTK wrapper.David Robillard19-671/+11376
2008-08-09Update README.David Robillard1-33/+21
2008-08-09Fix compilation on Darwin.David Robillard1-4/+20
2008-08-09Pass audioMasterCallback to plugins (passing NULL was causing some plugins to...David Robillard1-13/+36