processing-sound-archive icon indicating copy to clipboard operation
processing-sound-archive copied to clipboard

jump() throws an error

Open REAS opened this issue 10 years ago • 0 comments

The jump() method for SoundFile throws errors in situations like this:

void draw() {
  float sp = map(mouseX, 100, width-100, 0, soundfile.duration());
  soundfile.jump(sp);
}

REAS avatar Feb 11 '15 17:02 REAS