allow auditioning via the monitor section to work.
[ardour.git] / libs / ardour / route.cc
2014-01-16 Paul Davisallow auditioning via the monitor section to work.
2014-01-15 Robin Gareuscont'd backend work on panner-linking
2014-01-13 Robin Gareusfirst stab at send+route panner link
2014-01-13 Robin Gareusallow to custom select panner-type for each delivery.
2014-01-13 Robin Gareusindependent panning for external sends
2014-01-13 Robin Gareusadd independent panner for internal (Aux) sends
2014-01-13 Robin Gareusignore additional channels for AFL, PFL:
2014-01-13 Robin Gareusfix deadlock when removing monitoring-section
2014-01-12 Robin Gareusfix processor -> reconfigure I/O || process concurrency
2014-01-12 Robin Gareustake process lock when adding processors:
2014-01-10 Robin Gareusre-configure _all_ panners on a route, when panner...
2014-01-08 Robin Gareusrework panning -- Squashed commit of the following:
2013-12-28 Robin Gareuscentralize buffer silent-flag
2013-12-27 Robin Gareusinitialize some uninitialized variables
2013-10-22 Paul DavisMerge branch 'unify_display_ordering' of https://github...
2013-10-20 nick_mUnify editor / mixer ordering.
2013-10-14 Paul Davisadd a back-pointer to the owner of a Processor
2013-09-06 Paul Davisfix merge conflicts with audioengine
2013-09-03 Paul DavisMerge branch 'master' into audioengine
2013-08-14 Paul Davisfix merge issues with master
2013-08-09 Paul DavisMerge branch 'master' into audioengine
2013-08-09 Paul Davismore purging of JACK as an explicit name from libardour
2013-08-05 Paul Davisfix conflicts after merge with master
2013-08-03 Robin Gareusproperly handle port removal in route.
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-08-02 Robin Gareusrework MIDI [processor|plugin] chain
2013-08-01 Paul Davisfull compilation and linking (coding not finished,...
2013-07-30 Robin Gareususe dedicated buffers for route (and track)
2013-07-30 Robin GareusRevert "fix issue with generator plugins and no-roll...
2013-07-30 Robin Gareusfix issue with generator plugins and no-roll disk monit...
2013-07-29 Paul DavisMerge branch 'clang-rebased' of https://github.com...
2013-07-29 Robin Gareususe K-20 meter as default master bus
2013-07-25 Paul Davismost of libardour now actually compiles
2013-07-25 Robin Gareusreset meters only when *really* necessary
2013-07-18 Robin Gareusreset meter when meter-point changes
2013-07-16 Paul Davisfinally get to the bottom of where NO_PLUGIN_STATE...
2013-07-16 Paul Davismore plugin state debugging
2013-07-16 Paul Davistweaks to NO_PLUGIN_STATE logic
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-07-10 Robin Gareusfix [some] issues when adding/removing output ports
2013-06-14 Paul DavisGeneralize no-plugin-state from AudioUnits to all plugins
2013-04-06 Paul Davisrename Route::is_hidden() to Route::is_auditioner(...
2013-04-06 Paul Davisfor the Auditioner only, do not reset the buffer count...
2013-03-29 Paul DavisMerge branch 'patches' of https://github.com/jdekozak...
2013-03-28 Paul DavisSquashed commit of the following:
2013-01-21 Paul Davissave aux sends in session/route templates (#5285)
2013-01-15 Paul Davisfix a couple of unused parameters
2012-12-19 Paul Davisprevent MIDI tracks from ever being in MonitoringSilenc...
2012-12-07 Paul Davisfix issues with rec-enabling being done in RT context...
2012-11-21 Paul Davisfrom the depths of thorwil's dumpster diving comes...
2012-11-21 Paul Davisadd more DEBUG::Solo output ; fix assignment of remote...
2012-10-13 Paul Davisprovide forgotten case for restoring Windows VST plugins
2012-10-12 Hans Baiermake sure routes instrument info initializes correctly
2012-09-19 Paul Davismark session dirty when route active status changes
2012-08-16 Paul Davismake --disable-plugins/-d work again, probably
2012-08-10 Paul Davisadd -Wpointer-arith -Wcast-qual -Wcast-align and others...
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.
next