Bug fix in FreeVerb; Added <cstring> header in Stk.h (which seemed necessary for MinGW).

This commit is contained in:
Gary Scavone
2014-04-11 16:03:52 -04:00
parent 32a3b551d8
commit 92ca28918f
4 changed files with 3 additions and 4 deletions

View File

@@ -183,10 +183,6 @@ inline StkFloat FreeVerb::tick( StkFloat inputL, StkFloat inputR, unsigned int c
}
#endif
if ( !inputR ) {
inputR = inputL;
}
StkFloat fInput = (inputL + inputR) * gain_;
StkFloat outL = 0.0;
StkFloat outR = 0.0;