aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-08-21Add missing specMeter GUI image.David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/lad/mda-lv2@1460 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 Robillard4-7/+30
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 Robillard8-58/+60
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 Robillard3-5/+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 Robillard19-671/+11376
Build mdaSpecMeter and GUI. git-svn-id: http://svn.drobilla.net/lad/mda-lv2@1340 a436a847-0d15-0410-975c-d299462d15a1
2008-08-09Update README.David Robillard1-33/+21
git-svn-id: http://svn.drobilla.net/lad/mda-lv2@1339 a436a847-0d15-0410-975c-d299462d15a1
2008-08-09Fix compilation on Darwin.David Robillard1-4/+20
Install to OSX style paths by default on Darwin. git-svn-id: http://svn.drobilla.net/lad/mda-lv2@1338 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-09Remove unused LV2_INSTALL_DIR (don't have to edit makefile for that).David Robillard1-4/+2
Don't smash user CFLAGS by default. git-svn-id: http://svn.drobilla.net/lad/mda-lv2@1335 a436a847-0d15-0410-975c-d299462d15a1
2008-08-09Yet more hopefully-not-in-vain make install portability fixes.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/mda-lv2@1334 a436a847-0d15-0410-975c-d299462d15a1
2008-08-09Yet more vain attempts at make install portability.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/mda-lv2@1333 a436a847-0d15-0410-975c-d299462d15a1
2008-08-09Switch if [ ] for if test (more portable?).David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/mda-lv2@1332 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 Robillard3-3/+4
git-svn-id: http://svn.drobilla.net/lad/mda-lv2@1329 a436a847-0d15-0410-975c-d299462d15a1
2008-08-09Fix bugs.David Robillard7-59/+73
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-09Uppercase 'mda' in plugin names to match LV2 naming guidelines.David Robillard38-53/+53
git-svn-id: http://svn.drobilla.net/lad/mda-lv2@1327 a436a847-0d15-0410-975c-d299462d15a1
2008-08-09Clean up port names and automatically generate nice/legal symbols for them.David Robillard8-36/+119
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 Robillard2-52/+120
git-svn-id: http://svn.drobilla.net/lad/mda-lv2@1324 a436a847-0d15-0410-975c-d299462d15a1
2008-08-09Clean up port friendly names.David Robillard19-91/+94
More data generation. git-svn-id: http://svn.drobilla.net/lad/mda-lv2@1323 a436a847-0d15-0410-975c-d299462d15a1
2008-08-09Data generation.David Robillard43-67/+246
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 Robillard87-0/+96772
git-svn-id: http://svn.drobilla.net/lad/mda-lv2@1321 a436a847-0d15-0410-975c-d299462d15a1