Update processor Lua bindings
[ardour.git] / libs / ardour / luabindings.cc
2017-02-22 Robin GareusUpdate processor Lua bindings
2017-02-21 Robin GareusAdd Lua binding to query monotonic time (in microseconds)
2017-02-19 Robin GareusAllow to create aux sends from Lua scripts
2017-02-18 Robin Gareusmove color_to_rgba to LuaAPI for consistency
2017-02-17 Robin GareusAdd Lua bindings related to solo/mute and realtime...
2017-02-15 Robin GareusAdd Lua bindings for plugin re-ordering
2017-02-14 Robin GareusAdd missing bindings (after 59daffea1)
2017-02-14 Robin GareusFix lua-doc (Null pointer c'tor doc)
2017-01-31 Ben LoftisExpose a new lua hook for resetting a plugin processor...
2017-01-21 Robin GareusLua: bindings for do_import()
2017-01-08 Robin Gareusprototype track/bus sharing: state-export
2017-01-07 Robin GareusFix shared-pointer list creation from Lua
2017-01-06 nick_mrename TempoSection::c_func() -> c(). ensure constant...
2017-01-05 nick_mmake previous commit compile (lua)
2016-12-28 Robin GareusAdd Lua bindings for AudioRegion RMS+Peak calc
2016-12-08 Robin Gareusremove dups.
2016-12-08 Robin GareusAdd missing enum bindings
2016-12-08 Robin GareusClarify "frames" (video, timecode) vs "samples" (audio)
2016-12-08 Robin Gareusadd Lua bindings for Timecode conversion
2016-12-07 Robin GareusAdd Lua bindings to inspect MidiTrack::MidiControl
2016-12-05 Robin Gareusadd another useful PluginInsert binding
2016-12-05 Robin GareusFixup 08fffef (consistent class name)
2016-12-05 Robin GareusAdd Lua bindings to manage Groups
2016-12-03 David RobillardRemove Evoral::MIDIEvent
2016-11-19 Robin GareusAllow to call ARDOUR.DSP Lua functions from UI scripts
2016-11-10 nick_mrename Region pos_beats -> quarter_note
2016-11-10 nick_mrename note_divisions_per_minute -> ote_types_per_minut...
2016-11-10 nick_mrename Tempo _beats_per_minute to _note_types_per_minut...
2016-11-10 nick_mrename Region pulse to pos_beats. use new beat distance...
2016-11-10 Robin GareusGrow luabindings
2016-10-15 Robin GareusSource and AudioSource Lua bindings
2016-10-11 Robin Gareusadd missing symbol for windows compile
2016-10-10 Robin GareusAdd Lua-bindings for inter-processor communication
2016-10-09 Robin GareusAdd some more midi-region BBT lua-bindings
2016-10-07 Robin Gareusfix namespace inconsistency
2016-10-07 Robin Gareusfix typo in 0cf75054
2016-10-07 Robin GareusAdd tempo-map Lua bindings
2016-10-06 Robin GareusAdd Lua bindings for basic MIDI model editing
2016-10-06 Robin Gareuscont'd work on Vamp/Lua bindings
2016-10-05 Robin Gareusadd API to list Vamp Plugins
2016-10-04 Robin GareusNO-OP sort class-keys (for windows builds, luabridge)
2016-10-04 Robin GareusVamp::Plugins::process Lua bindings
2016-10-03 Robin Gareususe typedef'ed types (avoid comma in CPP macro)
2016-10-03 Robin Gareusadd static ClassKey for windows linking
2016-10-03 Robin Gareuscont'd work on Lua Vamp-plugin API
2016-10-03 Robin GareusAdd Vamp-plugin Lua bindings (work in progress)
2016-09-16 Robin Gareusre-do previous commit
2016-09-16 Robin GareusRevert "Add convenience Lua bindings to access plugin...
2016-09-16 Thomas BrandAdd convenience Lua bindings to access plugin controls
2016-09-12 Johannes MuellerExpose Location::name() to Lua
2016-09-12 Robin GareusAdd a Lua wrapper to Glib::build_filename()
2016-09-12 Johannes MuellerExpose `Locations::remove()` to Lua
2016-09-12 Thomas Brandadd request_play_loop() & get_play_loop() to luabindings
2016-09-06 Johannes MuellerExpose record enable/disable to Lua bindings
2016-09-05 Robin Gareusremove duplicate enum -- copy/paste typo
2016-09-05 Robin Gareusexpose PeakMeter Lua bindings
2016-08-26 Robin GareusExpose PluginInfo bindings (eg plugin-type, unique...
2016-08-26 Robin GareusAdd Lua bindings for ProcessorVector (really ProcSelection)
2016-08-23 Robin Gareusfix windows build/runtime
2016-08-23 Robin Gareusadd FluidSynth Lua Bindings
2016-08-22 Paul Davisnew libardour API for Session::new_route_from_template...
2016-08-20 Robin GareusLua bind MonitorProcessor
2016-08-19 Paul Davisad rest of Stripable API to lua
2016-08-15 Robin Gareusadd some missing enum bindings (for config variables)
2016-08-15 Robin Gareusexpose SessionConfiguration as lua bindings
2016-08-15 Robin GareusExpose Stripable Color & Ordering API to Lua
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!
next