ardour.git
2016-03-21 Robin Gareusupdate Lua Binding Doc and html generator
2016-03-21 Robin Gareusreturn values of reference params as Lua table
2016-03-21 Robin Gareusmove std bindings out of "ARDOUR" into "C" namespace...
2016-03-21 Robin GareusLua Array Documentation
2016-03-21 Robin Gareusfirst steps towards formatting lua binding doc (JSON...
2016-03-21 Robin Gareusadd missing GUI lua binding classe
2016-03-21 Robin Gareusadd some missing bindings (dep classes)
2016-03-21 Robin Gareusrefine Lua Binding Documentation
2016-03-20 Robin Gareusadd convenience lua API for looking up Plugins
2016-03-20 Robin Gareusfix JSON luadoc format
2016-03-20 Robin Gareushandle MidiBusses in channel-count
2016-03-20 Robin Gareusadd luadoc binary (developer tool) to dump lua bindings
2016-03-20 Robin GareusPrepare Lua Binding Documentation (JSON)
2016-03-20 Colin Fletcherfix out-of-bounds array access in export report.
2016-03-19 Robin Gareuscache LuaProc Parameters in Processor
2016-03-19 Robin GareusRevert "hotfix for concurrent lua interpreter calls"
2016-03-19 Robin Gareushotfix for concurrent lua interpreter calls
2016-03-19 Robin Gareusindicate debug builds in About > Config and shorten...
2016-03-19 Robin Gareusfix optimized build
2016-03-19 Robin Gareusexpose OSC bindings to luasession util
2016-03-19 Robin Gareusadd more lua examples/doc
2016-03-19 Robin Gareusadd some convenience lua functions for plugin management
2016-03-19 Robin Gareusfix plugin preset listing
2016-03-19 Robin Gareusprepare Instrument slots -- replace processor in place
2016-03-19 Colin Fletcherreset autoscroll speed to minimum when scrolling stops
2016-03-19 Robin Gareusexpose Lua OSC transmitter
2016-03-19 Robin Gareusremove cruft
2016-03-19 Robin Gareusthe return of the Session::Exported signal
2016-03-19 Robin Gareusadd Lua Bindings for ARDOUR::Region
2016-03-19 Robin Gareusadd OSC Lua bindings
2016-03-19 Robin Gareusplug a tiny memory leak
2016-03-19 Robin Gareussuppress realloc-poll debug messages in optimized builds
2016-03-18 Robin Gareusfix some plugin control name typos
2016-03-18 Robin Gareusamend prev commit
2016-03-18 Robin Gareusgcc4 compat
2016-03-18 Hanspeter PortnerFix blocked patch:Set messages.
2016-03-18 Robin GareusAdd a Lua Action Script to add scopes to all tracks
2016-03-18 Robin Gareusstart a dedicated ARDOUR lua function collection
2016-03-18 Robin Gareusfix processor DnD from sidebar.
2016-03-18 Robin Gareusadd a lua inline scope processor
2016-03-18 Robin Gareusspecial case LuaProc Inline Display UI: direct cairo...
2016-03-18 Robin Gareusfix possible overflow (printing float)
2016-03-18 Robin Gareusadd LuaProc Plugin state (to allow state copy, indep...
2016-03-18 Robin Gareusimplement LuaProc inline display
2016-03-18 Robin GareusAdd some convenient DSP methods for lua scripts
2016-03-18 Robin Gareusallow to bind functions with reference args in global...
2016-03-17 Robin Gareusadd basic set of Cairo Lua bindings
2016-03-17 John EmmasI'm taking a guess that we need to pass 'this' at line...
2016-03-17 John EmmasMake provision for building with the new LV2 extensions...
2016-03-16 Robin Gareusadd missing ifdef
2016-03-16 Robin GareusMidi Busses? why yes!
2016-03-16 Paul Davisfix capitalization of sections of key editor
2016-03-16 Paul Davisfix wscript to know about key binding dependencies
2016-03-16 Robin Gareusrelax inline display height constraint
2016-03-15 Paul Davischange the way the key editor gets populated; drop...
2016-03-15 Paul Davisin key editor, attach key press/release handlers before...
2016-03-15 Paul Davisdo the safety dance
2016-03-15 Paul Davissafety pointer resets in MonitorSection dtor. Not inten...
2016-03-15 Paul Davisadd and remove monitor section bindings as MS is create...
2016-03-15 Paul Davisallow access to ProcessorBox bindings
2016-03-15 Paul Davisextend API of key binding editor to allow for tab removal
2016-03-15 Paul Davisshow processor box bindings in key binding editor
2016-03-15 Paul Davisadd new API to ARDOUR_UI to allow dynamic add/remove...
2016-03-15 Paul Davisfix segfaults/crashes when quitting under valgrind
2016-03-15 Robin Gareusavoid memcpy if it's not needed.
2016-03-15 Paul Davisfix carelesslly deleted line that caused endless loop...
2016-03-15 Paul Davisgive monitor section its own bindings
2016-03-15 Paul Davisgive ProcessorBox its own bindings
2016-03-15 Paul Davisnew two new "pre-coded" bindings file, for the monitor...
2016-03-15 Paul Daviswhen handling a keyboard event, if the current focus...
2016-03-15 Paul Davisafter showing a ProcessorBox context menu, resensitize...
2016-03-15 Paul Davischange API for CairoWidget::focus_handler
2016-03-15 Paul Davisno need for an noop method
2016-03-15 Robin Gareusremove plugin ui settings from rc-config
2016-03-15 Robin Gareusmigrate plugin-ui settings to ui-config
2016-03-15 Robin Gareusremove superfluous ceil()
2016-03-14 Robin Gareusfix a Wsign-compare
2016-03-14 Robin Gareusimplementation for "prefer inline over GUI"
2016-03-14 Robin Gareusnew preference: don't open plugin GUI when there's...
2016-03-14 Robin Gareusinline-display, scrollbars and fixed aspect ratio ...
2016-03-14 Robin GareusGUI update for non-cairo Plugin Inline Display
2016-03-14 Robin Gareusupdate [LV2] Plugin Inline Display API: drop cairo...
2016-03-14 Paul DavisRouteUI solo buttons should trigger group actions
2016-03-14 Paul Davisuse ForGroup to flag and detect route-group based contr...
2016-03-14 Paul Davisadd new Controllable::GroupDisposition value, ForGroup...
2016-03-14 Robin Gareusadd GUI support for Plugin Mixer Inline Display
2016-03-13 Robin GareusImplement LV2 Inline Display Extension
2016-03-13 Robin Gareusprototype online self-automating LV2 plugin interface
2016-03-13 Robin Gareusprepare custom LV2 extensions
2016-03-12 John EmmasSome AudioGrapher classes need to be exportable now...
2016-03-12 John EmmasMake sure that class 'ARDOUR::AnalysisGraph' is exporta...
2016-03-12 John EmmasAccommodate newly introduced source(s) in our MSVC...
2016-03-12 John EmmasAccommodate newly introduced source(s) in our MSVC...
2016-03-12 Robin Gareuscleaner version of ac3da53
2016-03-12 Robin Gareusreset export status when not normalizing - fixes #6816
2016-03-11 Robin Gareusand without typo :)
2016-03-11 Robin Gareusand now without debug printf()
2016-03-11 Robin Gareusallow to copy processor state (drag processor on anothe...
2016-03-11 Robin Gareusprepare DnD for copying processor state
2016-03-11 Robin GareusConfigurable export-silence trim threshold (no GUI...
next