ddf / Minim

A Java audio library, designed to be used with Processing.
http://code.compartmental.net/tools/minim
GNU Lesser General Public License v3.0
671 stars 137 forks source link

FilePlayer.loop(numLoops) does not work properly #39

Closed ddf closed 9 years ago

ddf commented 9 years ago

Instead of stopping after the 0th loop, it will jump from loopCount 1 to loopCount -1, at which point it continues to loop indefinitely. This is related to the fact that FilePlayer uses read() on the AudioRecordingStream, rather than read(MultiChannelBuffer).

matinlotfali commented 5 years ago

I want to open this issue again. #97