mirror of
https://github.com/thestk/stk
synced 2026-01-16 22:31: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;
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
#define STK_STK_H
|
||||
|
||||
#include <string>
|
||||
#include <cstring>
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <vector>
|
||||
|
||||
Reference in New Issue
Block a user