summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
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-30Fix #5884: errors when using timestretch toolPavel Potocek
2016-03-30update /libs/ardour/po/zh.po for 4.7-469-g3f71e66YQ-YSY
2016-03-30found 2 clerical errors, update Chinese translatioYQ-YSY
2016-03-30fix ChanCount min/maxRobin Gareus
2016-03-30debug print match methodRobin Gareus
2016-03-30special case mixbus.Robin Gareus
2016-03-30fix copy/paste typoRobin Gareus
2016-03-30Delegated plugin configuration is now always successful.. exceptRobin Gareus
2016-03-29lua exception constitues configuration failureRobin Gareus
2016-03-29abort if configuration failsRobin Gareus
2016-03-29fix AU configure_io return value (bool not int)Robin Gareus
2016-03-29C++11/C++98 compat mainly for OSX/clangRobin Gareus
2016-03-29plugin-pin management.. nearly thereRobin Gareus
2016-03-29extend channel-mapRobin Gareus
2016-03-28reduce header dependencies (part 1/2)Robin Gareus
2016-03-28add strict-i/o preference (for new tracks)Robin Gareus
2016-03-27add some more documentationRobin Gareus
2016-03-27lua bindings for ChanCountRobin Gareus
2016-03-27prepare Pin Management GUIRobin Gareus
2016-03-27closing in on pin management.Robin Gareus
2016-03-27VSTs don't process in-placeRobin Gareus
2016-03-27allow no-inplace processingRobin Gareus
2016-03-27add ChanMapping comparatorRobin Gareus
2016-03-26proper C++ commentRobin Gareus
2016-03-26further pin management prototyping.Robin Gareus
2016-03-26step by step evolution of plugin pin managementRobin Gareus
2016-03-26strict i/o: limit output channels.Robin Gareus
2016-03-26allocate buffers for all possible plugin configurationsRobin Gareus
2016-03-26move LuaOSC into Ardour namespaceRobin Gareus
2016-03-26prototype support for arbitrary plugin channel mapsRobin Gareus
2016-03-26add "no-inplace" buffers.Robin Gareus
2016-03-25amend last commitRobin Gareus
2016-03-25add a dedicated channel map per pluginRobin Gareus
2016-03-25lua bindings to test strict i/oRobin Gareus
2016-03-25prepare strict-i/o configuration.Robin Gareus
2016-03-25prepare Plugin Pin ManagementRobin Gareus
2016-03-25add some more documentationRobin Gareus
2016-03-25add some more documentationRobin Gareus
2016-03-25add namespace for consistent clang + gcc-abi symbols (luadoc)Robin Gareus
2016-03-24Consistent C++ & Lua Namespace/Class names + documentation.Robin Gareus
2016-03-24'LuaScriptParams' stuff needs to be visible if it's to be used outside of lib...John Emmas
2016-03-24Accommodate newly introduced source(s) in our MSVC project (libardour)John Emmas
2016-03-23update lua script file management:Robin Gareus
2016-03-23refactor lua header includesRobin Gareus
2016-03-23Accommodate newly introduced source(s) in our MSVC project (libardour)John Emmas
2016-03-22fix compilation on OSX (in the wake of eaca325c)Robin Gareus
2016-03-22fix copy/paste typoRobin Gareus
2016-03-22further lua binding refactoring, match C++ namespacesRobin Gareus