allow to customize variable i/o plugin inputs
[ardour.git] / libs / ardour / luabindings.cc
2016-04-26 Robin Gareusimplement missing PortManager methods and lua-bind...
2016-04-26 Robin GareusPortManager lua bindings (to debug lingering ports)
2016-04-25 Robin Gareusupdate [lua bindings] documentation
2016-04-25 Robin Gareusadd missing header for luadoc
2016-04-24 Robin Gareussome new lua-bindings and session-lua (creating sessions)
2016-04-23 Robin Gareuslua bindings for track/bus and session creation
2016-04-19 Robin GareusRevert/amend "fix a const-cast issue"
2016-04-19 Paul Davisfix a const-cast issue
2016-04-14 Robin Gareusallow to compare C class instances from lua
2016-04-12 Robin Gareusexpose sidechain binding, fix "bounce" typo
2016-04-12 Robin Gareusfix typo in luabindings
2016-04-12 Robin Gareussome more windows bandaids for optimized builds
2016-04-11 Robin Gareusspecial case luabridge for windows/MSVC
2016-04-11 Robin Gareusclean up lua-class inheritance
2016-04-10 Robin Gareusupdate lua related doc, add missing bindings
2016-04-10 Robin Gareusexpose port bindings
2016-04-10 Robin Gareusadd lua bindings for Automation Events
2016-04-09 Robin Gareusexpose Undo Commands to Lua
2016-04-09 Robin Gareusadd some more libardour lua bindings
2016-04-06 Robin Gareusconsistent lua binding name (nil is a reserved word...
2016-04-06 Robin Gareuslua bindings & API documentation
2016-04-04 Robin Gareusdrop std::vector<double> lua binding. not used in the...
2016-04-03 Robin Gareusexpose plugin sidechain (via route):
2016-04-02 Robin Gareusadd some more Lua bindings: Sidechain + IOProcessor
2016-04-02 Robin Gareusconvenient Lua bindings to use Ardour::DataType
2016-04-01 Robin Gareusautodetect if current pin-connections can be processed...
2016-03-30 Robin Gareusallow to sum channel maps
2016-03-29 Robin Gareusextend channel-map
2016-03-27 Robin Gareuslua bindings for ChanCount
2016-03-27 Robin Gareusclosing in on pin management.
2016-03-26 Robin Gareusproper C++ comment
2016-03-26 Robin Gareusmove LuaOSC into Ardour namespace
2016-03-26 Robin Gareusprototype support for arbitrary plugin channel maps
2016-03-25 Robin Gareuslua bindings to test strict i/o
2016-03-24 Robin GareusConsistent C++ & Lua Namespace/Class names + documentation.
2016-03-21 Robin Gareusfurther lua binding refactoring, match C++ namespaces
2016-03-21 Robin Gareusmove std bindings out of "ARDOUR" into "C" namespace...
2016-03-21 Robin Gareusadd some missing bindings (dep classes)
2016-03-20 Robin Gareusadd convenience lua API for looking up Plugins
2016-03-19 Robin Gareusadd some convenience lua functions for plugin management
2016-03-19 Robin Gareusadd Lua Bindings for ARDOUR::Region
2016-03-19 Robin Gareusadd OSC Lua bindings
2016-03-18 Robin Gareusstart a dedicated ARDOUR lua function collection
2016-03-18 Robin GareusAdd some convenient DSP methods for lua scripts
2016-02-23 Robin GareusImplement Lua session-scripts
2016-02-23 Robin Gareusinclude static liblua with libardour & prepare bindings