aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2008-10-27Suppress user complaints :)David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/mda-lv2@1697 a436a847-0d15-0410-975c-d299462d15a1
2008-08-14Fix crash when showing control window for root patch.David Robillard1-1/+1
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 Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/mda-lv2@1342 a436a847-0d15-0410-975c-d299462d15a1
2008-08-12VSTUI X11 port and embeddable GTK wrapper.David Robillard1-6/+28
Build mdaSpecMeter and GUI. git-svn-id: http://svn.drobilla.net/lad/mda-lv2@1340 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-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-09Working!David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/mda-lv2@1329 a436a847-0d15-0410-975c-d299462d15a1
2008-08-09Fix bugs.David Robillard1-1/+1
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-1/+1
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-09Bundle generation, installation.David Robillard1-48/+82
git-svn-id: http://svn.drobilla.net/lad/mda-lv2@1324 a436a847-0d15-0410-975c-d299462d15a1
2008-08-09Data generation.David Robillard1-4/+17
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/+49
git-svn-id: http://svn.drobilla.net/lad/mda-lv2@1321 a436a847-0d15-0410-975c-d299462d15a1