updated FDNMF test code, helpfile-in-progress and class description (and filename)
corrected FDSTFTPass class description and helpfile corrected FDGain helpfilenix
parent
a34cbe6afd
commit
8302eefdb8
@ -1,5 +1,5 @@
|
|||||||
FDSTFTPass : UGen {
|
FDSTFTPass : UGen {
|
||||||
*ar { arg in = 0, windowsize=1024, hopsize=256, fftsize=windowsize;
|
*ar { arg in = 0, windowSize= 1024, hopSize= 256, fftSize= -1;
|
||||||
^this.multiNew('audio', in.asAudioRateInput(this),windowsize, hopsize, fftsize)
|
^this.multiNew('audio', in.asAudioRateInput(this),windowSize, hopSize, fftSize)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue