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
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
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
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.
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 ![]()