Hmmm. The keyword import loads extra libraries to be used by your sketches.
And I see that import ddf.minim.*; in inside class SoundRespond.
Since it's inside that class, dunno whether the rest of your program can make use of it.
I've always put them at the very top of my main sketch and never had any problems.
Perhaps you may try doing that too?
And I see that import ddf.minim.*; in inside class SoundRespond.
Since it's inside that class, dunno whether the rest of your program can make use of it.
I've always put them at the very top of my main sketch and never had any problems.
Perhaps you may try doing that too?