mirror of
https://github.com/thestk/stk
synced 2026-02-07 09:46:16 +00:00
Update TapDelay.cpp
This commit is contained in:
@@ -72,7 +72,7 @@ void TapDelay :: setTapDelays( std::vector<unsigned long> taps )
|
|||||||
if ( taps.size() != outPoint_.size() ) {
|
if ( taps.size() != outPoint_.size() ) {
|
||||||
outPoint_.resize( taps.size() );
|
outPoint_.resize( taps.size() );
|
||||||
delays_.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<taps.size(); i++ ) {
|
for ( unsigned int i=0; i<taps.size(); i++ ) {
|
||||||
|
|||||||
Reference in New Issue
Block a user