summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2016-07-07prepare sharing C++ class instances across lua-interpretersRobin Gareus
2016-07-07lua PBD ringbuffer bindingsRobin Gareus
2016-07-07Don't add audio outs to non-audio routes with strict I/OJulien "_FrnchFrgg_" RIVAUD
2016-07-06quick checks on empty control lists, to avoid unnecessary workPaul Davis
2016-07-06a few post-rebase cleanupsPaul Davis
2016-07-06remove a bunch of code that will no longer be usedPaul Davis
2016-07-06tweak lua gcRobin Gareus
2016-07-05update route/processor semanticsRobin Gareus
2016-07-05implement lv2:designation processing#enable (for bypass ports)Robin Gareus
2016-07-05add API to use a plugin provided bypass control portRobin Gareus
2016-07-05add support for http://lv2plug.in/ns/ext/port-props/#rangeStepsRobin Gareus
2016-07-05amend d9de72215 - bypass replicated instances w/sidechain inputsRobin Gareus
2016-07-04OSC: Signal for editor mixer change. (Selected or not)Len Ovens
2016-07-05fix bypassing plugins with sidechain i/oRobin Gareus
2016-07-04fix AU sidechain bussesRobin Gareus
2016-07-04remove temporarily added signalPaul Davis
2016-07-04add session-scope selection ops for StripablesPaul Davis
2016-07-04fix another logic error in PresentationInfo::flag_match()Paul Davis
2016-07-042nd part of previous commitPaul Davis
2016-07-04make sure that rec-enable changes get to do their non-RT stuff before being q...Paul Davis
2016-07-04experimental support for AU sidechain bussesRobin Gareus
2016-07-03UI: Add editor_mixer route pointer to session so all UIs can know the same cu...Len Ovens
2016-07-04flush output buffers after processing - fixes midi-bus chainingRobin Gareus
2016-07-04LV2 render-value: override precisionRobin Gareus
2016-07-04add PangoCairo lua bindingsRobin Gareus
2016-07-03fix behaviour when opening up a gap to insert new Stripables.Paul Davis
2016-07-03explanatory commentPaul Davis
2016-07-02only reconfigure lua DSP plugins if channelcount changesRobin Gareus
2016-07-02extend lua API:Robin Gareus
2016-07-02remove Session::get_nth_stripable.ccPaul Davis
2016-07-01use correct property when PresentationInfo::color is set from XMLPaul Davis
2016-07-01fix logic of PresentationInfo::color_set()Paul Davis
2016-07-01some debug message for lua processorsRobin Gareus
2016-06-28remove debug output and add a few suggestive commentsPaul Davis
2016-06-28changes in logic used by source cleanup to avoid endless recursion in session...Paul Davis
2016-06-28ignore automation for non-automatables.Robin Gareus
2016-06-28some more translation fixesRobin Gareus
2016-06-28tweak b7e645ec6, use session start/end positionRobin Gareus
2016-06-27switching to "touch" implies existing automation.Robin Gareus
2016-06-26Enable build for FreeBSD (part 1/2)Robin Gareus
2016-06-25fix typoRobin Gareus
2016-06-25fix typos in prev commitRobin Gareus
2016-06-25major internal plugin & processor API change:Robin Gareus
2016-06-25Fix counting thinko in tests.nick_m
2016-06-22another C++98 fixRobin Gareus
2016-06-21always run amp/trim LPFRobin Gareus
2016-06-18Make sure MSVC knows which version of 'floor()' we wantJohn Emmas
2016-06-17fix upsampling import of X-channel files where buffersize % X != 0Robin Gareus
2016-06-16set latency of sidechain portRobin Gareus
2016-06-12ignore midi on monitor-section and force strict-i/oRobin Gareus