summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
Reset the autoscroll counter when scrolling stops, and correct the check when vertical autoscrolling is permitted for whether scrolling has stopped.
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
(default move action removes an entry in the TreeView)
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
2016-03-18add LuaProc Plugin state (to allow state copy, indep from controllables)Robin Gareus
2016-03-18implement LuaProc inline displayRobin Gareus
2016-03-18Add some convenient DSP methods for lua scriptsRobin Gareus
2016-03-18allow to bind functions with reference args in global lua namespaceRobin Gareus
2016-03-17add basic set of Cairo Lua bindingsRobin Gareus
2016-03-17I'm taking a guess that we need to pass 'this' at line 243 of ↵John Emmas
'gtkmm2ext/fader.cc' (makes it consistent with similar changes elsewhere).
2016-03-17Make provision for building with the new LV2 extensions (when building with ↵John Emmas
MSVC)
2016-03-16add missing ifdefRobin Gareus
2016-03-16Midi Busses? why yes!Robin Gareus
2016-03-15fix capitalization of sections of key editorPaul Davis
2016-03-15fix wscript to know about key binding dependenciesPaul Davis
2016-03-16relax inline display height constraintRobin Gareus
2016-03-15change the way the key editor gets populated; drop binding sets with no actionsPaul Davis
2016-03-15in key editor, attach key press/release handlers before other handlers so ↵Paul Davis
that normal treeview navigation keys (backspace, up, down etc.) can still be bound
2016-03-15do the safety dancePaul Davis
2016-03-15safety pointer resets in MonitorSection dtor. Not intended to fix any known bugsPaul Davis
2016-03-15add and remove monitor section bindings as MS is created/destroyedPaul Davis
2016-03-15allow access to ProcessorBox bindingsPaul Davis
2016-03-15extend API of key binding editor to allow for tab removalPaul Davis
2016-03-15show processor box bindings in key binding editorPaul Davis
2016-03-15add new API to ARDOUR_UI to allow dynamic add/remove of keyboard bindings to ↵Paul Davis
key binding editor
2016-03-15fix segfaults/crashes when quitting under valgrindPaul Davis
2016-03-15avoid memcpy if it's not needed.Robin Gareus
besides, memcpy areas may not overlap
2016-03-15fix carelesslly deleted line that caused endless loop when missingPaul Davis
2016-03-15give monitor section its own bindingsPaul Davis
2016-03-15give ProcessorBox its own bindingsPaul Davis
2016-03-15new two new "pre-coded" bindings file, for the monitor section and the ↵Paul Davis
processor box
2016-03-15when handling a keyboard event, if the current focus widget has ardour ↵Paul Davis
bindings attached, use them rather the ones for the main window content tab