summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
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-19amend prev commitRobin Gareus
2016-03-19gcc4 compatRobin Gareus
2016-03-18Fix blocked patch:Set messages.Hanspeter Portner
2016-03-18start a dedicated ARDOUR lua function collectionRobin Gareus
2016-03-18fix processor DnD from sidebar.Robin 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-17I'm taking a guess that we need to pass 'this' at line 243 of 'gtkmm2ext/fade...John Emmas
2016-03-17Make provision for building with the new LV2 extensions (when building with M...John Emmas
2016-03-16add missing ifdefRobin Gareus
2016-03-16Midi Busses? why yes!Robin Gareus
2016-03-15avoid memcpy if it's not needed.Robin Gareus
2016-03-15change API for CairoWidget::focus_handlerPaul Davis
2016-03-15no need for an noop methodPaul Davis
2016-03-15remove plugin ui settings from rc-configRobin Gareus
2016-03-15new preference: don't open plugin GUI when there's an inline displayRobin Gareus
2016-03-14update [LV2] Plugin Inline Display API: drop cairo dependencyRobin Gareus
2016-03-14use ForGroup to flag and detect route-group based control changesPaul Davis
2016-03-14add new Controllable::GroupDisposition value, ForGroup, to identify changes b...Paul Davis
2016-03-14Implement LV2 Inline Display ExtensionRobin Gareus
2016-03-14prototype online self-automating LV2 plugin interfaceRobin Gareus
2016-03-14prepare custom LV2 extensionsRobin Gareus
2016-03-12Some AudioGrapher classes need to be exportable now, to support newly introdu...John Emmas
2016-03-12Make sure that class 'ARDOUR::AnalysisGraph' is exportable (since it gets use...John Emmas
2016-03-12Accommodate newly introduced source(s) in our MSVC project (libardour)John Emmas
2016-03-12cleaner version of ac3da53Robin Gareus
2016-03-12reset export status when not normalizing - fixes #6816Robin Gareus
2016-03-11and now without debug printf()Robin Gareus
2016-03-11prepare DnD for copying processor stateRobin Gareus
2016-03-11Configurable export-silence trim threshold (no GUI yet)Robin Gareus
2016-03-11prepare region/range loudness analysisRobin Gareus
2016-03-11Make sure that a newly introduced class will be visible if it's needed outsid...John Emmas
2016-03-11Accommodate newly introduced source(s) in our MSVC project (gtkmm2ext)John Emmas
2016-03-08fix __cpuid() on x86Florian Weimer
2016-03-08Adds a tooltip to the iconMathias Buhr
2016-03-08Implements filtering in bindings editorMathias Buhr
2016-03-08remove uncharacteristic commentsPaul Davis
2016-03-08fix up indentation in libs/gtkmm2ext/bindings code, probably messed up by ema...Paul Davis
2016-03-07fix port-export analysis for > 2 channels.Robin Gareus
2016-03-05don't downcase Home, End and other non-single-key keycode namesPaul Davis
2016-03-05Small refactoring of keyboard bindings (first part)Mathias Buhr