Constructors given in Sound Library documentation not working (original) (raw)
kll April 23, 2019, 1:28pm 4
yes, looks like many of that examples
cue, duration, jump, resize, read, write, pan, samplerate …
have that wrong
sample = new AudioSample(this, 100000, 22050);
example code ( must be from some old version ??)
looks like it would work with
sample = new AudioSample(this, 100000, false, 22050);
pls try
thanks for finding & reporting.
i linked this/you from github issues
https://github.com/processing/processing-docs/issues/750 :