Jump to content

Recommended Posts

Posted

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

Posted

No need for separate AIN module.

Search the main.asm for:

#define DEFAULT_NUMBER_AIN 0

and 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

Posted
Correct me if I'm wrong

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)

Best Regards, Thorsten.

Posted

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 ;)

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...