Update SliceTransient to TransientSlice
parent
dbbf52c4ce
commit
b5aab8dca5
@ -1,4 +1,4 @@
|
|||||||
FluidSliceTransients : UGen {
|
FluidTransientSlice : UGen {
|
||||||
*ar { arg in = 0, order = 20, blocksize = 256, padding = 128, skew = 0.0, threshFwd = 3.0, threshBack = 1.1, winSize=14, debounce=25;
|
*ar { arg in = 0, order = 20, blocksize = 256, padding = 128, skew = 0.0, threshFwd = 3.0, threshBack = 1.1, winSize=14, debounce=25;
|
||||||
^this.multiNew('audio', in.asAudioRateInput(this), order, blocksize, padding, skew,threshFwd ,threshBack, winSize, debounce)
|
^this.multiNew('audio', in.asAudioRateInput(this), order, blocksize, padding, skew,threshFwd ,threshBack, winSize, debounce)
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue