summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2016-06-28changes in logic used by source cleanup to avoid endless recursion in session...Paul Davis
2016-06-25fix typos in prev commitRobin Gareus
2016-06-25major internal plugin & processor API change:Robin Gareus
2016-06-16set latency of sidechain portRobin Gareus
2016-06-12Set tempo sections to the exact pulse when snapped to a musical grid.nick_m
2016-06-11Fix many offset errors when drawing notes in midi regions that have been edited.nick_m
2016-06-10New editor API to retrieve the Stripable with via presentation info order.Paul Davis
2016-06-10Various changes to PresentationInfo and a small consolidation of sorters.Paul Davis
2016-06-09provide a heuristic to decide if the color has been set for a PresentationInf...Paul Davis
2016-06-08move gui_changed() signal from Route to StripablePaul Davis
2016-06-08fix mute automation for busses & consolidate code.Robin Gareus
2016-06-08consistent API name for region-listRobin Gareus
2016-06-06there is no remote model choice anymore - ordering is determined by the GUIPaul Davis
2016-06-06MSVC won't allow floating point types to be mapped directly to enumsJohn Emmas
2016-06-05extend/modify PresentationInfo to make searching for routes via Session::get_...Paul Davis
2016-06-05extensive changes to PresentationInfo APIPaul Davis
2016-06-05change property names (not quark/strings) for RouteGroup properties to avoid ...Paul Davis
2016-06-05prepare for LV2 non-automatable control portsRobin Gareus
2016-06-05refine self-automating plugin interfaceRobin Gareus
2016-06-03simplify PresentationInfo concept of order so that it is always globalPaul Davis
2016-06-02change name of a Session method to makes its intended function clearPaul Davis
2016-06-01save version string with session for informational purposesRobin Gareus
2016-06-01Class 'VCAManager' needs to be visible from outside libardourJohn Emmas
2016-06-01remove duplicate call: MeterSection is-a MetricSectionRobin Gareus
2016-06-0132bit compatibilityRobin Gareus
2016-05-31update lua bindings for API changesRobin Gareus
2016-05-31infrastructure for finding theme filesPaul Davis
2016-05-31use new record safe control in libardourPaul Davis
2016-05-31new RecordSafeControl controlPaul Davis
2016-05-31fix SNAFU in which Stripable::rec_enable_control() was incorrectly defined as...Paul Davis
2016-05-31add new API to InstrumentInfo to get program names in a very slightly differe...Paul Davis
2016-05-31convert editor routes code to use StripablePaul Davis
2016-05-31remove useless code recently added to RouteGroupPaul Davis
2016-05-31VCA: fix numbering scheme to allow contiguous numbers after removing the last...Paul Davis
2016-05-31no-op: move some declarationsPaul Davis
2016-05-31don't store shared_ptr<VCA> in functor for Drop or DropReferences signal from...Paul Davis
2016-05-31add macro for boost shared ptr debugging of VCAsPaul Davis
2016-05-31provide mechanism for "drop all slaves" for VCA masterPaul Davis
2016-05-31fix issues with route group assignment to 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-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-31manually fix rebase/merge issues caused by addition of plugin presets to meth...Paul Davis
2016-05-31add two more AutomationControl fetch methods to StripablePaul Davis