mikolo wrote:thats cool man! I've been toying with a miduino on and off for a while, but that can only accept 6 analogue inputs. How do you get it read the other two analogue faders.. kind of hope its something simple... but not so simple that i feel stupid!haha
like Nym already said. The 4051 has 8 analog inputs and 1 out. It uses 3 digital inputs to choose which input to listen to. So from the Atmel chip i'm sending 3 digital outputs for the binary number that defines which input on the 4051 is active.
distortedtekno wrote:but i'd like to add 8 rotary encoders for pan adjustments or effects.
rotaries are digital i believe. its all doable. I've got numerous midi controllers laying around in the studio, but they're all either usb only or complete overkill. The concept behind this box was to keep it extremely simple, inspired by the simple mixer on the TR-707 which brings the box(performance-wise) to life in such a big way imo.
Pastor-of-Muppets wrote:how did you make your case? this will be the first time I've needed to build a case like that
The case is a stock multi-purpose ABS casing. Most places where you can order the electronic components for such projects will also have these kinds of cases. I used an artist friends "dremel" to do the grooves.
Nym wrote:..which leads me to ask if the original poster used all 8 faders on the mux, or 3 on the mux and the other 5 on the rest on the free analog inputs?
hehe..i considered doing 3 and 5, but the scanning works well enough for me so its only 1 analog input on the Atmega. Keeps the code leaner.
Most of the time went into soldering everything to the board. and then the casing. I'm looking into online places for getting a batch of pcb's done, but i'm going to need some advice from someone experienced in the matter..pcb/copper thickness and whatnot. A standard arduino will get you pretty much there and save a lot of headache except you'll need to proto the 4051 onto it.