Merge pull request #166 from flucoma/bugfix-shape-sinesfeature

BREAKING: SineFeature class def
nix
tremblap 2 years ago committed by GitHub
commit 489e9845a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,7 +3,7 @@ FluidSineFeature : FluidRTMultiOutUGen {
maxNumPeaks = maxNumPeaks ? numPeaks;
^this.multiNew('control', in.asAudioRateInput(this), numPeaks, maxNumPeaks, detectionThreshold, order, freqUnit, magUnit, windowSize, hopSize, fftSize, maxFFTSize)
^this.multiNew('control', in.asAudioRateInput(this), numPeaks, maxNumPeaks, detectionThreshold, order, freqUnit, magUnit, windowSize, hopSize, fftSize, maxFFTSize).reshape(2,maxNumPeaks)
}
init { arg ... theInputs;

Loading…
Cancel
Save