summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
AgeCommit message (Expand)Author
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now me...Paul Davis
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-14Merge branch 'master' into windows+ccJohn Emmas
2013-10-14add a back-pointer to the owner of a ProcessorPaul Davis
2013-09-12incomplete merge of master into windows (requires upcoming changes to master ...Paul Davis
2013-08-24fix merge conflicts from masterPaul 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-04'libs/ardour' - Platform specific changes and includesJohn Emmas
2013-08-04'libs/ardour' - Use 'const_iterator' where appropriate (required to be builda...John Emmas
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-02Merge branch 'master' into windowsPaul Davis
2013-08-02rework MIDI [processor|plugin] chainRobin Gareus
2013-08-01full compilation and linking (coding not finished, will not run)Paul Davis
2013-07-31fix merge conflict from masterPaul 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-17Merge branch 'master' into windowsPaul Davis
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-13Don't use trylock in assertions on windows as it will failPaul 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
2012-11-21from the depths of thorwil's dumpster diving comes a fix incorrect solo behav...Paul Davis
2012-11-21add more DEBUG::Solo output ; fix assignment of remote control ID's from XML ...Paul Davis
2012-10-13provide forgotten case for restoring Windows VST pluginsPaul Davis