summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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)
2017-08-16Separate "add master bus" (and add Lua bindings)Robin Gareus
This is in preparation for "advanced session setup" allow a SessionSetup Lua script to create the master-bus.
2017-08-16Clean up BusProfile:Robin Gareus
* requested_physical_in/out was unused * input/output Autoconnect just overrides Preference/Config (can be done by a template script) * master_out_channels is kept for compatibility (allow to create new empty session)
2017-08-16Prepare for removal of Advanced Session Options (BusProfile)Robin Gareus
2017-08-15only button 1 click in mouse draw mode on MIDI automation regions should add ↵Paul Davis
events
2017-08-15Simplify code of PluginDisplay::update_height_alloc()Johannes Mueller
Partly irrelevant code. A more elaborated resize height allocation behavior won't be needed before the widget layout in the generic GUI is improved.
2017-08-15Make PluginDisplay::update_height_alloc() virtualJohannes Mueller
... so that it no longer hides ProcessorBox::PluginInlineDisplay::update_height_alloc()
2017-08-15Re-add template script debugging (after 7d48e80e)Robin Gareus
2017-08-15clean up 7aaaae8Robin Gareus
2017-08-15tone down frame color and use a better widget namePaul Davis
2017-08-15NO-OP: indent and remove whitespacePaul Davis
2017-08-15put a frame around template description, change background colorPaul Davis