diff options
Diffstat (limited to 'src/GainControl.cpp')
-rw-r--r-- | src/GainControl.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/GainControl.cpp b/src/GainControl.cpp index f575133..ec3e90f 100644 --- a/src/GainControl.cpp +++ b/src/GainControl.cpp @@ -48,8 +48,7 @@ GainControl::GainControl(size_t framesize, GainMode mode, float& digGain, float normalise) : - ModCodec(ModFormat(framesize * sizeof(complexf)), - ModFormat(framesize * sizeof(complexf))), + ModCodec(), RemoteControllable("gain"), #ifdef __SSE__ m_frameSize(framesize * sizeof(complexf) / sizeof(__m128)), |