|
|
|
@ -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;
|
|
|
|
|