Only show user-presets in favorite sidebar
[ardour.git] / libs / ardour / luabindings.cc
2018-11-16 Robin GareusUpdate classkeys to match new total LuaSignal count...
2018-11-07 Robin GareusAdd support for recording to .flac
2018-10-26 Robin GareusFix Lua bindings (music-time, mapping)
2018-10-23 Robin GareusFix typo in binding, amend 9bbbc7fbe
2018-10-19 Robin GareusLua bindings for convolution DSP
2018-10-10 Robin GareusFix inconsistent controllable Lua binding names
2018-10-10 Robin GareusFix well-known control Lua bindings
2018-09-25 Robin GareusAdd Lua bindings to query DSP load statistics
2018-08-16 Robin GareusAdd missing Lua MacVST constant
2018-08-14 Robin GareusAdd a locale-independent float/double format Lua method
2018-08-02 Robin GareusAdd method to conveniently retrieve a sorted routelist
2018-08-01 Robin GareusAlso expose PI::enabled()
2018-08-01 Robin GareusFix+extend PluginInsert Lua bindings
2018-07-31 Robin GareusPrepare for non-bypassable plugins (Mixbus channelstrip)
2018-07-30 Robin GareusExpose Config and Cache dirs to Lua
2018-07-17 Robin GareusAdd LTC Decoder Lua Bindings
2018-06-06 Robin GareusRemove duplicate class-keys (amend d95df9164)
2018-05-31 Robin GareusAdd Lua API to list all available plugins
2018-03-16 Robin GareusExpose a few more PluginInsert methods to Lua
2018-01-15 Robin GareusAdd Lua bindings to change Location/Maker names
2017-12-31 Robin GareusLua-binding to directly add automation-events
2017-12-05 Robin GareusAdd Lua bindings for MIDI-parser and Async ports
2017-11-11 Robin GareusAdd a noise generator (Lua DSP)
2017-11-04 Robin GareusClean up delayline API: don't use 'get_' for accessor...
2017-10-31 Robin GareusAdd polarity-invert processor
2017-10-29 Robin GareusUpdate Lua Bindings, fix inconsistencies.
2017-10-20 Robin GareusAdd Lua bindings for new VCA/Slavable API
2017-10-20 Robin GareusLua: Fix Slavable & Automatable inheritance
2017-09-29 Robin GareusAdd DiskIOProc & Latency related Lua bindings & scripts
2017-09-29 Robin GareusPrepare removal of initial_delay
2017-09-29 Robin GareusNo more disk-reader roll-delay
2017-09-24 Paul Davisfix header order and space alignment
2017-09-24 Paul Davisconvert codebase to use Temporal for various time types
2017-09-19 Robin GareusVarious updates and fixes for Latency Compensation
2017-09-18 Paul Davisglobally change all use of "frame" to refer to audio...
2017-09-18 Paul Davisadd to LUA API (new Stripable API)
2017-09-18 Paul Davisremove now-non-existent method from Lua
2017-09-18 Robin GareusAdd support for Latch Automation
2017-08-23 Robin GareusUpdate "separate_by_channel" API & add Lua bindings
2017-08-18 Robin GareusAdd Lua binding to un/assign VCAs
2017-08-17 Robin GareusExpose Lua bindings to create/delete VCAs
2017-08-16 Robin GareusExpose enums used in RCConfig and other missing classes...
2017-08-15 Robin GareusAdd RCConfiguration Lua Bindings
2017-08-15 Robin GareusSeparate "add master bus" (and add Lua bindings)
2017-08-10 Robin Gareusremove old PBD::SystemExec bindings (Windows classkeys)
2017-08-10 Robin GareusAdd a Lua SetSession signal/hook
2017-08-09 Robin GareusFix windows builds (amend 0c4e0503)
2017-08-08 Robin GareusSystemExec Lua bindings (vfork, fire+forget)
2017-08-07 Robin GareusFix Windows builds (amend 7009ff03)
2017-08-07 Robin Gareusspace matters
2017-08-07 Robin GareusAdd Lua Bindings to clone/copy regions
2017-08-07 Robin GareusAdd Lua bindings for RegionMap and region list
2017-06-21 Robin GareusMove logarithmic property into Evoral, add rangesteps
2017-06-21 Robin GareusRemove Cruft -- AutomationStyle never did anything.
2017-06-17 Robin GareusAdd Lua bindings to query all stripables
2017-05-30 Robin GareusAdd Lua bindings for VCAs and VCAManager
2017-05-13 Robin GareusSanitize "well-known" ctrl API
2017-05-05 Paul Davislibardour now has CoreSelection object to manage select...
2017-05-04 Robin GareusLua bindings for "end-is-free" (automatic session-end...
2017-05-03 Robin GareusLua bindings to set group color
2017-04-25 Robin GareusAdd missing Lua ClassKeys (windows build)
2017-04-25 Robin GareusFix Windows build: declare static class-keys (amend...
2017-04-25 Robin GareusSome more Lua ARDOUR::Plugin bindings
2017-04-24 Robin GareusAdd ControlEvent Lua bindings and related methods to...
2017-04-10 Robin Gareusadd FileSource Lua Bindings
2017-03-30 Robin GareusAdd proper Lua bindings for RouteGroupList
2017-03-18 Robin GareusLua bindings to access MIDI region/source note-events
2017-03-17 Robin GareusLua bindings for libardour transient-analysis
2017-02-27 nick_mrework tempo editing.
2017-02-25 Robin GareusAdd some missing luabridge::ClassInfo<>::getClassKey...
2017-02-24 Robin Gareusadd a missing class-key
2017-02-24 Robin GareusAdd static class-keys for windows
2017-02-23 Robin GareusAdd static Class-Keys for Windows build
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...
next