When I run this, I get the error "local variable i may not have been initiated"...I've never gotten this before and I'm not sure why it's popping up... This program barely does anything yet (see code below), it's just the very baby stages of something that's going to do edit distance and hopefully an animation sort of thing...Apologies if there are other errors in it, but I can't get past this one.
My program works just fine when I run it directly from Processing on my laptop or export it to an application (though I've only been able to test MacOSx for this). But when I export it to an applet it just doesn't work, and I have no idea why. I'm using ControlP5 for my interface, and I have a feeling that has something to do with it since it would appear as if the physics and sound libraries are working just fine.
In fact, its specifically the Bang and Toggle bits that are not working - the TextField is fine and so is the Knob, but this isn't much use without all the Bang buttons I have going on to send these values somewhere...
The code is far too long to post here, but if you're willing to help you can get the source from here:
Apologies to seasoned professionals for the state of my code - I'm a new programmer and I have a feeling it's kind of bloated. If it's too gross for you to get through, sorry! I have to have this code done to hopefully get some data from online participants for my PhD by weeks end and I'm afraid speed has overtaken grace (which may be part of the problem!).