Hey all, I was trying to put together a simple program to test max polyphony of various teensy platforms but I'm getting unexpected results, specifically just clicking noises
I've included my code, can anybody spot what the issue might be?
Thanks
#include <Audio.h>
#include <Wire.h>
#include...