summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2016-05-31fix some bugs with unassigning from a control masterPaul Davis
2016-05-31provisional code to support assigning an entire RouteGroup to a VCA masterPaul Davis
2016-05-31add ::n_vcas() method to VCAManagerPaul Davis
2016-05-31add slaved_to() and slaved() methods to VCAPaul Davis
2016-05-31add generic ::slaved() method to RoutePaul Davis
2016-05-31use correct types in arguments to Session::get_remote_nth...()Paul Davis
2016-05-31remove debug outputPaul Davis
2016-05-31improve/extend Session::controllable_by_descriptor()Paul Davis
2016-05-31fix implementation of Session::get_remote_nth_stripable()Paul Davis
2016-05-31add required MuteControl methodPaul Davis
2016-05-31expand and correct accepted syntax for ControllableDescriptor stringsPaul Davis
2016-05-31fix thinko in use of sizeof() for bitshiftingPaul Davis
2016-05-31make ::muted_by_others_soloing() part of the Muteable APIPaul Davis
2016-05-31add MonitorProcessor accessor to Stripable APIPaul Davis
2016-05-31clean up debug output for OrderKeysPaul Davis
2016-05-31improve debug outputPaul Davis
2016-05-31remove debug outputPaul Davis
2016-05-31missing initializationPaul Davis
2016-05-31manually fix rebase/merge issues caused by addition of plugin presets to meth...Paul Davis
2016-05-31temporarily remove Session::new_midi_track from lua apiPaul Davis
2016-05-31add two more AutomationControl fetch methods to StripablePaul Davis
2016-05-31more const value_as_string fixesPaul Davis
2016-05-31fix check for order max in PresentationInfo::parse (string&)Paul Davis
2016-05-31add Session::get_stripables()Paul Davis
2016-05-31implementation side of Controllable::get_user_string() with const argPaul Davis
2016-05-31add two more AutomationControl fetch methods to VCAPaul Davis
2016-05-31fwd declaration of Stripable and associated listsPaul Davis
2016-05-31Add PanControllable::get_user_string() (provide indirect access to Panner::va...Paul Davis
2016-05-31move ControllableDescriptor from libpbd to libardour; add support for describ...Paul Davis
2016-05-31first vaguely working version using PresentationInfoPaul Davis
2016-05-31API and implementation tweaks for destroying VCAsPaul Davis
2016-05-31rearrange inheritance so that Automatable IS-A SlavablePaul Davis
2016-05-31remove explicit setting of Toggle flag for AutomationControlsPaul Davis
2016-05-31generalize VCA assign/unassign code.Paul Davis
2016-05-31add rec-enable and monitor controls to VCAsPaul Davis
2016-05-31save and restore vca assignmentsPaul Davis
2016-05-31add Slavable API for VCA assign/unassignPaul Davis
2016-05-31new filesPaul Davis
2016-05-31improve cleanup of VCA related objectsPaul Davis
2016-05-31fix compiler issues with pair<T1,T2> constructionPaul Davis
2016-05-31fix chaining of masters for boolean controlsPaul Davis
2016-05-31fix solo isolate controlsPaul Davis
2016-05-31clear all solo state should affect VCAs tooPaul Davis
2016-05-31remove Route::listening_via_monitor()Paul Davis
2016-05-31fix backend logic for PFL/AFL when masteredPaul Davis
2016-05-31move ever close to working master/slave logic, this time with audio testingPaul Davis
2016-05-31fix return type of SlavableAutomationControl::get_boolean_masters() to make i...Paul Davis
2016-05-31fix solo control to use VCA logic as worked out for mutePaul Davis
2016-05-31remove debug outputPaul Davis
2016-05-31fix call to base classPaul Davis