if a request to reset the speed to zero as the default arrives when stopped, reset...
[ardour.git] / libs / ardour / route.cc
2012-07-25 Paul Davisconvert from Glib:: to Glib::Threads for all thread...
2012-07-19 Paul Davismore work on RID and editor/mixer order matching; when...
2012-07-13 Paul Davisdramatic overhaul of automation. too long to explain...
2012-07-06 Paul Davisdo not deactivate the meter in a frozen track
2012-06-28 Paul Davisfurther efforts at cleaning up the design of the intera...
2012-06-27 Paul Davisfirst pass at the big rethink of managing sort order...
2012-06-26 Carl HetheringtonFix uninitialised variable.
2012-06-25 Paul Davisdrastic rethink of the relationship between remote...
2012-06-24 Sakari BergenFix stem export. The capturing processor of routes...
2012-06-20 Carl HetheringtonComment declick stuff a bit, and fix confusing use...
2012-06-18 Carl HetheringtonFix (?) failure to load A2 sessions with a ControlOut.
2012-06-16 Carl HetheringtonAdd missing set_state of _mute_control; fixes #3959.
2012-06-11 Paul Davislots more work trying to create a common structure...
2012-06-11 Paul Davispartially-done (but compile-friendly) move of instrumen...
2012-06-11 Carl HetheringtonMake send automation work (#4734).
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-04-19 Paul Davisadd a simple method to return "the instrument" associat...
2012-04-15 Carl HetheringtonDon't abort if mis-matched processors are found; a...
2012-04-14 Carl HetheringtonFix a few framecnt / framepos type confusions.
2012-03-25 Carl HetheringtonGive the _sends member of InternalReturn its own mutex,
2012-03-17 Carl HetheringtonRemove erroneous non-run of plugins when the transport...
2012-03-16 Paul Davisput back revised version of Route::has_external_redirec...
2012-03-16 Paul Davisremove now-unused Route::has_external_redirects()
2012-01-30 Carl HetheringtonAdd aux sends at the position that the menu was opened...
2012-01-26 Paul Davisadd Port::PostDisconnect signal to allow objects other...
2012-01-25 Paul Davisan improvement to the previous patch to catch up with...
2012-01-25 Paul Davisfix #4405, by explicitly cancelling solo when a route...
2012-01-24 Carl HetheringtonMake plugins-stop-with-transport work; should fix ...
2012-01-24 Paul Davismake adding tracks/busses from templates just like...
2012-01-23 Carl HetheringtonOptimisation; it is much cheaper to run UnknownProcesso...
2012-01-20 Paul Davisreverse prior commit, which causes a deadlock between...
2012-01-20 Paul Davisfix an assert failure due to incorrect process locking...
2012-01-20 Paul Davispatch from colinf to make dbl-click on send "box" map...
2012-01-18 Paul Davisfix two major assert failures arising from the optional...
2012-01-18 Paul Davismake monitor section an optional feature than can be...
2011-12-26 Paul Davis(1) do not write sequential same-value automation data...
2011-12-26 Carl HetheringtonTidy up monitoring slightly so that it matches oofus...
2011-12-23 Carl HetheringtonRename a few bits and fix a undeclared method.
2011-12-23 Carl HetheringtonDo some renaming in the ARDOUR::Port class tree.
2011-12-14 Paul Davissend sustain=off and all-notes-off when a MIDI track...
2011-12-02 Paul Davisrename a Buffer/BufferSet method to be a little clearer...
2011-11-21 Carl HetheringtonRe-add code to support do-not-record-plugins (#4487).
2011-11-21 Carl HetheringtonRemove unused with_processors parameter to
2011-11-16 Carl HetheringtonSlightly unpleasant fix for creation of tracks from
2011-11-16 Carl HetheringtonRemove set_state / _set_state dance in Route hierarchy
2011-11-16 Carl HetheringtonMake activate/deactivate all only operate on visible
2011-11-16 Carl HetheringtonSave custom meter position so that it can be restored if
2011-11-09 Carl HetheringtonAlert the user if a connection is made which causes
2011-11-05 Carl HetheringtonCoding style tinkering.
2011-11-01 Paul Davisforce re-silence of buffers in ProcessThread::get_silen...
2011-11-01 Paul Davisremove useless debugging output
2011-10-29 Paul Davistweaks to boost debug related code, from a boost debugg...
2011-10-29 Carl HetheringtonRemove some unused stuff.
2011-10-29 Carl HetheringtonReload meters in the right place even if they are set to
2011-10-28 Carl HetheringtonRevert inadvertantly committed stuff from 10322.
2011-10-27 Carl HetheringtonMinor cleanups to IO.
2011-10-24 Carl HetheringtonRemove unused call_base parameter from Route::_set_state.
2011-10-21 Paul Daviscorrectly track monitoring changes in libardour and...
2011-10-19 Carl HetheringtonFix insertion of processors at the point at which the...
2011-10-19 Carl HetheringtonFinish off half-cleanup.
2011-10-18 Paul Davismake Stateful::_id private and provide appropriate...
2011-09-28 Paul Davisforward port latency computation fix from 2.X for case...
2011-09-25 Paul Davis3.X version of earlier major fix to 2.X: Route::check_i...
2011-09-20 Paul Davis(native) Linux VST support from LinuxDSP
2011-09-18 Carl HetheringtonRemove unused rec_monitors_input variables.
2011-09-16 Carl HetheringtonRemove unused parameter.
2011-08-10 Paul Davisadd virtual Delivery::pan_outs() so that internal sends...
2011-08-03 Carl HetheringtonUse route group solo property for route listen as well
2011-07-22 Paul Davisuse std::vector::assign() in BufferSet::attach_buffers...
2011-07-08 Paul Davisrefine definition of "generator" plugins, and only...
2011-07-02 Carl HetheringtonFix some set-but-not-used variable warnings from gcc 4.6
2011-06-14 Paul Davismonitor send gets access to the (shared) pannable of...
2011-06-14 Paul Davisfix initialization of gain for Listen internal sends...
2011-06-13 Paul Davisremove Pannable/PanShell from the Monitor bus
2011-06-11 Paul Davismajor, substantive reworking of how we store GUI inform...
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-04-15 Carl HetheringtonFix 'make new plugins active' configure option (#3975).
2011-04-08 Paul Davisrename only the main outs of a route when its name...
2011-03-15 Paul Davisfix all manner of things relating to io connections...
2011-03-14 David RobillardFix broken indentation.
2011-03-14 Paul Davismore fun and games with latency compensation, and so...
2011-03-12 Paul Davisproperly use and publish private/public port latency...
2011-03-11 Paul Davissorta-kinda working latency compensation, latency repor...
2011-03-08 Paul Davislots of stuff related to capture alignment. things...
2011-03-07 Paul Davismanage Route::_have_internal_generator more accurately...
2011-03-07 Paul Davisfix all manner of wrongness with port buffer offsets
2011-03-07 Carl HetheringtonFix mute state on loading 2.X sessions (#3829).
2011-03-07 Carl HetheringtonRemove debug code.
2011-03-05 Paul Davisfix monitoring so that MIDI tracks don't work the same...
2011-03-01 Carl HetheringtonMake sure CapturingProcessors write a type to their...
2011-02-25 Paul Davistake reverse width into account when labelling signals...
2011-02-24 Paul Davisallow zero-input (i.e. tone generator) processors to...
2011-02-22 Carl HetheringtonOops. Fix previous.
2011-02-22 Carl HetheringtonUse commented out (correct) Mute/SoloControllable set_v...
2011-02-22 Carl HetheringtonFix all-tracks-soloed on session reload in PFL/AFL...
2011-02-22 Paul DavisAdd AFLFrom... enums as counterpart to PFLFrom ; add...
2011-02-20 Carl HetheringtonFix erroneous use of NDEBUG and hidden typo.
2011-02-20 Carl HetheringtonMake InternalReturns collect their sends' data on the...
2011-02-20 Carl HetheringtonModify route _processor list set up so that the logic...
2011-02-16 Paul Davismore latency compilation fixes
next