minim beta distro nullpointer

edited October 2013 in Library Questions

I'm not the most experienced programmer. I've been experimenting with the new beta 2.1.0 of minim and was making progress until I tried using the bandpass filter and got a java nullpointer exception on compilation. Assuming, of course, it was my fault I tried running the bandpass example to find out what I did wrong, and the example came up with the same error! Here is the error notice:

java.lang.NullPointerException at ddf.minim.ugens.UGen$UGenInput.getLastValues(UGen.java:123) at ddf.minim.effects.IIRFilter.uGenerate(IIRFilter.java:100) at ddf.minim.effects.IIRFilter.process(IIRFilter.java:139) at ddf.minim.EffectsChain.process(EffectsChain.java:247) at ddf.minim.javasound.JSAudioOutput.run(JSAudioOutput.java:85)

I'm not posting any code but the example I used was examples/libraries/minim/audioeffects/bandpassfilter. I tried a reinstall, and my java is as up to date as apple will allow. Should I just install the stable release and wait for the ugens?

Thanks, Leith

osx 10.6.8 intel i7

Sign In or Register to comment.