From e4146d6dae3a0451d0d6246efad996df60a81bde Mon Sep 17 00:00:00 2001 From: Ariel Elkin Date: Sun, 6 Apr 2014 08:39:31 +0100 Subject: [PATCH] Update TapDelay.cpp --- src/TapDelay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TapDelay.cpp b/src/TapDelay.cpp index f4d52c3..3c4a53a 100644 --- a/src/TapDelay.cpp +++ b/src/TapDelay.cpp @@ -72,7 +72,7 @@ void TapDelay :: setTapDelays( std::vector taps ) if ( taps.size() != outPoint_.size() ) { outPoint_.resize( taps.size() ); delays_.resize( taps.size() ); - lastFrame_.resize( 1, (unsigned int)taps.size(), 0.0 ); + lastFrame_.resize( 1, (unsigned int)taps.size(), 0.0 ); } for ( unsigned int i=0; i