diff --git a/src/effect_audio/mverb/MVerb.h b/src/effect_audio/mverb/MVerb.h index 0394cc3..736ef56 100644 --- a/src/effect_audio/mverb/MVerb.h +++ b/src/effect_audio/mverb/MVerb.h @@ -32,13 +32,13 @@ template class MVerb { private: - Allpass allpass[4]; - StaticAllpassFourTap allpassFourTap[4]; + Allpass allpass[4]; + StaticAllpassFourTap allpassFourTap[4]; StateVariable bandwidthFilter[2]; StateVariable damping[2]; - StaticDelayLine predelay; - StaticDelayLineFourTap staticDelayLine[4]; - StaticDelayLineEightTap earlyReflectionsDelayLine[2]; + StaticDelayLine predelay; + StaticDelayLineFourTap staticDelayLine[4]; + StaticDelayLineEightTap earlyReflectionsDelayLine[2]; T SampleRate, DampingFreq, Density1, Density2, BandwidthFreq, PreDelayTime, Decay, Gain, Mix, EarlyMix, Size; T MixSmooth, EarlyLateSmooth, BandwidthSmooth, DampingSmooth, PredelaySmooth, SizeSmooth, DensitySmooth, DecaySmooth; T PreviousLeftTank, PreviousRightTank;