Hello Teensy Audio people!
I met Paul briefly at the Hackaday supercon and he kindly gave me a teensy4 from his swag bag. I've been enjoying making live techno with the Pocket Operators and what is missing is memory and cpu intensive effects.
So I thought I'd make something in the same style with a long delay and reverb.
I have a nice working demo with the audio shield and a PyQT serial controller so I can change parameters from the PC. The fun part is automating the knob twiddles (a bit like the punch in fx on the POs)!
Now that I've got a pretty solid idea of how many knobs and buttons I need I've started working on a PCB that will replace the audio shield and add the knobs, buttons and leds.
Here's where I'm at so far:
https://github.com/mattvenn/teensy-audio-fx
I'm just about to order boards, and I'm going for 4 layer to try to reduce audio interference from all the digital stuff, so things a bit more pricey than usual. If anyone has time or inclination to take a look at the schematic I'd appreciate it.
I have copied the schematic of the audio shield and pretty sure I've got it wired up right. I've left off the SD card but kept the flash/ram.
I'm using the TLC5947 for the LEDs and the 4067 multiplexer for the knobs.
I'm hoping I can use SPI to load the LED data, but I can always bitbang it.
One question I have is: Is it possible to add the flash chip and combine it with the ram on the teensy to get even longer delays? Otherwise, it's probably not much point in keeping the flash/ram footprint on the board.
Thanks for any thoughts,
Matt
I met Paul briefly at the Hackaday supercon and he kindly gave me a teensy4 from his swag bag. I've been enjoying making live techno with the Pocket Operators and what is missing is memory and cpu intensive effects.
So I thought I'd make something in the same style with a long delay and reverb.
I have a nice working demo with the audio shield and a PyQT serial controller so I can change parameters from the PC. The fun part is automating the knob twiddles (a bit like the punch in fx on the POs)!
Now that I've got a pretty solid idea of how many knobs and buttons I need I've started working on a PCB that will replace the audio shield and add the knobs, buttons and leds.
Here's where I'm at so far:
https://github.com/mattvenn/teensy-audio-fx
I'm just about to order boards, and I'm going for 4 layer to try to reduce audio interference from all the digital stuff, so things a bit more pricey than usual. If anyone has time or inclination to take a look at the schematic I'd appreciate it.
I have copied the schematic of the audio shield and pretty sure I've got it wired up right. I've left off the SD card but kept the flash/ram.
I'm using the TLC5947 for the LEDs and the 4067 multiplexer for the knobs.
I'm hoping I can use SPI to load the LED data, but I can always bitbang it.
One question I have is: Is it possible to add the flash chip and combine it with the ram on the teensy to get even longer delays? Otherwise, it's probably not much point in keeping the flash/ram footprint on the board.
Thanks for any thoughts,
Matt