summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2016-04-15variable plugin port config.Robin Gareus
2016-04-14properly calculate requrired thread buffersRobin Gareus
2016-04-13fix configurable IO MIDI FX w/strict-i/oRobin Gareus
2016-04-13prepare VST plugins for reporting connected pinsRobin Gareus
2016-04-13yet more documentation..Robin Gareus
2016-04-12some strategic documentationRobin Gareus
2016-04-12add a new counter (for sidechain numbering)Robin Gareus
2016-04-12NO-OP; document some more parameters.Robin Gareus
2016-04-11add some class documentationRobin Gareus
2016-04-10update lua related doc, add missing bindingsRobin Gareus
2016-04-10add lua bindings for Automation EventsRobin Gareus
2016-04-10NO-OP whitespace + commentsRobin Gareus
2016-04-10add a C++ lifetime MementoCommand APIRobin Gareus
2016-04-10expose Undo Commands to LuaRobin Gareus
2016-04-09another lua convenience APIRobin Gareus
2016-04-09refactor and document delaylineRobin Gareus
2016-04-08Latency compensation for plugin thru routing.Robin Gareus
2016-04-08Add a fixed (not de-clicked) multi-buffer audio/midi delayline.Robin Gareus
2016-04-08consistent count/n_total APIRobin Gareus
2016-04-08add Plugin LatencyChanged() signal and max latency reportRobin Gareus
2016-04-07add support for plugin bypass/thru connectionsRobin Gareus
2016-04-06consistent lua binding name (nil is a reserved word in lua)Robin Gareus
2016-04-06lua bindings & API documentationRobin Gareus
2016-04-06update processor in-place mode when pin-mapping changesRobin 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-04those who can't spell need to push thrice.Robin Gareus
2016-04-04expose more info from plugin-strip (for GUI display)Robin Gareus
2016-04-03cement daa10a6a38Robin 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-03handle sidechain input changesRobin Gareus
2016-04-03expose plugin sidechain (via route):Robin Gareus
2016-04-03implement plugin sidechainRobin Gareus
2016-04-02convenient Lua bindings to use Ardour::DataTypeRobin Gareus
2016-04-02prepare sidechain i/o processorRobin Gareus
2016-04-02proper debug output for channel mappingRobin Gareus
2016-04-02keep port maps sane and properly detect changesRobin Gareus
2016-04-02re/store custom plugin pin mapsRobin Gareus
2016-04-02implement save/load channel-mapsRobin Gareus
2016-04-02autodetect if current pin-connections can be processed in-placeRobin Gareus
2016-04-01add chan-mapping count/size()Robin Gareus
2016-04-01custom config trumps strict-i/oRobin Gareus
2016-04-01change strict-i/o default (off for Ardour on Linux and OSX)Robin Gareus
2016-03-31plugin-pin-map:Robin Gareus
2016-03-31Add a few class documentations to override inherited doc.Robin Gareus
2016-03-30add i/o map support for Audio UnitRobin Gareus