Reset can just be tied to 3.3V with no switch.
You also don't really need resistors on the LED pin, it can be attached straight to 5V though they shouldn't hurt other than making it dimmer.
D/C on pin 10 is fine as long as you don't have the...
I've ported this app to our Teensy 4.1 Mozart board and it works a treat. Next job is to add System Exclusive and drive it through webMidi until I get the interface sorted out.
Nice one.
FWIW This noisy readings from pots that you mention in the video can be easily solved by filtering and hysteresis. Pots provide full range of real time performance that Is useful if you want to sweep that filter fast. I get 100% stable readings...
A little Fairlight CMI feelings.. :love:
Degenerator 2 play Fairlight sample. Setting the loop points in the "SARARR" sample from the Fairlight wasn't easy.
To accomplish this, I used the program Endless WAV by Björn Bojahr.
Endless WAV
Make sure to read the datasheet for the 74HC4067 analog mux carefully. It works great, but you must respect the required settling time after setting the address lines & before reading the output.
Mark J Culross
KD5RXT
I don't think the Mega and Uno should both be I2C masters on the same bus...
I'm reasonably sure they can both work in slave mode; I would suggest doing that and having the Teensy act as the master, polling them for updates when it wants to.
This is my current Teensy Audio Library build, my first Audio Library build. I'm using a Teensy 4.1 & a TDM board CS42448 to generate 8 outputs that are sent to 8 multipole analogue 24dB filters. These are then merged into a mono signal for the...