BALibrary
BALibrary copied to clipboard
Provides additional effects and utility classes for use with the Teensy Guitar Audio Pro
Hi, I have an older TGA. It uses a Teensy 3.6, so I know that it's not a MKII. But, I see that the exaples in the BALibrary suggests that...
The following code is unnecessary in every example. ``` // If the codec was already powered up (due to reboot) power it down first codecControl.disable(); delay(100); codecControl.enable(); delay(100); ``` `enable()`...
Hardware: * Teensy 3.1/3.2 with AudioShielf Full error is below. I've tried it with the following sketches: * Sketch that doesn't need BALibrary, but actively works and uploads to Teensy....