Fix never-ending timestretch
authorRobin Gareus <robin@gareus.org>
Tue, 26 Feb 2019 00:57:02 +0000 (01:57 +0100)
committerRobin Gareus <robin@gareus.org>
Tue, 26 Feb 2019 00:57:02 +0000 (01:57 +0100)
commit5f1e2d4961b5307d0130f8382ce1a48782a4f07e
tree514a875ae42c700e0acedce2cc92e8d1c3766ed7
parent75134e8ccf706208d4f4c1354444550ccf967408
Fix never-ending timestretch

This is relevant when time-stretch is canceled. In that case
stretcher.process() is never called with final=true, and hence
stretcher.available() will always return a value >=0.
libs/ardour/rb_effect.cc