Jump to content

Recommended Posts

Posted

I think I've tried every possible wiring configuration, but I'm not getting any output from my pot(s). I've eliminated the AIN module and I'm trying to run a single pot off of j5a. I get no midi output, only resets when I cause a short. I've followed the diagrams here http://www.ucapps.de/mbhp/auaimbctg.pdf with no luck it seems. MIOS studio registers nothing on MIDI, except on resets. Are there any photographs of pots wired up to core revision r4d alone or w/ AIN r4? I'm making no progress. Running latest 64e app.

Posted

Try the ain64_din128_dout128_v2b app (less is sometimes more).

Your pot (is it ~10k?) most likely has 3 pins (as in the attached pic). A goes to Ground, B goes to the J5 pin and C goes to +5V.

If that doesn't work - show some pics!

edit: whoops. forgot the pic :-)

5714_43590ef5351862f372b7a63544c2c8de9e6

5714_43590ef5351862f372b7a63544c2c8de9e6

Posted

Are you corrected the some default values for pots in

the setup_midibox16e.asm file :

...

#define DEFAULT_NUMBER_AIN 0

;

; you could enable the multiplexers here to test this application

; with a MIDIbox64 based hardware

; if 0: no multiplexers (a *must* when MF module connected)

; if 1: use multiplexers

#define DEFAULT_ENABLE_AIN_MUX 0

...

Posted

Nope, didn't enable multiplexers. That would be part of my problem, but I can still test pots in unmuxed mode directly on the core without recompiling with this flag set, right? I want to make sure I'm wiring things up correctly before I add in the AIN module.

Posted

Nope, didn't enable multiplexers. That would be part of my problem, but I can still test pots in unmuxed mode directly on the core without recompiling with this flag set, right? I want to make sure I'm wiring things up correctly before I add in the AIN module.

Are you corrected the some default values for pots in

the setup_midibox16e.asm file :

...

#define DEFAULT_NUMBER_AIN 0

;

; you could enable the multiplexers here to test this application

; with a MIDIbox64 based hardware

; if 0: no multiplexers (a *must* when MF module connected)

; if 1: use multiplexers

#define DEFAULT_ENABLE_AIN_MUX 0

...

in this string:

#define DEFAULT_NUMBER_AIN 0

edit your pots quantity from 0 up to 8 for unmuxed mode , recompile , and pots will work.

  • 2 months later...
Posted

in this string:

#define DEFAULT_NUMBER_AIN 0

edit your pots quantity from 0 up to 8 for unmuxed mode , recompile , and pots will work.

For muxed mode, do I want to specify both the muxed flag and the number of pots or just the muxed flag?

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...