Route API to query all outputs (incl sends) and graph-feeds
[ardour.git] / libs / ardour / ardour / route.h
2013-10-22 Paul Davismerge from master
2013-10-22 Paul DavisMerge branch 'unify_display_ordering' of https://github...
2013-10-20 nick_mUnify editor / mixer ordering.
2013-10-18 John EmmasMerge remote-tracking branch 'remotes/origin/exportvis...
2013-10-17 Paul Davisadd export visibility macros across libardour
2013-08-24 Paul Davisfix merge conflicts from master
2013-08-08 Robin Gareuson session-load: skip output-change-handler until IOs...
2013-08-08 Robin Gareusdisallow invalid port-removal
2013-08-05 Paul Davisfix conflicts after merge with master
2013-08-02 Robin GareusMerge branch 'midiclock' of https://github.com/axetota...
2013-08-02 Robin Gareuson session-load: skip output-change-handler until IOs...
2013-08-02 Robin Gareusdisallow invalid port-removal
2013-07-11 Paul Davisfix conflicts caused by meterbridge merge
2013-07-10 Robin GareusRevert "show track-ID in mixer" and "...towards unique...
2013-07-10 Robin Gareusshow track-ID in mixer
2013-07-10 Robin Gareus...towards unique track numbers.
2013-07-10 Robin Gareusshare meter-type among meter instances.
2013-07-10 Robin Gareusremember meter type with session
2013-04-06 Paul DavisMerge branch 'cairocanvas' of git.ardour.org:ardour...
2013-04-06 Paul DavisMerge ... master, including manual merge conflict resol...
2013-04-06 Paul Davisrename Route::is_hidden() to Route::is_auditioner(...
2013-03-29 Paul DavisMerge branch 'patches' of https://github.com/jdekozak...
2013-03-28 Paul DavisSquashed commit of the following:
2012-12-19 Paul Davisprevent MIDI tracks from ever being in MonitoringSilenc...
2012-11-21 Paul Davisadd more DEBUG::Solo output ; fix assignment of remote...
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-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-25 Paul Davisdrastic rethink of the relationship between remote...
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-04-19 Paul Davisadd a simple method to return "the instrument" associat...
2012-04-14 Carl HetheringtonFix a few framecnt / framepos type confusions.
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-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-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 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-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-10-29 Carl HetheringtonRemove some unused stuff.
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-09-25 Paul Davis3.X version of earlier major fix to 2.X: Route::check_i...
2011-09-18 Carl HetheringtonRemove unused rec_monitors_input variables.
2011-09-16 Carl HetheringtonRemove unused parameter.
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-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-05-30 Paul Davis(1) push a locate all the way through the processing...
2011-04-15 Carl HetheringtonFix 'make new plugins active' configure option (#3975).
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-07 Paul Davismanage Route::_have_internal_generator more accurately...
2011-03-05 Paul Davisfix monitoring so that MIDI tracks don't work the same...
2011-02-22 Carl HetheringtonUse commented out (correct) Mute/SoloControllable set_v...
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 Davisfixes for latency computation and compilation
2011-02-15 Paul Davispart one of several parts: implement support for new...
2011-02-01 Carl HetheringtonMerge two methods.
2011-01-29 Paul Davisfix auditioner by virtualizing Route::input_streams...
2011-01-27 Paul Davismerge 3.0-panexp (pan experiments) branch, revisions...
2011-01-16 Sakari BergenMake stem export export from right before any processors.
2011-01-14 Carl HetheringtonPrevent failed reconfigurations on tracks with 0 inputs...
2011-01-10 Carl HetheringtonAdd route group property to share route active state...
2011-01-09 Carl HetheringtonFix setup of route meter point on load, and fix intermi...
2010-12-07 Paul Davisreimplement Route::shift() from 2.X for "Insert Time"
2010-12-07 Carl HetheringtonSend note-offs to VST instrument plugins on transport...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-11-26 Carl HetheringtonHandle unknown plugins on loading sessions by hiding...
2010-11-25 Carl HetheringtonPrevent removal of route inputs when the plugins cannot...
2010-09-17 Paul Davismegaopus patch #2 for today: remove nframes64_t and...
2010-09-03 Carl HetheringtonFix restore of sends from session files for both 2...
2010-08-13 Carl HetheringtonImplement per-channel phase invert. Fixes #3392. ...
2010-07-27 Paul Davischange Control::{set,get}_float to Control::{set,get...
2010-07-24 Paul Davisstep editing now accessed via a context menu on MIDI...
2010-07-22 Paul Davisremove a bunch of uses of long (mostly replaced by...
2010-07-21 Carl HetheringtonSort tracks in the port matrix according to editor...
2010-07-13 Carl HetheringtonRemove stub class.
2010-06-03 Torben Hohnmerge 3.0P into trunk.
2010-05-27 Carl HetheringtonTake route's processor lock for things called by the...
2010-05-17 Carl HetheringtonRemove muting behaviour from the Amp processor. Fix...
2010-05-06 Paul Davisprolooks helper code from hans, enabling new knob drawi...
next