summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
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-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-04liblua visibility and compiler-flagsRobin Gareus
2016-04-03don't collect rt-mempoll statistics anymore (by default)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-03Accommodate newly introduced source(s) in our MSVC project (libardour)John Emmas
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
2016-04-03ignore sidechain configuration test resultRobin Gareus
2016-04-03NO-OP whitespaceRobin Gareus
2016-04-03fix IOProcessor state loading for half-duplex I/OsRobin Gareus
2016-04-02add some more Lua bindings: Sidechain + IOProcessorRobin Gareus
2016-04-02convenient Lua bindings to use Ardour::DataTypeRobin Gareus
2016-04-02prepare sidechain i/o processorRobin Gareus
2016-04-02add some AU debug messageRobin Gareus
2016-04-02NO-OP whitespaceRobin Gareus
2016-04-02fix stict-i/o midi bypassRobin Gareus
2016-04-02fix invalid mapping detectionRobin Gareus
2016-04-02set processor owner early on (when loading session)Robin Gareus
2016-04-02revert bd5da84928 - separate i/o-map & config reset.Robin Gareus
2016-04-02proper debug output for channel mappingRobin Gareus
2016-04-02keep port maps sane and properly detect changesRobin Gareus
2016-04-02reset pin-maps with custom config.Robin 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-31fix typoRobin Gareus
2016-03-31plugin-pin-map:Robin Gareus
2016-03-31remove unused source filesRobin Gareus
2016-03-31Add a few class documentations to override inherited doc.Robin Gareus
2016-03-30fix prev commit.Robin Gareus
2016-03-30add i/o map support for Audio UnitRobin Gareus
2016-03-30ISO rules compatibility (don't re-use variable name in scope)Robin Gareus
2016-03-30allow to sum channel mapsRobin Gareus
2016-03-30inability to save non single character key binding with modifier eg. Ctrl-F5yonideshi
2016-03-30Fix #5884: errors when using timestretch toolPavel Potocek
2016-03-30update /libs/gtkmm2ext/po/zh.po for 469-g3f71e66YQ-YSY