esluyter / super-bufrd

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

fix Array:poll so that it correctly polls SuperPairs. #9

Closed esluyter closed 4 years ago

esluyter commented 4 years ago

Reproducer:

(
{
  var res;
  res = SuperPlayBuf.arDetails(2, b, start: b.atSec(1000));
  //res.poll; // problem!!
  res[0]
}.play
)