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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...