Silverfish Posted February 21, 2006 Report Posted February 21, 2006 Silly question time- MB64e CAN use pots/faders. Does this absolutely require an AIN module? I only need one analog part (a crossfader, for now) and wouldn't mind passing on another module to assemble. Thanks, Tyler B
moebius Posted February 21, 2006 Report Posted February 21, 2006 No need for separate AIN module.Search the main.asm for:#define DEFAULT_NUMBER_AIN 0and change it to reflect the number of analog inputs. Pot "outputs" are then connected directly to J5 on the core. (Don't ask me what is the pin 1) I suppose that by defining the number of AINs correctly no pins on core has to be clamped to ground....and as always - Correct me if I'm wrong!Moebius
TK. Posted February 21, 2006 Report Posted February 21, 2006 Correct me if I'm wrongIf no analog multiplexers are connected, it's also required to set #define DEFAULT_ENABLE_AIN_MUX 0(this is the default value, I only wanted to mention this)Best Regards, Thorsten.
moebius Posted February 21, 2006 Report Posted February 21, 2006 If no analog multiplexers are connected, it's also required to set #define DEFAULT_ENABLE_AIN_MUX 0(this is the default value, I only wanted to mention this)And the pin for First Pot in J5 is the one Close to "J5" tag..?Moebius ;)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now