Copies low bins from one input and the high bins of the other.
PV_BinWipe.new(bufferA, bufferB, wipe: 0.0)
Arguments:
bufferA |
FFT buffer A. |
bufferB |
FFT buffer B. |
wipe |
Can range between -1 and +1.
If wipe == 0, then the output is the same as bufferA .
If wipe > 0, then it begins replacing with bins from bufferB from the bottom up.
If wipe < 0, then it begins replacing with bins from bufferB from the top down. |