Sound library update not working

edited September 2018 in Library Questions

So processing was working with my code perfectly before this sound library update (2.0.1). When the code gets to this section (it's just the first one there so that's probably why it does the specific section):

menus = new SoundFile(this, "menu.mp3");

It gives this error:

ArrayIndexOutOfBoundsException: 20823

Sep 11, 2018 11:12:31 PM com.jsyn.devices.javasound.JavaSoundAudioDevice <init> INFO: JSyn: default output latency set to 80 msec for Windows 10 Sep 11, 2018 11:12:31 PM com.jsyn.engine.SynthesisEngine start INFO: Pure Java JSyn from www.softsynth.com, rate = 44100, RT, V16.8.0 (build 463, 2017-10-16)

Is there a way to revert to the older version or like what weird "update" is this?

Tagged:

Answers

Sign In or Register to comment.