Skip to content

Commit

Permalink
Merge pull request #166 from flucoma/bugfix-shape-sinesfeature
Browse files Browse the repository at this point in the history
BREAKING: SineFeature class def
  • Loading branch information
tremblap committed Sep 3, 2023
2 parents b2963b1 + 61b5363 commit 489e984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-packaging/Classes/FluidSineFeature.sc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 489e984

Please sign in to comment.