The only boards.txt on my harddrive (running linux) is in the old arduino-1.8.13 folder. Hmmm..
Good tip on that boards.local.txt though, I wish there was a way to make boards.txt changes that were only per-project.
Has anyone got this to work on a Teensy 4 with the Audio Shield?
I tried the code below and it compiled, but AUDIO_SAMPLE_RATE_EXACT is still showing up as 44100. I'm calling setI2SFreq(22050) in setup() after...
Thanks h4yn0nnym0u5e, I'll start doing some research. The C++ FAUST code gets automatically generated, so it's pretty much a black box to me.. just concerned the added memory won't be seen by the FAUST object since I...
Hey everyone,
I've successfully got some FAUST projects working on the Teensy 4, very excited!
One of the projects involves a lot of delay lines (144 of them up to 50ms long) and it seems like I need at least triple...
Hi Paul, looks like the first method worked! Thank you.
Why can't it be even simpler like:
String enable = {
"enable0",
"enable1",
"enable2",
"enable3",
"enable4",
Hey everyone, I'm trying to simplify my code and make the following statements inside a nice/easy FOR loop. I'll be manipulating these variables lots, so being able to address them like an array would help out lots....
Hi StweartG, I was hoping for something that can turn the FAUST code into an object that would appear as a block in the graphic user interface of the Audio System Design Tool for Teensy. With the appropriate amount of...