How did this sneak back in? Removing from this branch, again
release-packaging/Classes/FluidOnsetSlice.scnix
parent
e6d4bacaf5
commit
337b3e6e25
@ -1,5 +0,0 @@
|
||||
FluidOnsetSlice : UGen {
|
||||
*ar { arg in = 0, function = 0, threshold = 0.1, debounce = 2, filterSize = 5, winSize = 1024, hopSize = 256, frameDelta = 0, fftSize = 1024, maFFTSize = 16384;
|
||||
^this.multiNew('audio', in.asAudioRateInput(this), function, threshold, debounce, filterSize, winSize, hopSize, frameDelta, fftSize, maFFTSize)
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue