aboutsummaryrefslogtreecommitdiffstats
path: root/lvz
AgeCommit message (Expand)AuthorFilesLines
2015-02-17Delete trailing whitespace.David Robillard2-4/+2
2012-08-10Fix a ton of warnings.David Robillard1-0/+6
2012-04-21Add presets.David Robillard2-5/+44
2012-04-21Squeeze blank lines.David Robillard2-7/+0
2012-04-20Make instrument plugins work.David Robillard2-19/+43
2012-04-12Use URI defines from LV2 headers where possible.David Robillard1-2/+0
2012-04-10Fix memory leaks.David Robillard1-1/+7
2012-03-28Remove more cruft.David Robillard4-50/+16
2012-03-28Remove pointless int32 typedef.David Robillard1-31/+29
2012-03-28Remove unused cruft.David Robillard1-35/+13
2011-09-23Fix control changesDavid Robillard1-2/+0
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 Robillard1-43/+4
2011-03-15Add copyright headers to all source files.David Robillard4-72/+74
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-11Remove a certain acronym.David Robillard1-14/+6
2011-03-11Remove GUI stuff.David Robillard4-237/+25
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
2010-09-22Move http://lv2plug.in/ns/dev extensions to http://lv2plug.in/ns/ext.David Robillard2-2/+2
2010-09-04My name is David. :)David Robillard4-4/+4
2009-11-09lv2:hardRtCapable -> lv2:hardRTCapable. Oops.David Robillard1-1/+1
2009-05-13Update copyright dates.David Robillard4-4/+4
2009-05-13Strip trailing whitespace.David Robillard5-44/+44
2008-08-21Add missing file.David Robillard1-0/+14
2008-08-14Fix crash when showing control window for root patch.David Robillard2-0/+16
2008-08-12Move CBitmap interface closer to motif port for easier porting.David Robillard3-20/+8
2008-08-12(Almost) properly define "instance access" and "data access" extensions neede...David Robillard2-4/+4
2008-08-12VSTUI X11 port and embeddable GTK wrapper.David Robillard6-40/+389
2008-08-09Pass audioMasterCallback to plugins (passing NULL was causing some plugins to...David Robillard1-13/+36
2008-08-09Clean up plugin header.David Robillard1-38/+37
2008-08-09Remove GUI stubs (turns out vstgui is actually open source).David Robillard1-85/+0
2008-08-09Working!David Robillard2-1/+2
2008-08-09Fix bugs.David Robillard3-50/+64
2008-08-09Clean up port names and automatically generate nice/legal symbols for them.David Robillard3-31/+114
2008-08-09Add binary information to manifest.David Robillard1-11/+12
2008-08-09Bundle generation, installation.David Robillard1-4/+38
2008-08-09Clean up port friendly names.David Robillard2-30/+33
2008-08-09Data generation.David Robillard3-24/+174
2008-08-08Add preliminary (library side only) LV2 port of MDA (open-sourced VST plugins).David Robillard3-0/+304