From c23dfbe35975b672ff71f3d1184fa340eb0aecc9 Mon Sep 17 00:00:00 2001 From: Owen Green Date: Tue, 5 Feb 2019 22:58:04 +0000 Subject: [PATCH] Yeah, maybe don't overwrite the Unit that SC loving prepared for you. That would be stupid include/FluidSCWrapper.hpp --- include/FluidSCWrapper.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/FluidSCWrapper.hpp b/include/FluidSCWrapper.hpp index 4551eba..aaeeee6 100644 --- a/include/FluidSCWrapper.hpp +++ b/include/FluidSCWrapper.hpp @@ -153,7 +153,6 @@ public: static void setup(InterfaceTable *ft, const char *name) { registerUnit(ft, name); } RealTime(): - SCUnit{}, mControlsIterator{mInBuf + mSpecialIndex + 1,mNumInputs - mSpecialIndex - 1}, mClient{ClientFactory::create(mWorld,&mControlsIterator)} {}