diff --git a/include/FluidSCWrapper.hpp b/include/FluidSCWrapper.hpp index b7ef1f5..83e9a20 100644 --- a/include/FluidSCWrapper.hpp +++ b/include/FluidSCWrapper.hpp @@ -124,7 +124,9 @@ template class RealTime : public SCUnit public: static void setup(InterfaceTable *ft, const char *name) { registerUnit(ft, name); } - RealTime():mControlsIterator{nullptr,0} {} + RealTime(): mControlsIterator{mInBuf + mSpecialIndex + 1,mNumInputs - mSpecialIndex - 1} + {} + //mControlsIterator{nullptr,0} {} void init() {