fix crash when copy'ing latent plugins
[ardour.git] / libs / ardour / luabindings.cc
2016-08-06 Robin Gareusa few more Location related lua bindings
2016-07-24 Robin Gareusadd a lua timer callback signal
2016-07-17 Robin Gareusexpose PBD::open_uri bindings to lua
2016-07-12 Robin GareusAdd a new API to format midi-note-names with translatio...
2016-07-11 Robin Gareusupdate MIDIEvent lua bindings/example
2016-07-11 Robin Gareusadd a convenient lua forward mapped buffers method
2016-07-11 Robin Gareuslua MidiBuffer bindings
2016-07-10 Robin Gareusadd a single-element ring-buffer write function
2016-07-10 Robin Gareuscomplete ringbuffer bindings
2016-07-10 Robin Gareusadd raw midi buffer binding
2016-07-07 Robin Gareussome more lua-bindings
2016-07-07 Robin Gareusprepare sharing C++ class instances across lua-interpreters
2016-07-07 Robin Gareuslua PBD ringbuffer bindings
2016-07-03 Robin Gareusadd PangoCairo lua bindings
2016-07-02 Robin Gareusextend lua API:
2016-06-08 Robin Gareusconsistent API name for region-list
2016-06-05 Paul Davisextensive changes to PresentationInfo API
2016-06-03 Paul Davissimplify PresentationInfo concept of order so that...
2016-06-01 Robin Gareusupdate lua bindings (tempo-ramps, VCA,...)
2016-06-01 Robin Gareusfix windows/lua bindings
2016-05-31 Robin Gareusupdate lua bindings for API changes
2016-05-31 Paul Davistemporarily remove Session::new_midi_track from lua api
2016-05-31 Paul Davisfirst vaguely working version using PresentationInfo
2016-05-31 Paul Davisuniversal change in the design of the way Route/Track...
2016-05-29 Robin Gareusprototype lua midi generators & filters and port event...
2016-05-27 nick_mTempo ramps - more code consolidation wrt add meter...
2016-05-27 nick_mTempo ramps - fix ambiguous api, fix flickering tempo...
2016-05-27 nick_mTempo ramps - rebase fixes
2016-05-23 Robin Gareussome more route related lua bindings
2016-05-21 Robin Gareus"biquadratic" needs no camelcase - fixes API doc.
2016-05-20 Robin Gareusadd lua DSP transfer function calculation
2016-05-14 Robin Gareusadd some location and transport related lua bindings
2016-05-06 Robin Gareusallow lua to construct PresetRecords
2016-05-05 Robin Gareuswhat an oversight!
2016-05-04 Robin Gareusfix "warning: this decimal constant is unsigned only...
2016-04-30 Robin GareusAPI call to be removed
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