summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-22Spelling correction patch from DebianAdrian Knoth
2016-02-22don't trip over missing `nm` toolNils Philippsen
2016-02-22Revert and additional change due to --strict warnings.André Nusser
2016-02-22Fix compilation warnings. (gtk2_ardour part)André Nusser
2016-02-22Fix compilation warnings. (libs part)André Nusser
2016-02-22better system for managing kbd focus after cmd-w closing a dialog.Paul Davis
2016-02-22manually revert most of previous commit related to dialog/main window focus m...Paul Davis
2016-02-22os x: an initial attempt at fixing loss of keyboard focus after cmd-w to clos...Paul Davis
2016-02-22Fix 6783, Using "Esc" key doesn't cancel creating new Track/Bus GroupTim Mayberry
2016-02-22prepare for gcc6 rint() precision degradationRobin Gareus
2016-02-21prevent some mess when automating control ports on midi synthsRobin Gareus
2016-02-21alsa: allow environment variable ARDOUR_ALSA_DEVICE to identify a single, arb...Paul Davis
2016-02-21make threaded waveview rendering a configure time option (enabled by default)Paul Davis
2016-02-21OS X: fix the handling of SUPER,HYPER,META (see code comment for more)Paul Davis
2016-02-21prevent crash is VST does not implement effEditGetRectRobin Gareus
2016-02-20add an OOM check.Robin Gareus
2016-02-20help clang static analyzerRobin Gareus
2016-02-20fix segfault in libardour unit-tests (possible crash in mackie sf)Robin Gareus
2016-02-20add processor lookup by PBD::ID via sessionRobin Gareus
2016-02-20fix linux bundle installerRobin Gareus
2016-02-19third time luckyRobin Gareus
2016-02-19and now without typoRobin Gareus
2016-02-19fix Windows OSC supportRobin Gareus
2016-02-19Revert "disable threaded waveform rendering for 4.7"Robin Gareus
2016-02-19possible fix for AVLinux VST bundles.Robin Gareus
2016-02-18add MCP device file for Nucleus-via-platform MIDI4.7Paul Davis
2016-02-18disable threaded waveform rendering for 4.7Paul Davis
2016-02-18remove HYPER,SUPER,META modifier masks from Keyboard::RelevantModifierMask so...Paul Davis
2016-02-18add a static utility function (should really be in utils.cc and public) to sh...Paul Davis
2016-02-18Add Pavel Potocek to authorsTim Mayberry
2016-02-18Change the tap tempo estimator to least-squares regressionPavel Potocek
2016-02-17now with return valueRobin Gareus
2016-02-17Fix Post Export "Open Folder" button for OS XRobin Gareus
2016-02-17allot to open OSX Finder with arbitrary pathsRobin Gareus
2016-02-17translatable missing plugin messageRobin Gareus
2016-02-17amend missing plugin message to hint that a plugin may be blacklistedRobin Gareus
2016-02-17Make sure that MSVC knows which version of 'ceil()' we wantJohn Emmas
2016-02-16OSC: remove "/session/loaded" message altogether, for testing on Win.Ben Loftis
2016-02-16Fill some more VST transport flags.Ben Loftis
2016-02-16fix normalize + trim silence at end.Robin Gareus
2016-02-16prepare threshold for silence trimRobin Gareus
2016-02-16work-around case where metric is NULL in split cycles.Robin Gareus
2016-02-16try to catch https://github.com/rncbc/synthv1/issues/1#issuecomment-183041991Robin Gareus
2016-02-16Revert "proper debug prints for Analyser"Robin Gareus
2016-02-16re-bin analysis results to take silence striping into account.Robin Gareus
2016-02-16chunk data before analysis, prefer 8KRobin Gareus
2016-02-16Analysis: 1 sample slack (for resampling rounding)Robin Gareus
2016-02-16fix Export SRC buffer report:Robin Gareus
2016-02-16Fix Analysis duration for added silenceRobin Gareus
2016-02-16don't re-use variable namesRobin Gareus