esluyter / super-bufrd

UGens for accessing long buffers with subsample accuracy
GNU General Public License v3.0
26 stars 3 forks source link

SuperPhasorX doesn't respect loop duration #5

Closed elgiano closed 4 years ago

elgiano commented 4 years ago

Hear the minimalist phasing here:

b = Buffer.read(); // you have a buf here
{
    [0,0.1].collect{|f|
        SuperPlayBufX.ar(1,b,1,1,0,0,BufSampleRate.ir(b),1,fadeTime:f)
    }
}.play