summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
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
2016-06-12more meta-data placeholders for post-export commandRobin Gareus
2016-06-12Fix exact tempo pulse for snap to bars case.nick_m
2016-06-12Make exact beat calculation of tempi a bit less cumbersome. Move tempi on an ...nick_m
2016-06-12Set tempo sections to the exact pulse when snapped to a musical grid.nick_m
2016-06-10make relative gain control in route groups work (again)Paul Davis
2016-06-11Unused variable - no-op.nick_m
2016-06-11Fix many offset errors when drawing notes in midi regions that have been edited.nick_m
2016-06-10noop: comment fix.Paul Davis
2016-06-10New editor API to retrieve the Stripable with via presentation info order.Paul Davis
2016-06-10Various changes to PresentationInfo and a small consolidation of sorters.Paul Davis
2016-06-10Apply some constraints to bbt dragging.nick_m
2016-06-09provide a heuristic to decide if the color has been set for a PresentationInf...Paul Davis
2016-06-10Amend last commit.nick_m
2016-06-10Audio locked meters with an existing tempo may be dragged past that tempo's l...nick_m
2016-06-09Possible fix for memory pool problem in session click.nick_m
2016-06-08Fix a couple of build errors in the test suite.Colin Fletcher
2016-06-08move gui_changed() signal from Route to StripablePaul Davis