mirror of
https://github.com/thestk/stk
synced 2026-01-11 20:11:52 +00:00
Bug fix in FreeVerb; Added <cstring> header in Stk.h (which seemed necessary for MinGW).
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user