tttapa / Control-Surface-Motor-Fader

Arduino motorized fader controller, and example code for integration with the Control Surface library.
https://tttapa.github.io/Pages/Arduino/Control-Theory/Motor-Fader/
GNU General Public License v3.0
95 stars 10 forks source link

Midi Controller and Motor Fader Controller on Teensy 4.1 #16

Open HenkVanHoek opened 1 year ago

HenkVanHoek commented 1 year ago

I'm impressed with the library you wrote. I was thinking of using the libraries for a long time wanted midi controller live mixer. I have already the QSC Touch 30. So not really a need for it ;-)). But just to have a hobby I was thinking about building one myself.

I was thinking of a modular system whereby the banks are 8 channels and upto 8 banks. As the Teensy 4.1 is 600 MHz. Do you think it is possible to use only the Teensy 4.1 ?

tttapa commented 1 year ago

I'm sure this is possible, but it would require quite some changes to the low-level timer and ADC code in this repository.