summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Collapse)Author
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
2009-02-18Mini stylistic 3.0 merge.David Robillard
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4624 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-02-18creating routes from templates now properly chooses between track & bus; fix ↵Paul Davis
up glitches with add route dialog not displaying the template selection widgets; must remember to re-indent this stuff git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4620 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-02-17stringstream needs to preserve plenty of significant digits when writing ↵Ben Loftis
automation events to disk git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4617 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-02-14track templates; indent fixes needed and will be forthcoming; minor fix for ↵Paul Davis
the curvetest hack git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4565 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-01-28AU state handling, including changes to PathScanner so that it can now do ↵Paul Davis
recursive searches. Note that AU state handling is not built by default, and public binaries for OS X will not include it. If you build Ardour on OS X yourself, add AU_STATE=1 to your scons arguments git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4456 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-01-02save/restore meter point from carl for #1748Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4375 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-12-06fix up shorter versions of coreaudio file format strings2.7.1Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4296 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-12-04fix up MTC message delivered internally when locate is noticed (removes ↵Paul Davis
stupid message when MTC slaving) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4287 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-12-04tweak to make that last buffer fix not break thingsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4286 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-12-04MAJOR fix for any situation where an audio track is playing more channels ↵Paul Davis
than it has output ports. this needs pounding on to make it doesn't break other odd cases. triggered by a report about playing an 8-chn AIFF file via the auditioner git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4285 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-12-04shorten CoreAudioFileSource's format text and drop use of "legacy" CoreAudio ↵Paul Davis
function for this git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4284 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-12-02define ARCH_X86 even on x86_64 (untested!); giso's patch for control surface ↵Paul Davis
track indexing; carl's patches for insert-time and double-click on redirect boxes git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4279 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-12-02more session init fixes from carlPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4278 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-30fix up monumental botch job regarding undo history/object/command managementPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4274 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-26Make the wiimote code appear in the source packageSampo Savolainen
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4264 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-26more OS X build fixes - make a symlink to clearlooks .so since GTK doesn't ↵Paul Davis
know to search for .dylib on OS X (only relevant for ./ardev style runs, does not affect packaging) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4262 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-26more little build fixes for OS XPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4261 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-26make send GUIs into ArdourDialogs; ensure that panner changes propagate into ↵Paul Davis
the GUI even when the number of panners is reduced git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4259 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-25make Gtkmm2ext::Popup::touch() thread-safe (again; it used to be in the 0.99 ↵Paul Davis
era) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4258 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-25copy sends & plugins, not just plugins, when doing a mixer strip copy; ↵Paul Davis
copied sends use the other send's active status, so that copies of active sends are also active git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4256 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-25lincoln's solo-mute-override should only take effect soloing in placePaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4255 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-25lincoln's solo-mute-override patch modified/extended to track the option ↵Paul Davis
changing state, plus build ardour.menus as part of the default target git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4254 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-25colinf's fix for duplicate LADSPA plugins appearing in manager listPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4253 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-25the OTHER PART of fix up region-list => canvas drags, given changes in ↵Paul Davis
DnDTreeView git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4247 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-25enough mind-blowing crazy code, lets do intra-ardour DnD the right wayPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4245 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-24just a little something to blow your mind. comments explain all, if ↵Paul Davis
necessary, but if you're squeamish, i'd recommend you don't look git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4244 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-24carl's patch to copy send i/o configuration when copying a sendPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4243 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-24tiny but massively important bug fix that actually deletes commands when ↵Paul Davis
they are removed from the unod history git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4240 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-22new user option "New Plugins Active"; make only *new* plugins active when ↵Paul Davis
this is set, not any added plugins (eg. during session loading); option is true by default git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4233 d708f5d6-7413-0410-9779-e7cbd77b26cf