aboutsummaryrefslogtreecommitdiffstats
path: root/lvz
AgeCommit message (Collapse)AuthorFilesLines
2009-05-13Strip trailing whitespace.David Robillard5-44/+44
git-svn-id: http://svn.drobilla.net/lad/trunk/mda-lv2@1999 a436a847-0d15-0410-975c-d299462d15a1
2008-08-21Add missing file.David Robillard1-0/+14
git-svn-id: http://svn.drobilla.net/lad/mda-lv2@1459 a436a847-0d15-0410-975c-d299462d15a1
2008-08-14Fix crash when showing control window for root patch.David Robillard2-0/+16
git-svn-id: http://svn.drobilla.net/lad/mda-lv2@1362 a436a847-0d15-0410-975c-d299462d15a1
2008-08-12Move CBitmap interface closer to motif port for easier porting.David Robillard3-20/+8
git-svn-id: http://svn.drobilla.net/lad/mda-lv2@1342 a436a847-0d15-0410-975c-d299462d15a1
2008-08-12(Almost) properly define "instance access" and "data access" extensions ↵David Robillard2-4/+4
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 Robillard6-40/+389
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-09Clean up plugin header.David Robillard1-38/+37
git-svn-id: http://svn.drobilla.net/lad/mda-lv2@1331 a436a847-0d15-0410-975c-d299462d15a1
2008-08-09Remove GUI stubs (turns out vstgui is actually open source).David Robillard1-85/+0
git-svn-id: http://svn.drobilla.net/lad/mda-lv2@1330 a436a847-0d15-0410-975c-d299462d15a1
2008-08-09Working!David Robillard2-1/+2
git-svn-id: http://svn.drobilla.net/lad/mda-lv2@1329 a436a847-0d15-0410-975c-d299462d15a1
2008-08-09Fix bugs.David Robillard3-50/+64
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 Robillard3-31/+114
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-09Add binary information to manifest.David Robillard1-11/+12
lv2_list and lv2_inspect now showing basic mda plugin information. git-svn-id: http://svn.drobilla.net/lad/mda-lv2@1325 a436a847-0d15-0410-975c-d299462d15a1
2008-08-09Bundle generation, installation.David Robillard1-4/+38
git-svn-id: http://svn.drobilla.net/lad/mda-lv2@1324 a436a847-0d15-0410-975c-d299462d15a1
2008-08-09Clean up port friendly names.David Robillard2-30/+33
More data generation. git-svn-id: http://svn.drobilla.net/lad/mda-lv2@1323 a436a847-0d15-0410-975c-d299462d15a1
2008-08-09Data generation.David Robillard3-24/+174
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 Robillard3-0/+304
git-svn-id: http://svn.drobilla.net/lad/mda-lv2@1321 a436a847-0d15-0410-975c-d299462d15a1