summaryrefslogtreecommitdiff
path: root/libs/ardour/luabindings.cc
AgeCommit message (Expand)Author
2016-08-26Expose PluginInfo bindings (eg plugin-type, unique id, etc)Robin Gareus
2016-08-26Add Lua bindings for ProcessorVector (really ProcSelection)Robin Gareus
2016-08-23fix windows build/runtimeRobin Gareus
2016-08-23add FluidSynth Lua BindingsRobin Gareus
2016-08-22new libardour API for Session::new_route_from_template to allow specifying in...Paul Davis
2016-08-21Lua bind MonitorProcessorRobin Gareus
2016-08-19ad rest of Stripable API to luaPaul Davis
2016-08-16add some missing enum bindings (for config variables)Robin Gareus
2016-08-15expose SessionConfiguration as lua bindingsRobin Gareus
2016-08-15Expose Stripable Color & Ordering API to LuaRobin Gareus
2016-08-06a few more Location related lua bindingsRobin Gareus
2016-07-24add a lua timer callback signalRobin Gareus
2016-07-17expose PBD::open_uri bindings to luaRobin Gareus
2016-07-12Add a new API to format midi-note-names with translation: Do Re Mi...Robin Gareus
2016-07-12update MIDIEvent lua bindings/exampleRobin Gareus
2016-07-11add a convenient lua forward mapped buffers methodRobin Gareus
2016-07-11lua MidiBuffer bindingsRobin Gareus
2016-07-10add a single-element ring-buffer write functionRobin Gareus
2016-07-10complete ringbuffer bindingsRobin Gareus
2016-07-10add raw midi buffer bindingRobin Gareus
2016-07-07some more lua-bindingsRobin Gareus
2016-07-07prepare sharing C++ class instances across lua-interpretersRobin Gareus
2016-07-07lua PBD ringbuffer bindingsRobin Gareus
2016-07-04add PangoCairo lua bindingsRobin Gareus
2016-07-02extend lua API:Robin Gareus
2016-06-08consistent API name for region-listRobin Gareus
2016-06-05extensive changes to PresentationInfo APIPaul Davis
2016-06-03simplify PresentationInfo concept of order so that it is always globalPaul Davis
2016-06-01update lua bindings (tempo-ramps, VCA,...)Robin Gareus
2016-06-01fix windows/lua bindingsRobin Gareus
2016-05-31update lua bindings for API changesRobin Gareus
2016-05-31temporarily remove Session::new_midi_track from lua apiPaul Davis
2016-05-31first vaguely working version using PresentationInfoPaul Davis
2016-05-31universal change in the design of the way Route/Track controls are designed a...Paul Davis
2016-05-29prototype lua midi generators & filters and port event-rewriteRobin Gareus
2016-05-27Tempo ramps - more code consolidation wrt add meter/tempo.nick_m
2016-05-27Tempo ramps - fix ambiguous api, fix flickering tempo curves.nick_m
2016-05-27Tempo ramps - rebase fixesnick_m
2016-05-23some more route related lua bindingsRobin Gareus
2016-05-21"biquadratic" needs no camelcase - fixes API doc.Robin Gareus
2016-05-20add lua DSP transfer function calculationRobin Gareus
2016-05-14add some location and transport related lua bindingsRobin Gareus
2016-05-06allow lua to construct PresetRecordsRobin Gareus
2016-05-05what an oversight!Robin Gareus
2016-05-05fix "warning: this decimal constant is unsigned only in ISO C90"Robin Gareus
2016-05-01API call to be removedRobin Gareus
2016-04-26implement missing PortManager methods and lua-bind themRobin Gareus
2016-04-26PortManager lua bindings (to debug lingering ports)Robin Gareus
2016-04-25update [lua bindings] documentationRobin Gareus
2016-04-25add missing header for luadocRobin Gareus