Hello
I am making a synthesizer with a teensy 4.1 but dont know how i can change my patchcords can i only manually change it by changing it at top of the code or can i do it also in "void loop "?
Hello
I am making a synthesizer with a teensy 4.1 but dont know how i can change my patchcords can i only manually change it by changing it at top of the code or can i do it also in "void loop "?
You can do it from loop(), see https://www.pjrc.com/teensy/td_libs_...onnection.html
Ow thx i will try that out