summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-04-04those who can't spell need to push thrice.Robin Gareus
2016-04-04mixer-strip wires: take midi-bypass/trhu into accountRobin Gareus
2016-04-04expose more info from plugin-strip (for GUI display)Robin Gareus
2016-04-04s/Management/Connections/Robin Gareus
2016-04-04liblua visibility and compiler-flagsRobin Gareus
2016-04-04Display output mapping (last processor before pan) in mixerstripRobin Gareus
2016-04-03don't collect rt-mempoll statistics anymore (by default)Robin Gareus
2016-04-03cement daa10a6a38Robin Gareus
2016-04-03Prevent deletion of last port using the PortMatrix.Robin Gareus
2016-04-03show sidechain pins in a different color, prepare for labels.Robin Gareus
2016-04-03automatically add & connect sidechain plugin pins.Robin Gareus
2016-04-03Fix graph ordering incl. Inserts, Returns and SideChainsRobin Gareus
2016-04-03Implement describe_io_port() API for LV2Robin Gareus
2016-04-03add Plugin API to query port-labels and side-chain property.Robin Gareus
2016-04-03add channel count difference operator.Robin Gareus
2016-04-03Accommodate newly introduced source(s) in our MSVC project (gtk2_ardour)John Emmas
2016-04-03Accommodate newly introduced source(s) in our MSVC project (libardour)John Emmas
2016-04-03add GUI to configure/connect sidechainRobin Gareus
2016-04-03update mixer-strip display - indicate sidechainRobin Gareus
2016-04-03handle sidechain input changesRobin Gareus
2016-04-03small optimization, read-only buffer suffices here.Robin Gareus
2016-04-03expose plugin sidechain (via route):Robin Gareus
2016-04-03implement plugin sidechainRobin Gareus