summaryrefslogtreecommitdiff
path: root/libs/ardour/luabindings.cc
AgeCommit message (Expand)Author
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
2016-04-24some new lua-bindings and session-lua (creating sessions)Robin Gareus
2016-04-24lua bindings for track/bus and session creationRobin Gareus
2016-04-19Revert/amend "fix a const-cast issue"Robin Gareus
2016-04-19fix a const-cast issuePaul Davis
2016-04-14allow to compare C class instances from luaRobin Gareus
2016-04-13expose sidechain binding, fix "bounce" typoRobin Gareus
2016-04-12fix typo in luabindingsRobin Gareus
2016-04-12some more windows bandaids for optimized buildsRobin Gareus
2016-04-11special case luabridge for windows/MSVCRobin Gareus