argument typo in FluidLoudness 'maxwindowSize' --> 'maxWindowSize'

nix
Ted Moore 4 years ago
parent fd0bd47cf3
commit ffc3c32901

@ -1,5 +1,5 @@
FluidLoudness : FluidRTMultiOutUGen {
*kr { arg in = 0, kWeighting = 1, truePeak = 1, windowSize = 1024, hopSize = 512, maxwindowSize = 16384;
*kr { arg in = 0, kWeighting = 1, truePeak = 1, windowSize = 1024, hopSize = 512, maxWindowSize = 16384;
^this.multiNew('control', in.asAudioRateInput(this), kWeighting, truePeak, windowSize, hopSize, maxwindowSize);
}

Loading…
Cancel
Save