typo: maxWindowSize in FluidLoudness

nix
Ted Moore 4 years ago
parent 812a6de010
commit f7fad289b5

@ -1,6 +1,6 @@
FluidLoudness : FluidRTMultiOutUGen { 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); ^this.multiNew('control', in.asAudioRateInput(this), kWeighting, truePeak, windowSize, hopSize, maxWindowSize);
} }
init {arg ...theInputs; init {arg ...theInputs;

Loading…
Cancel
Save