summaryrefslogtreecommitdiff
path: root/vst
AgeCommit message (Collapse)Author
2016-06-25fix vamp path:Robin Gareus
* append, not replace * make it work on wine/ardour
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
Paul Davis was responsible for introducing almost all of this.
2015-05-04update startup scripts for NSMRobin Gareus
fixes #6265 for GNU/Linux.
2014-12-03Use ardev_common.sh to setup environment for running libardour testsTim Mayberry
2014-06-07Fix paths in ardourvst.inTim Mayberry
2013-06-23fix ardvst and ardourvst (use variable or version number)Robin Gareus
2012-05-24use new config varsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@12421 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-03-03final piece of the ardour3 windows/wine VST puzzlePaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@11586 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-02-29change format of the ardourVST startup script to match what we do for the ↵Paul Davis
non-wine build git-svn-id: svn://localhost/ardour2/branches/3.0@11554 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-21Rename windows VST stuff with a Windows prefix.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@10738 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-12-06Start VST version using the wrapper script rather than the .so, whose name ↵Carl Hetherington
is sometimes changed by different winegccs. git-svn-id: svn://localhost/ardour2/branches/3.0@8198 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-07-11Fix up VST build and add basic support for VSTiCarl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@7403 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-02-18the Properties & 64bit region commitPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@6695 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-12-06Merged revisions 6292,6294-6295,6311,6314 via svnmerge from Taybin Rutkin
svn+ssh://ardoursvn@subversion.ardour.org/ardour2/branches/build_fixes ........ r6292 | trutkin | 2009-12-05 08:31:25 -0500 (Sat, 05 Dec 2009) | 1 line remove scons build files ........ r6294 | trutkin | 2009-12-05 09:11:17 -0500 (Sat, 05 Dec 2009) | 2 lines cairomm remove unnecessary vendor libraries as we now rely on the developer to install them ........ r6295 | trutkin | 2009-12-05 09:12:54 -0500 (Sat, 05 Dec 2009) | 2 lines soundtouch remove unnecessary vendor libraries as we now rely on the developer to install them ........ r6311 | trutkin | 2009-12-05 23:38:49 -0500 (Sat, 05 Dec 2009) | 2 lines glibmm2, gtkmm2, libgnomecanvasmm, sigc++2 remove unnecessary vendor libraries as we now rely on the developer to install them ........ r6314 | trutkin | 2009-12-06 09:15:49 -0500 (Sun, 06 Dec 2009) | 4 lines remove scons referencing from Makefile - TODO: should move cscope stuff to waf and get rid of the Makefile ........ git-svn-id: svn://localhost/ardour2/branches/3.0@6315 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-04-16part 2 of 3 of the 2.8 -> 3.0 mergePaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@4987 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-02-27tweaks to get a VST-supporting 3.0 to build & startupPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@4705 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-02-27vestige-based VST support, back-ported from 2.0-ongoingPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@4703 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-02-18Fix ardour2 -> ardour3 issues.David Robillard
git-svn-id: svn://localhost/ardour2/branches/3.0@4622 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-09-20Remove libraries['flac'] and libraries['ogg̈́'] from SConstruct and ↵Sakari Bergen
references to them from vst/SConscript git-svn-id: svn://localhost/ardour2/branches/3.0@3776 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-09-17build fixes for external libsndfile, plus make ogg & FLAC required libs nowPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@3737 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@3711 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-21Fix install path problems (s/ardour2/ardour3).David Robillard
Fix finding of keybindings file when running from source tree (via ardev/ardbg). Fix clashing keybindings for zoom stuff. Add note tool keybinding and menu entry. git-svn-id: svn://localhost/ardour2/branches/3.0@3099 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-16Merge with 2.0-ongoing R3071.David Robillard
git-svn-id: svn://localhost/ardour2/branches/3.0@3074 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-19Merge with 2.0-ongoing R2943.David Robillard
git-svn-id: svn://localhost/ardour2/branches/3.0@2944 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-26fix compiler complaints about RCU code; fix a couple of compiler warningsPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1511 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-13Make internal clearlooks work for VST enabled ArdourSampo Savolainen
git-svn-id: svn://localhost/ardour2/trunk@1319 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-03do proper install on x86_64 system, remove stupid debuggig code from panner, ↵Paul Davis
handle port registration error with its own error message git-svn-id: svn://localhost/ardour2/trunk@1264 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-08Merge gtk2 engine clearlooks 0.6.2 into ardour2, configure ardev and ardevst ↵Doug McLain
to use the local libclearlooks.so, and some color mods to UI. Need help from las/taybin to complete the scons implimentation git-svn-id: svn://localhost/ardour2/trunk@1093 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-06Make it possible to start the VST version using the script.Sampo Savolainen
git-svn-id: svn://localhost/ardour2/trunk@1079 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-10-31change libsndfile to libsndfile-ardour to eliminate possible confusion with ↵Ben Loftis
a system lib git-svn-id: svn://localhost/ardour2/trunk@1041 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-10-10do not include install targets for conditionally-built subdirs2.0beta5.1Paul Davis
git-svn-id: svn://localhost/ardour2/trunk@969 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-10-09another tweak for VST buildingPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@964 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-10-09VST=1 support working in build scriptsPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@963 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-10-09do not conditionally add directories to "subdirs" because then they are not ↵Paul Davis
included in the src tarball if various scons flags are not set git-svn-id: svn://localhost/ardour2/trunk@960 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-09-28fixes for destructive track offsets of various kinds; move from ↵Paul Davis
jack_nframes_t -> nframes_t git-svn-id: svn://localhost/ardour2/trunk@933 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-09-26VST support now builds a useful script and installs correctly; fix leftovers ↵Paul Davis
for solo_latch and solo_model in configuration changes git-svn-id: svn://localhost/ardour2/trunk@932 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-07-07id_t becomes a fully-fledged object, UUID's used for IDs, generic MIDI now ↵Paul Davis
owns bindings, MIDI binding concept removed from libardour itself in favor of generic Controllables git-svn-id: svn://localhost/ardour2/trunk@669 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-07-02Rename pbd3 to pbdSampo Savolainen
git-svn-id: svn://localhost/ardour2/trunk@662 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-06-22add actual wine-built code for VST supportPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@631 d708f5d6-7413-0410-9779-e7cbd77b26cf