summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-19Revert non "aesthetic tweaks" from f614d10994Robin Gareus
2017-08-19NO-OP: whitespaceRobin Gareus
2017-08-19Lua may call C++ functions with throw. Catch themRobin Gareus
2017-08-19Lua may call C++ functions with throw. Catch themRobin Gareus
2017-08-18Templates: Mostly working tabular script.Ben Loftis
2017-08-18Templates: basic support for columns in the script dialog.Ben Loftis
2017-08-18Templates: first stab at a dialog with tabular layout.Ben Loftis
2017-08-18Templates: aesthetic tweaks.Ben Loftis
2017-08-18prh: Added version 1b of my Mixbus Mix controller.Paul Hedderly
- Much of it is directly applicable to Ardour obviously, but some parts wont do anything
2017-08-18Update Route-template example script & documentationRobin 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-18Remove old destructive API (non layered is a dynamic mode) 1/2Robin Gareus
2017-08-18amend e0a83a75 RouteDialog + script detailsRobin Gareus
2017-08-18Redesign Session+Route Template Meta Script APIRobin Gareus
Remove special-cased script types. Allow Action-Scripts to be re-used for session-setup or route-templates.
2017-08-18Add luaRef is BooleanRobin Gareus
2017-08-18NO-OP: whitespacePaul Davis
2017-08-18strip <Actions>/ from displayed path when printing bindings to HTMLPaul Davis
2017-08-18Fix quantization end-grid size.Robin Gareus
2017-08-18Fix MIDI Quantization for internationalized Ardour.Robin Gareus
Grid-settings are translatable, parsing a number from a translated string e.g. "Quart de temps" for "Beats/4" failed.
2017-08-18Push user track-templates to the template listRobin Gareus
2017-08-18Fix typo in 952b8e1d74Robin Gareus
2017-08-18Initialize an uninitialized variableRobin Gareus
2017-08-18NO-OP: whitespace & scopeRobin Gareus
2017-08-18NO-OP: whitespaceRobin Gareus
2017-08-18Expose Lua bindings to create/delete VCAsRobin Gareus
2017-08-18Consolidate add/track/route/bus wrappers -- step one.Robin Gareus
2017-08-17Track Templates: shorten some of the track names.Ben Loftis
2017-08-17Some initial track templates.Ben Loftis
2017-08-17Track templates: add some (unfinished) template files. Hide Created-With ↵Ben Loftis
column in Ardour.
2017-08-17Add an example script for prototypingRobin Gareus
2017-08-17NO-OP: whitespace & scopeRobin Gareus
2017-08-17Fix merge error.Ben Loftis
2017-08-17Track Templates: redesign of Add Track dialog.Ben Loftis
2017-08-17Track Templates: initial lua backend support.Ben Loftis
2017-08-17Templates: fix unintended commit from debuggingBen Loftis
2017-08-17Templates: dialog tweaks.Ben Loftis
2017-08-17Templates: Dim the border around template description text.Ben Loftis
2017-08-17Catch some exceptions during session loading.Robin Gareus
2017-08-17Update GUI, session-format notifications, skip unusable in recent listRobin Gareus
2017-08-17Check major session file format version.Robin Gareus
Don't allow to load sessions created with a newer version of Ardour with an old one (no forward compatibility).
2017-08-17SessionDialog: hide created-with column in Ardour, use a tooltip.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-16Complete Lua-binding dump (after 8eb3b9d34b)Robin Gareus
2017-08-16Revert "Revert ongoing SessionDialog changes for 5.11 release."Robin Gareus
This reverts commit bd40b9132cbac2d2b79ba0ef480bd41d837f8f71.
2017-08-16Revert ongoing SessionDialog changes for 5.11 release.5.11Robin Gareus
To be reverted again after the release. This temporarily reverts 26c88b2, c67d1d4, 5e41293, 8b7df13, ff61435, 1039894, 8717c0d and GUI parts of 47d86cf
2017-08-16Replace advanced session-setup options with scriptRobin Gareus
2017-08-16Add RCConfiguration Lua BindingsRobin Gareus
2017-08-16The Auditioner is not in the Session's RouteListRobin Gareus
Remove various checks, add assert() for now (perhaps some old sessions?) This fixes an off-by one issue when adding tracks (presentation info order in add_routes_inner)