Damien Quartz
Damien Quartz
Ok, thanks. I pushed some changes to my prodoc repo. You might like to pull them and see if I managed to fix the tool.jar dependency in a way that...
Ok I had a look at your mavenize branch and everything works fine for me. I saw the empty directories in the compiled jars you mentioned and figured out those...
No worries on the delay, I've been plenty busy myself! Thanks for the update and enjoy your holidays!
I do consider this a bug. Minim hangs on to AudioRecordingStream objects so that it can close them automatically for Processing users when the sketch exits. It should not be...
Just note that the commits above address the issue of Minim itself hanging on to AudioRecordingStream references after a FilePlayer has been closed, but when using VisualVM it seemed be...
Glad you could work it out. I've been on quiet a long hiatus from active development, so I don't expect to be able to update docs or anything soon. But...
@JamesHagerman Finally getting a chance to deal with some things ... where in the documentation would you expect to find this information? I can add your comment to the documentation...
Also pertains to `setLoopPoints`
This is very old code and was never really good as a general purpose beat detection method. It worked reasonably well on music is strong beats (dance music for instance)....
As mentioned in the commit, the issue with that particular mp3 file was that the library calculated an incorrect length in milliseconds and so the loop end point was much...