We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
HalfOctaveVUDemo (Read 698 times)
HalfOctaveVUDemo
Jan 26th, 2010, 1:23pm
 
Hi,

I've downloaded the HalfOctaveVUDemo from dave bollinger website

This is the errors i'm getting

Code:


Exception in thread "Animation Thread" java.lang.NoClassDefFoundError: com/jcraft/jogg/SyncState
at org.tritonus.sampled.file.jorbis.JorbisAudioFileReader.getAudioFileFormat(JorbisAudioFileReader.java:71)
at org.tritonus.share.sampled.file.TAudioFileReader.getAudioInputStream(TAudioFileReader.java:360)
at org.tritonus.share.sampled.file.TAudioFileReader.getAudioInputStream(TAudioFileReader.java:239)
at javax.sound.sampled.AudioSystem.getAudioInputStream(AudioSystem.java:1162)
at krister.Ess.SPIWorkaround.getAudioInputStream(SPIWorkaround.java:47)
at krister.Ess.AudioChannel.loadSound(AudioChannel.java:230)
at krister.Ess.AudioChannel.<init>(AudioChannel.java:60)
at HalfOctaveVUDemo.setup(HalfOctaveVUDemo.java:54)
at processing.core.PApplet.handleDraw(PApplet.java:1402)
at processing.core.PApplet.run(PApplet.java:1327)
at java.lang.Thread.run(Thread.java:637)
Caused by: java.lang.ClassNotFoundException: com.jcraft.jogg.SyncState
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:319)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:330)
at java.lang.ClassLoader.loadClass(ClassLoader.java:254)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:399)



Can anyone point me in the right direction?

Thanks,
Jack

Re: HalfOctaveVUDemo
Reply #1 - Jan 27th, 2010, 8:45am
 
hi,

is it possible that you don't have the audiofile???

regards maik
Page Index Toggle Pages: 1