summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2017-08-29Make Bundle::disconnect() more robustJulien "_FrnchFrgg_" RIVAUD
2017-08-28Make Bundle::connected_to() optionally check for exclusivityJulien "_FrnchFrgg_" RIVAUD
2017-08-28Make Bundle::connected_to() able to check only a single DataTypeJulien "_FrnchFrgg_" RIVAUD
2017-08-24Remove all manual accounting of connected user bundlesJulien "_FrnchFrgg_" RIVAUD
2017-08-23Make IO::connect_ports_to_bundle able to partially connectJulien "_FrnchFrgg_" RIVAUD
2017-08-23Make Bundle::connect able to connect only some DataTypesJulien "_FrnchFrgg_" RIVAUD
2017-08-23Improve getting a Bundle total channel countJulien "_FrnchFrgg_" RIVAUD
2017-08-23Add a method to get the first DataTypeJulien "_FrnchFrgg_" RIVAUD
2017-08-23Use DataType iteration instead of assuming integersJulien "_FrnchFrgg_" RIVAUD
2017-08-23Update "separate_by_channel" API & add Lua bindingsRobin Gareus
2017-08-22Remove cruftRobin Gareus
2017-08-21Catch Lua exception when scanning scriptsRobin Gareus
2017-08-20Fix a tiny memory leakRobin Gareus
2017-08-20Make literals in libs/ardour/template_utils.cc translatableJohannes Mueller
2017-08-20Remove the template description XMLNode before saving the templateJohannes Mueller
2017-08-20Extract the route template descriptionsJohannes Mueller
2017-08-20Let user add a route template description on saving route templatesJohannes Mueller
2017-08-20Let the user add a template description on saving session templatesJohannes Mueller
2017-08-20Save template description at toplevel rather than in <Metadata/>Johannes Mueller
2017-08-20Don't use references for constant c-typesRobin Gareus
2017-08-19Lua may call C++ functions with throw. Catch themRobin Gareus
2017-08-18Add Lua binding to un/assign VCAsRobin Gareus
2017-08-18Remove old destructive API (non layered is a dynamic mode) 2/2Robin Gareus
2017-08-18Redesign Session+Route Template Meta Script APIRobin Gareus
2017-08-18NO-OP: whitespaceRobin Gareus
2017-08-18Expose Lua bindings to create/delete VCAsRobin Gareus
2017-08-17Track Templates: initial lua backend support.Ben Loftis
2017-08-17Catch some exceptions during session loading.Robin Gareus
2017-08-17Check major session file format version.Robin Gareus
2017-08-17Expose enums used in RCConfig and other missing classes to Lua.Robin Gareus
2017-08-17Fix unit-test data (XML attributes changed)Robin Gareus
2017-08-16Add RCConfiguration Lua BindingsRobin Gareus
2017-08-16The Auditioner is not in the Session's RouteListRobin Gareus
2017-08-16Separate "add master bus" (and add Lua bindings)Robin Gareus
2017-08-16Clean up BusProfile:Robin Gareus
2017-08-14Change the template pulldown menu into a tree list. Populate the Description...Ben Loftis
2017-08-14Session Metadata: add a Description field.Ben Loftis
2017-08-12use a lock to set/get AutomationList automation statePaul Davis
2017-08-11yet another Windows build fix (LV2 preset 89475b2c9)Robin Gareus
2017-08-11Fix Windows builds (amend 89475b2c)Robin Gareus
2017-08-11Fix LV2 Preset path for windowRobin Gareus
2017-08-11Prepare for templates w/descriptionRobin Gareus
2017-08-11Add a new script type for meta-templates: SessionSetupRobin Gareus
2017-08-10Save sample-rate for sessions created from templatesRobin Gareus
2017-08-10remove old PBD::SystemExec bindings (Windows classkeys)Robin Gareus
2017-08-10Add a Lua SetSession signal/hookRobin Gareus
2017-08-10Centralize Lua sandboxingRobin Gareus
2017-08-09Fix windows builds (amend 0c4e0503)Robin Gareus
2017-08-08SystemExec Lua bindings (vfork, fire+forget)Robin Gareus
2017-08-07Add debug-msg for port-handle registrationRobin Gareus