frustration with mxj~
Is anyone trying to use mxj~ ? Is it me or is this the worst signal processing language ever? I realize using java externals for signal processing is silly to begin with because it will always be slower than C, but for my own edification I thought I would dash off a karplus strong algorithm in java. Well, here I am six hours later, with greatly reduced ambitions, and I can't even get the simplest filter imaginable to work--the one where you take the previous sample value, add the current sample value, and divide by 2. If anyone can figure out what's wrong with this code, I'd be grateful.
Patrick