summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
AgeCommit message (Expand)Author
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
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
2012-10-12make sure routes instrument info initializes correctlyHans Baier
2012-09-19mark session dirty when route active status changesPaul Davis
2012-08-16make --disable-plugins/-d work again, probablyPaul Davis
2012-08-10add -Wpointer-arith -Wcast-qual -Wcast-align and others to compile flags, and...Paul Davis
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-07-19more work on RID and editor/mixer order matching; when a track/bus is hidden ...Paul Davis
2012-07-13dramatic overhaul of automation. too long to explain here. this work is not f...Paul Davis
2012-07-06do not deactivate the meter in a frozen trackPaul Davis
2012-06-28further efforts at cleaning up the design of the interaction/relationship bet...Paul Davis
2012-06-27first pass at the big rethink of managing sort order keys for editor and mixe...Paul Davis
2012-06-26Fix uninitialised variable.Carl Hetherington
2012-06-25drastic rethink of the relationship between remote control ID and route order...Paul Davis