albnys / Drum-Machine

164 stars 13 forks source link

Use of Teensy 4.0 #2

Open smutax opened 1 year ago

smutax commented 1 year ago

Hi there. Nice design! Is there anything you know of, that would not let it successfully run on Teensy 4.0? I'm looking forward to the second iteration of this project, although i think it is very good already! Keep up a good work. Cheers.

craigyjp commented 9 months ago

Not enough pins for a Teensy 4.0 to accomodate the pots and switches, if you added shift registers for the switches and buttons and a 16 channel input mux for the pots then its possible

smutax commented 9 months ago

Not enough pins for a Teensy 4.0 to accomodate the pots and switches, if you added shift registers for the switches and buttons and a 16 channel input mux for the pots then its possible

Shame really, but thanks for pointing out. As you said, it can be worked around. Anyway. Wanted to bring to your attention this great project, which could (and should) be developed into fully fledged hardware synthesizer. Hinting to your @craigyjp experience in developing hardware control interfaces. 😉 https://github.com/bwhitman/amy It runs on variety of hardware, including esp32 and even rpi pico! Just look at the synth specs! Cheers.

albnys commented 9 months ago

@smutax If you haven't seen it yet I already have made this in to a available hardware synth! 😁 https://www.thonk.co.uk/shop/crum-drum/

smutax commented 9 months ago

@craigyjp Before i forget. https://github.com/dpwe/tulip_programs/blob/main/polysynth.py This python code by AMY developer might provide a starting point. It implements midi callback and assignments to a certain midi controller keyboard. All the very best.