summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
AgeCommit message (Expand)Author
2017-07-24fix e838e7f3597Robin Gareus
2017-07-24Fix Mixbus "well known" send-names and enable ctrlsRobin Gareus
2017-07-22Fix Route mute automation touch (owned control)Robin Gareus
2017-07-22NO-OP: consistent [internal] API name for AutomatablesRobin Gareus
2017-07-22NO-OP: Consistent API nameRobin Gareus
2017-07-20Set the name of the route in a route template to the template nameJohannes Mueller
2017-07-20Allow adding tracks w/o running backendRobin Gareus
2017-07-19Fix well-known send API for mixbusses.Robin Gareus
2017-07-16Consistent Automation evaluation:Robin Gareus
2017-07-07Don't drop processor references with process-lockRobin Gareus
2017-06-22Update Slavable APIRobin Gareus
2017-06-22Remove locale_guard.h from ardour/ardour.h headerTim Mayberry
2017-06-22Remove LocaleGuard from ARDOUR::Route classTim Mayberry
2017-06-21Fix duplicate Gain+Trim AutomationLists in session file.Robin Gareus
2017-05-14Sanitize "well-known" ctrl APIRobin Gareus
2017-05-13Fix copy+paste error for mb32c filter freq.Ben Loftis
2017-05-13amend efc2660f, well-known stripable controls:Robin Gareus
2017-05-12MCP: Mixbus32C: Restore missing filter controls to the Dyn page.Ben Loftis
2017-05-10Selection::get_stripables() needs to recurse into an Automatable's child Auto...Paul Davis
2017-05-05libardour now has CoreSelection object to manage selection status of Stripabl...Paul Davis
2017-04-19Use std::string::operator+() instead of string_compose template in Route classTim Mayberry
2017-04-19Use PBD::string_to<bool> in legacy ARDOUR::Route methodsTim Mayberry
2017-04-19Use XMLNode::get/set_property in ARDOUR::Route classTim Mayberry
2017-04-19Use ID::to_s() in libardour instead of ID::print()Tim Mayberry
2017-04-17Only check active_state when potentially skipping the route processing.Ben Loftis
2017-04-17Flush processor (re-activate) on route active changeRobin Gareus
2017-04-17amend 649b9e92f, backport MB codeRobin Gareus
2017-04-17Backport some MB specifics (to avoid -Wmisleading-indentation)Robin Gareus
2017-04-17Update well-known controls (Ardour, Mixbus, 32C)Robin Gareus
2017-04-14Exclude MB EQ/Comp from visible processors de/activate.Robin Gareus
2017-04-14Don't A/B en/disable invisible processors, nor MB channelstripRobin Gareus
2017-04-14Convert polarity-invert from older session-formatsRobin Gareus
2017-04-12Properly expose "well known" comp_redux output.Robin Gareus
2017-04-12fix mb32 well-known EQ (4 bands, different ports)Robin Gareus
2017-03-13Add track/bus rename safeguards to the backend (handy for scripting)Robin Gareus
2017-03-01Fix crash when adding a plugin immediately after re-order (via script)Robin Gareus
2017-02-07remove debug outputPaul Davis
2017-02-07only reverse propagate solo-by-others-downstream if connections on a Route ch...Paul Davis
2017-02-07don't call shared_from_this() for every route when doing solo-downstream prop...Paul Davis
2017-01-21Instrument insert options:Robin Gareus
2017-01-19Relax monitor-section processor channel restrictionRobin Gareus
2017-01-08prototype track/bus sharing: state-exportRobin Gareus
2016-12-07Save/Restore MIDI Automation Controls (current CC, PGM)Robin Gareus
2016-11-25Do not try to restore Route solo state after clearing all solo statePaul Davis
2016-11-25provisional changes to speed up solo changes to large numbers of routes.Paul Davis
2016-11-13Mac VST-2.x supportRobin Gareus
2016-10-10Allow to get a route reference from SessionObject*Robin Gareus
2016-09-20Restore ARDOUR::MuteControl state, fixes bug #7025Tim Mayberry
2016-08-24Take process-lock before processor-lockRobin Gareus
2016-08-19fix Aux-Send Panner LinkingRobin Gareus