summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Collapse)Author
2009-03-27actual fix for vestige header file specification in SConscript2.8Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4918 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-27save+restore VST preset program number; don't call begin/endSetProgram for ↵Paul Davis
VST 1.0 plugins git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4917 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-27some totally untested FST/VST changesPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4916 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-27fix scons breakage on older versions of sconsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4915 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-27no-cache-port-buffers fix from stephane letzPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4911 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-27add vestige dir to tarballPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4910 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-26ensure that the name used the control out IO for a route always uses the ↵Paul Davis
desired name git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4909 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-26provide more accurate diagnostics from ↵Paul Davis
AudioEngine::port_registration_failure() and use them git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4908 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-26more tweaks for RB compilation and linkingPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4904 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-26merge from thirdparty rubberband 1.3 @ 4901Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4903 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-26remove another dead file, post-VAMP-2.0 cleanupPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4900 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-26remove dead files, post-VAMP-2.0 cleanupPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4899 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-26rearrange and update VAMP tree to match VAMP 2.0Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4898 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-25make LADSPA and LV2 plugins pay attention to "offset" in connect_and_run, ↵Paul Davis
again (see previous commit for the reason why - the first call in an automation process cycle could have a non-zero offset) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4892 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-25do not pass a non-zero offset to plugins AFTER the first call to ↵Paul Davis
connect_and_run when doing automation, because we advance the buffer pointers anyway. note: this might be worth revisiting, but probably not because 3.0 is different git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4891 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-25remove some debug output; always zero VstParameterProperties "flags" member ↵Paul Davis
since some plugins do not set any bits it they don't need to git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4890 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-24VST omnibus commit edition: use wine_pthread_create() everywhere instead of ↵Paul Davis
pthread_create; properly handle events when editor windows are closed, thus avoiding deadlock when deleting a VST plugin; actually delete plugins (of any kind) when requested to do so and there is an editor - this was a bug that has been around for quite a long time in 2.X; some extensions to the vestige header that might be legally dubious git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4889 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-24possible fix for clipping in RB effect-created regionsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4888 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-24move FST/winegcc thing around even more to avoid breaking OS X buildPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4887 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-23use boost::dynamic_pointer_cast<> to avoid use of ::get() methodPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4886 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-23use region sync points correctly for grid and PH motion (i hope)Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4885 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-21Make compilation work again.Sampo Savolainen
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4881 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-19remove some AU debugging outputPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4876 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-19clean up & extend handling of various AU Component types & subtypes - makes ↵Paul Davis
AU NetSend/Receive work git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4875 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-19fix an ordering problem that breaks compilation on OS XPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4872 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-17VST chunk save/restore patch from Martin ProfittlichPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4865 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-17more rational handling of silence when (a) running freeze/export/bounce (b) ↵Paul Davis
during sync start git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4864 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-17clean up some FST debugging outputPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4862 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-17clean up VST debugging outputPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4861 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-13revert VST debugging hacksPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4833 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-13Show which plugins are discovered - otherwise users won't know which plugin ↵Sampo Savolainen
is causing grief. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4832 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-13deeper fixes for route issue/s .. make RouteSignal use shared_ptr<Route> ↵Paul Davis
rather than Route&, like the rest of Ardour. NOTE: something probably needs to handle Route::GoingAway git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4830 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-13remove icky FUDGE-ness code when sizing ComboBoxText's (from an idea by ↵Paul Davis
david taht) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4829 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-13run time check for jack_set_thread_creator() - fixes building with current ↵Paul Davis
JACK releases git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4828 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-13use Session::master_out() to find the master out route, and avoid crash ↵Paul Davis
during startup of mackie support if there is no master git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4827 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-13a lot of VST support odds-and-ends, including preset discovery and support, ↵Paul Davis
extending vestige header a bit, some new thread stuff (may break compilation against JACK, and deliver partial tempo/meter info to VST plugins git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4824 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-12new options for moving playhead to next/previous region boundaryPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4801 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-11default click i/o setup is dual monoPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4795 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-11correct (or at least better) handling of shifted shortcuts under OS XPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4794 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-06combobox width fixes from mtahtPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4741 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-06new/updated/extended spanish translation from Grupo de Traducción al EspañolPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4740 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-05Make "consolidate range" and "bounce range to region list" not apply ↵Sampo Savolainen
processing to the original audio. Added variants which do apply processing. Plus changed AudioTrack::export_stuff() to use SSE mix functions for non-automated gain. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4736 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-05fixes for creating tracks from templates - a new Diskstream is needed, ↵Paul Davis
andgetting it set up is quite tricky; also fix naming of template-based new Routes git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4733 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-02prevent double-listing of LADSPA plugins caused by symlinks to library ↵Paul Davis
directories (e.g. lib64 -> lib) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4723 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-02ICS (image compositor socket) patches from robin gareus, to keep ICS alive ↵Paul Davis
in 2.X; variations on giso's proposed fix for #1731 (x-fade clicking) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4720 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-02fixes for gcc4.4 header pathsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4719 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-02-20more fix ups of indentation caused by lack of .emacsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4647 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-02-20fix up indentation caused by lack of .emacsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4646 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-02-19Fix crash on MIDI feedback with MTC (ticket #2419).David Robillard
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4642 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-02-19working VST support with VeSTige header and new FST codePaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4637 d708f5d6-7413-0410-9779-e7cbd77b26cf