summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
AgeCommit message (Expand)Author
2012-01-30Add aux sends at the position that the menu was opened, rather than always pr...Carl Hetherington
2012-01-26add Port::PostDisconnect signal to allow objects other than the one being dir...Paul Davis
2012-01-25an improvement to the previous patch to catch up with solo state after a disc...Paul Davis
2012-01-25fix #4405, by explicitly cancelling solo when a route's inputs drop to zeroPaul Davis
2012-01-24Make plugins-stop-with-transport work; should fix #4641Carl Hetherington
2012-01-24make adding tracks/busses from templates just like adding them at the start o...Paul Davis
2012-01-23Optimisation; it is much cheaper to run UnknownProcessor on theCarl Hetherington
2012-01-20reverse prior commit, which causes a deadlock between IO::enable_connecting()...Paul Davis
2012-01-20fix an assert failure due to incorrect process locking when adding a sendPaul Davis
2012-01-20patch from colinf to make dbl-click on send "box" map its controls to the str...Paul Davis
2012-01-18fix two major assert failures arising from the optional monitor section commi...Paul Davis
2012-01-18make monitor section an optional feature than can be added/removed as needed....Paul Davis
2011-12-26(1) do not write sequential same-value automation data into a ControlList (2)...Paul Davis
2011-12-26Tidy up monitoring slightly so that it matches oofus' truthCarl Hetherington
2011-12-23Rename a few bits and fix a undeclared method.Carl Hetherington
2011-12-23Do some renaming in the ARDOUR::Port class tree.Carl Hetherington
2011-12-14send sustain=off and all-notes-off when a MIDI track is muted (may fix #4295)Paul Davis
2011-12-02rename a Buffer/BufferSet method to be a little clearer as to its intent (is_...Paul Davis
2011-11-21Re-add code to support do-not-record-plugins (#4487).Carl Hetherington
2011-11-21Remove unused with_processors parameter toCarl Hetherington
2011-11-16Slightly unpleasant fix for creation of tracks fromCarl Hetherington
2011-11-16Remove set_state / _set_state dance in Route hierarchyCarl Hetherington
2011-11-16Make activate/deactivate all only operate on visibleCarl Hetherington
2011-11-16Save custom meter position so that it can be restored ifCarl Hetherington
2011-11-09Alert the user if a connection is made which causesCarl Hetherington
2011-11-05Coding style tinkering.Carl Hetherington
2011-11-01force re-silence of buffers in ProcessThread::get_silent_buffers(), an interi...Paul Davis
2011-11-01remove useless debugging outputPaul Davis
2011-10-29tweaks to boost debug related code, from a boost debugging sessionPaul Davis
2011-10-29Remove some unused stuff.Carl Hetherington
2011-10-29Reload meters in the right place even if they are set toCarl Hetherington
2011-10-28Revert inadvertantly committed stuff from 10322.Carl Hetherington
2011-10-27Minor cleanups to IO.Carl Hetherington
2011-10-24Remove unused call_base parameter from Route::_set_state.Carl Hetherington
2011-10-21correctly track monitoring changes in libardour and the GUI; required removin...Paul Davis
2011-10-19Fix insertion of processors at the point at which the processor menu was open...Carl Hetherington
2011-10-19Finish off half-cleanup.Carl Hetherington
2011-10-18make Stateful::_id private and provide appropriate methods to set it, and use...Paul Davis
2011-09-28forward port latency computation fix from 2.X for case where a route has no c...Paul Davis
2011-09-253.X version of earlier major fix to 2.X: Route::check_initial_delay() should ...Paul Davis
2011-09-20(native) Linux VST support from LinuxDSPPaul Davis
2011-09-18Remove unused rec_monitors_input variables.Carl Hetherington
2011-09-16Remove unused parameter.Carl Hetherington
2011-08-10add virtual Delivery::pan_outs() so that internal sends correctly configure t...Paul Davis
2011-08-03Use route group solo property for route listen as wellCarl Hetherington
2011-07-22use std::vector::assign() in BufferSet::attach_buffers() rather than an expli...Paul Davis
2011-07-08refine definition of "generator" plugins, and only send silence through the r...Paul Davis
2011-07-02Fix some set-but-not-used variable warnings from gcc 4.6Carl Hetherington
2011-06-14monitor send gets access to the (shared) pannable of the track/bus, thus ensu...Paul Davis
2011-06-14fix initialization of gain for Listen internal sends (to monitor bus); remove...Paul Davis