summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-19change Audio backend sample time methods to use a 64 bit timelinePaul Davis
2015-02-19add a nonsense-midi test sequence:Robin Gareus
2015-02-19fix memory leak in case LV2 GUI fails.Robin Gareus
2015-02-19fix some static-analysis warningsRobin Gareus
2015-02-19fix transport issues when loop-is-mode is off.Paul Davis
2015-02-19rsynth: map note-on with zero velocity to note-offRobin Gareus
2015-02-18stop dragged regions moving to the dropzone during autoscrolling towards the ...Paul Davis
2015-02-18fix initialization order (sigh)Paul Davis
2015-02-18Revert "[Summary] Eliminated redundant marker update notification which lead ...Paul Davis
2015-02-18Revert "fix indentation from previous commit and previous edits"Paul Davis
2015-02-17OSX package: don’t copy dylib itself to libdir.Robin Gareus
2015-02-17fix windows packaging (unversioned dll)Robin Gareus
2015-02-17try to restore original semantics for scheduling butler transport work in Ses...Paul Davis
2015-02-17another required fix following recent cherry-picks from wavesPaul Davis
2015-02-17[Summary] Blocked redundant skip marker (during skip ranges consolidation) up...GZharun
2015-02-17mark session dirty when loop location is changedPaul Davis
2015-02-17fix indentation from previous commit and previous editsPaul Davis
2015-02-17[Summary] Eliminated redundant marker update notification which lead to creat...GZharun
2015-02-17[Summary] Fixed loop processing in cases when loop is moved/resizedGZharun
2015-02-16fixes for desirable playback when using seamless looping.Paul Davis
2015-02-16fixes for non-overlapping fade in/out even in regions not at zeroPaul Davis
2015-02-16dump bundled file-listRobin Gareus
2015-02-16remove lib versioning for internal pluginsRobin Gareus
2015-02-16Increase transparency of Loop rectangle so tempo lines are visibleTim Mayberry
2015-02-15Add TestUI class to properly handle EventLoop invalidationTim Mayberry
2015-02-15Move TestReceiver class in libardour tests into own header fileTim Mayberry
2015-02-15Add a few test util functions and refactor existing test codeTim Mayberry
2015-02-14add john and todd to contributor listBen Loftis
2015-02-14fix testPathIsWithin unit-test:Robin Gareus
2015-02-14hide terminal window for windows vst scannerRobin Gareus
2015-02-13Fix LV2 UIs with spacey paths (e.g. Pianoteq).David Robillard
2015-02-14fix regexp in prev commit (abs path)Robin Gareus
2015-02-14linux packaging: ignore QT4 dependencyRobin Gareus
2015-02-13fix seamless looping after a locate out of the loop.Paul Davis
2015-02-13correctly set track loop status when locating away from loop range (and later...Paul Davis
2015-02-13fix up recent cherry-picks from waves' tracksPaul Davis
2015-02-13insanely complex fixes for dragging to and from the drop zone.Paul Davis
2015-02-13fix up recent cherry-picks from waves' tracksPaul Davis
2015-02-13prevent fade in/fade out on audio regions from overlapping each otherPaul Davis
2015-02-13implement axis-limited draggingPaul Davis
2015-02-13detect if drags appear to be vertical or horizontal as we cross the move thre...Paul Davis
2015-02-13fix behaviour of region-copy-drag when using the dropzone.Paul Davis
2015-02-13allow normal right trimming even if the start of a range is at zeroPaul Davis
2015-02-13After dragging from multiple tracks to the dropzone, create the right number ...Paul Davis
2015-02-13add a common test-failed indicatorRobin Gareus
2015-02-13Add a test for the constrained cubic interpolation of Evoral::CurveColin Fletcher
2015-02-13When building with MSVC add a couple of new pragmas to cut down on the most f...John Emmas
2015-02-13When building with MSVC, follow Robin's lead and add support for a new env va...John Emmas
2015-02-12win-pkg, ignore missing suil modulesRobin Gareus
2015-02-12add accessor methods for single_exposureBen Loftis