summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-08Add a fixed (not de-clicked) multi-buffer audio/midi delayline.Robin Gareus
2016-04-08implement Lua editor script/file delete.Robin Gareus
2016-04-08small ArdourButton optimizationRobin Gareus
2016-04-08GUI part of count/n_total API renameRobin Gareus
2016-04-08consistent count/n_total APIRobin Gareus
2016-04-08add Plugin LatencyChanged() signal and max latency reportRobin Gareus
2016-04-07fix crash when refreshing lua script listRobin Gareus
2016-04-07variable for packaging channelstrip. allow renameRobin Gareus
2016-04-07add "for each track" snippet.Robin Gareus
2016-04-07fix wire DnD (for thru connections)Robin Gareus
2016-04-07mark session dirty when plugin pin mapping changesRobin Gareus
2016-04-07GUI support for plugin port bypass connectionsRobin Gareus
2016-04-07add support for plugin bypass/thru connectionsRobin Gareus
2016-04-07refine sidechain labelsRobin Gareus
2016-04-07more click-connect compatible wire DnD experimentsRobin Gareus
2016-04-06Pin Management: draggable wires.Robin Gareus
2016-04-06fix reset context menu (right click only)Robin Gareus
2016-04-06side-chain button select connects exclusivelyRobin Gareus
2016-04-06lua-doc: generate ardour-manual (template) directlyRobin Gareus
2016-04-06remove cruftRobin Gareus
2016-04-06Plugin Pin Dialog: consistent layout.Robin Gareus
2016-04-06amend 00ecc545 (split + inplace)Robin Gareus
2016-04-06update lua doc to html generatorRobin Gareus
2016-04-06consistent lua binding name (nil is a reserved word in lua)Robin Gareus
2016-04-06return of the in-place split-processing optimizationRobin Gareus
2016-04-06add LED to sidechain toggle for consistencyRobin Gareus
2016-04-06replace Pin Config "reset" button with "custom" toggleRobin Gareus
2016-04-06fix connection updatesRobin Gareus
2016-04-06lua bindings & API documentationRobin Gareus
2016-04-06update processor in-place mode when pin-mapping changesRobin Gareus
2016-04-06lua-scope handle unconnected in-place buffersRobin Gareus
2016-04-06Populate Sidechain connection menu with non-feeback sources.Robin Gareus
2016-04-06Route API to query all outputs (incl sends) and graph-feedsRobin Gareus
2016-04-06Add an API to traverse the process graph downstreamRobin Gareus
2016-04-05dynamically build sidechain port connection listRobin Gareus
2016-04-05overhaul Pin Connection GUI Layout (and design)Robin Gareus
2016-04-05When building with MSVC don't attempt to link to the 'old' lua libs (i.e. the...John Emmas
2016-04-05non-modal sidechain i/o selectorRobin Gareus
2016-04-05fix d3447dfd1 Mixbus special case.Robin Gareus
2016-04-05desaturate inactive rec-enabled buttonRobin Gareus
2016-04-05re-add std::vector<std::string> just for cairo's set_dash()Robin Gareus
2016-04-05drop std::vector<double> lua binding. not used in the backendRobin Gareus
2016-04-04fix return value for playback/capture buffer loads on audio tracks with no ch...Paul Davis
2016-04-04special case MB channelstripRobin Gareus
2016-04-04default to add new ports at the bottom.Robin Gareus
2016-04-04change "strict-i/o" into a combobox for consistencyRobin Gareus
2016-04-04Modify our MSVC projects to build liblua as a DLL rather than a static libJohn Emmas
2016-04-04Accommodate newly introduced source(s) in our MSVC project (libardour)John Emmas
2016-04-04#define LUA_DEBUG when making a Debug build with MSVCJohn Emmas
2016-04-04lexical NO-OPRobin Gareus