Hi Sensorium. First of all congratulations with this GREAT project!
I've started using mozzi some weaks ago. Tested Arduinos Diecimila and Duemilanove (both ATMega168 and 328) and everything worked fine. (The 16KHz squeal was successfully removed with the T-notch and low-pass filter).
So I moved on to an Arduino Mega 2560, as my code was getting bigger. But I can't upload sketches that include the mozzi library, even mozzi examples give me this same error:
"Error compiling"
~/Documents/Arduino/libraries/Mozzi/mozzi_rand.cpp: In function 'long int longRandom()':
~/Documents/Arduino/libraries/Mozzi/mozzi_rand.cpp:64: error: 'INTERNAL' was not declared in this scope"
——————————————————————————————————————————————————
This happens even if mozzi_rand.h is not included in the sketch!...
Can anyone help ?