summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-22update luadocRobin Gareus
2016-03-22further lua binding refactoring, match C++ namespacesRobin Gareus
2016-03-22further lua binding refactoring, match C++ namespacesRobin Gareus
2016-03-21Fix unused variable warningDavid Robillard
2016-03-21Trim dependence on evoral types.hpp and Beats.hppDavid Robillard
2016-03-21catch lua exceptions.Robin Gareus
2016-03-21cont'd lua HTML doc.Robin Gareus
2016-03-21update scripts (Lua namespace refactoring)Robin Gareus
2016-03-21update Lua Binding Doc and html generatorRobin Gareus
2016-03-21return values of reference params as Lua tableRobin Gareus
2016-03-21move std bindings out of "ARDOUR" into "C" namespace, fix Reference ParamsRobin Gareus
2016-03-21Lua Array DocumentationRobin Gareus
2016-03-21first steps towards formatting lua binding doc (JSON/HTML)Robin Gareus
2016-03-21add missing GUI lua binding classeRobin Gareus
2016-03-21add some missing bindings (dep classes)Robin Gareus
2016-03-21refine Lua Binding DocumentationRobin Gareus
2016-03-20add convenience lua API for looking up PluginsRobin Gareus
2016-03-20fix JSON luadoc formatRobin Gareus
2016-03-20handle MidiBusses in channel-countRobin Gareus
2016-03-20add luadoc binary (developer tool) to dump lua bindingsRobin Gareus
2016-03-20Prepare Lua Binding Documentation (JSON)Robin Gareus
2016-03-20fix out-of-bounds array access in export report.Colin Fletcher
2016-03-19cache LuaProc Parameters in ProcessorRobin Gareus
2016-03-19Revert "hotfix for concurrent lua interpreter calls"Robin Gareus
2016-03-19hotfix for concurrent lua interpreter callsRobin Gareus
2016-03-19indicate debug builds in About > Config and shorten the message to fitRobin Gareus
2016-03-19fix optimized buildRobin Gareus
2016-03-19expose OSC bindings to luasession utilRobin Gareus
2016-03-19add more lua examples/docRobin Gareus
2016-03-19add some convenience lua functions for plugin managementRobin Gareus
2016-03-19fix plugin preset listingRobin Gareus
2016-03-19prepare Instrument slots -- replace processor in placeRobin Gareus
2016-03-19reset autoscroll speed to minimum when scrolling stopsColin Fletcher
2016-03-19expose Lua OSC transmitterRobin Gareus
2016-03-19remove cruftRobin Gareus
2016-03-19the return of the Session::Exported signalRobin Gareus
2016-03-19add Lua Bindings for ARDOUR::RegionRobin Gareus
2016-03-19add OSC Lua bindingsRobin Gareus
2016-03-19plug a tiny memory leakRobin Gareus
2016-03-19suppress realloc-poll debug messages in optimized buildsRobin Gareus
2016-03-19fix some plugin control name typosRobin Gareus
2016-03-19amend prev commitRobin Gareus
2016-03-19gcc4 compatRobin Gareus
2016-03-18Fix blocked patch:Set messages.Hanspeter Portner
2016-03-18Add a Lua Action Script to add scopes to all tracksRobin Gareus
2016-03-18start a dedicated ARDOUR lua function collectionRobin Gareus
2016-03-18fix processor DnD from sidebar.Robin Gareus
2016-03-18add a lua inline scope processorRobin Gareus
2016-03-18special case LuaProc Inline Display UI: direct cairo contextRobin Gareus
2016-03-18fix possible overflow (printing float)Robin Gareus