We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I'm able to create and play long sound samples with code like this: wave = minim.createSample( samples, format, buffersize ); wave.trigger(); But the array samples is huge, and sometimes I want to play only a small part of it. Is there a way to specify a range within samples when I call createSample, or do I have to create a new separate smaller sample each time, and trigger the smaller sample?
Answers
There is a new forum
Please ask there