summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
AgeCommit message (Expand)Author
2014-02-03fix processor_lockRobin Gareus
2014-01-22fix bitslot already in use warningRobin Gareus
2014-01-17remove cruftRobin Gareus
2014-01-16allow auditioning via the monitor section to work.Paul Davis
2014-01-15cont'd backend work on panner-linkingRobin Gareus
2014-01-13first stab at send+route panner linkRobin Gareus
2014-01-13allow to custom select panner-type for each delivery.Robin Gareus
2014-01-13independent panning for external sendsRobin Gareus
2014-01-13add independent panner for internal (Aux) sendsRobin Gareus
2014-01-13ignore additional channels for AFL, PFL:Robin Gareus
2014-01-13fix deadlock when removing monitoring-sectionRobin Gareus
2014-01-12fix processor -> reconfigure I/O || process concurrencyRobin Gareus
2014-01-12take process lock when adding processors:Robin Gareus
2014-01-10re-configure _all_ panners on a route, when panner type changesRobin Gareus
2014-01-09rework panning -- Squashed commit of the following:Robin Gareus
2013-12-28centralize buffer silent-flagRobin Gareus
2013-12-27initialize some uninitialized variablesRobin Gareus
2013-10-21Unify editor / mixer ordering.nick_m
2013-10-14add a back-pointer to the owner of a ProcessorPaul Davis
2013-08-09more purging of JACK as an explicit name from libardourPaul Davis
2013-08-05fix conflicts after merge with masterPaul Davis
2013-08-03properly handle port removal in route.Robin Gareus
2013-08-03on session-load: skip output-change-handler until IOs are restoredRobin Gareus
2013-08-03disallow invalid port-removalRobin Gareus
2013-08-02rework MIDI [processor|plugin] chainRobin Gareus
2013-08-01full compilation and linking (coding not finished, will not run)Paul Davis
2013-07-30use dedicated buffers for route (and track)Robin Gareus
2013-07-30Revert "fix issue with generator plugins and no-roll disk monitoring"Robin Gareus
2013-07-30fix issue with generator plugins and no-roll disk monitoringRobin Gareus
2013-07-29use K-20 meter as default master busRobin Gareus
2013-07-25most of libardour now actually compilesPaul Davis
2013-07-25reset meters only when *really* necessaryRobin Gareus
2013-07-18reset meter when meter-point changesRobin Gareus
2013-07-15finally get to the bottom of where NO_PLUGIN_STATE needs to be in order to be...Paul Davis
2013-07-15more plugin state debuggingPaul Davis
2013-07-15tweaks to NO_PLUGIN_STATE logicPaul Davis
2013-07-10Revert "show track-ID in mixer" and "...towards unique track numbers."Robin Gareus
2013-07-10show track-ID in mixerRobin Gareus
2013-07-10...towards unique track numbers.Robin Gareus
2013-07-10share meter-type among meter instances.Robin Gareus
2013-07-10remember meter type with sessionRobin Gareus
2013-07-10fix [some] issues when adding/removing output portsRobin Gareus
2013-06-13Generalize no-plugin-state from AudioUnits to all pluginsPaul Davis
2013-04-06rename Route::is_hidden() to Route::is_auditioner() and Route::Hidden to Rout...Paul Davis
2013-04-06for the Auditioner only, do not reset the buffer count for scratch buffers to...Paul Davis
2013-03-27Squashed commit of the following:Paul Davis
2013-01-21save aux sends in session/route templates (#5285)Paul Davis
2013-01-15fix a couple of unused parametersPaul Davis
2012-12-19prevent MIDI tracks from ever being in MonitoringSilence state, allows use of...Paul Davis
2012-12-07fix issues with rec-enabling being done in RT context by splitting it into tw...Paul Davis