aboutsummaryrefslogtreecommitdiffstats
path: root/lvz/wrapper.cpp
AgeCommit message (Collapse)AuthorFilesLines
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