esluyter
esluyter
oh, and the helpfile code blows up on my machine -- might be to do with ar frequency straddling 0, BLOsc doesn't seem to like freq < 0 ``` Ndef(\notam,...
now broken further: ``` { var start = [1,2]; SuperPlayBuf.ar(2,~buf,1,1,0, start, start+1 ) }.play ( { var start = 1; SuperPlayBufX.arDetails(2,~buf,1,1,0, start, (start+1) ) }.play ) ( { var start...
From historical email from elgiano: > - BinaryOpUGen: I rewrote all functions already, except DemandRate and Supernova ones. Unfortunately we can't easily subclass it... anyway, you can find my work...