Quote:
Originally Posted by calatron
Multiplexers and an Arduino... it's pretty damn simple.
I built a mixer control a while back: http://cal.freeshell.org/?x=entry:entry090217-191431
As far as buttons, you could use a single analog input and have all your buttons hooked up to a different resistor. That will generate a different value from which you can send a specific midi note. One thing, you could only read one button at a time(shouldn't be an issue actually) but you can also add the values of two or more buttons together to trigger a completely different note.
|
That's awesome. Just what I was looking for.
But I would want the buttons to be able to fire simultaneously. I would use it similar to the APC40(Ableton) and at the same time. The APC 40 is awesome, and has a lot of functionality, but if I could map every single thing I wanted to to a potentiometer or a button then I would have free reign over everything.
Thanks again, this is a large help.