aboutsummaryrefslogtreecommitdiffstats
path: root/lvz/wrapper.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-04-20Make instrument plugins work.David Robillard1-5/+19
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/mda.lv2@4215 a436a847-0d15-0410-975c-d299462d15a1
2012-04-10Fix memory leaks.David Robillard1-1/+7
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/mda.lv2@4157 a436a847-0d15-0410-975c-d299462d15a1
2012-03-28Remove more cruft.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/mda.lv2@4128 a436a847-0d15-0410-975c-d299462d15a1
2011-09-23Fix control changesDavid Robillard1-2/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/mdala.lv2@3478 a436a847-0d15-0410-975c-d299462d15a1
2011-03-15Remove unused function.David Robillard1-7/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/mdala.lv2@3094 a436a847-0d15-0410-975c-d299462d15a1
2011-03-15Tidy.David Robillard1-18/+9
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/mdala.lv2@3092 a436a847-0d15-0410-975c-d299462d15a1
2011-03-15Remove GUI extension kludge.David Robillard1-6/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/mdala.lv2@3091 a436a847-0d15-0410-975c-d299462d15a1
2011-03-15Add copyright headers to all source files.David Robillard1-17/+17
Switch to GPLv3. git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/mdala.lv2@3087 a436a847-0d15-0410-975c-d299462d15a1
2011-03-15Use static descriptor (don't malloc and leak descriptor).David Robillard1-20/+14
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/mdala.lv2@3086 a436a847-0d15-0410-975c-d299462d15a1
2011-03-15Use generic "lvz" names in wrapper.cpp.David Robillard1-27/+27
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/mdala.lv2@3085 a436a847-0d15-0410-975c-d299462d15a1
2011-03-11Fail compilation with a warning if PLUGIN_HEADER is not defined.David Robillard1-0/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/mdala.lv2@3071 a436a847-0d15-0410-975c-d299462d15a1
2010-09-22Move http://lv2plug.in/ns/dev extensions to http://lv2plug.in/ns/ext.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/mda-lv2@2614 a436a847-0d15-0410-975c-d299462d15a1
2010-09-04My name is David. :)David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/mda-lv2@2590 a436a847-0d15-0410-975c-d299462d15a1
2009-05-13Update copyright dates.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/mda-lv2@2000 a436a847-0d15-0410-975c-d299462d15a1
2009-05-13Strip trailing whitespace.David Robillard1-10/+10
git-svn-id: http://svn.drobilla.net/lad/trunk/mda-lv2@1999 a436a847-0d15-0410-975c-d299462d15a1
2008-08-12(Almost) properly define "instance access" and "data access" extensions ↵David Robillard1-1/+1
needed by VSTGUI port. git-svn-id: http://svn.drobilla.net/lad/mda-lv2@1341 a436a847-0d15-0410-975c-d299462d15a1
2008-08-12VSTUI X11 port and embeddable GTK wrapper.David Robillard1-12/+35
Build mdaSpecMeter and GUI. git-svn-id: http://svn.drobilla.net/lad/mda-lv2@1340 a436a847-0d15-0410-975c-d299462d15a1
2008-08-09Pass audioMasterCallback to plugins (passing NULL was causing some plugins ↵David Robillard1-13/+36
to not set required paramteres and crash). Fix wrapper for plugins without any parameters/inputs/outputs. git-svn-id: http://svn.drobilla.net/lad/mda-lv2@1336 a436a847-0d15-0410-975c-d299462d15a1
2008-08-09Working!David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/mda-lv2@1329 a436a847-0d15-0410-975c-d299462d15a1
2008-08-09Fix bugs.David Robillard1-21/+36
Tighten up code. Crank up warnings to absurdly strict and pedantic level in order to figure out WTF is going on with audio. git-svn-id: http://svn.drobilla.net/lad/mda-lv2@1328 a436a847-0d15-0410-975c-d299462d15a1
2008-08-09Clean up port names and automatically generate nice/legal symbols for them.David Robillard1-7/+39
Write run wrapper to set plugin parameters values if they have changed since last cycle (bit of overhead...). Set port parameter ranges and default values. git-svn-id: http://svn.drobilla.net/lad/mda-lv2@1326 a436a847-0d15-0410-975c-d299462d15a1
2008-08-09Data generation.David Robillard1-5/+19
Pretty/consistent plugin symbol names. git-svn-id: http://svn.drobilla.net/lad/mda-lv2@1322 a436a847-0d15-0410-975c-d299462d15a1
2008-08-08Add preliminary (library side only) LV2 port of MDA (open-sourced VST plugins).David Robillard1-0/+115
git-svn-id: http://svn.drobilla.net/lad/mda-lv2@1321 a436a847-0d15-0410-975c-d299462d15a1