Jump to content

MB64, can pots be disabled?


jmayes
 Share

Recommended Posts

I don't need but a few continues controllers for my project so if I can disable all but one pot on each analog input, 4051's will not be needed.

I looked over Serges GUI but did not see a disable in the list

Hack the syx file?

Thankx for the help,

Jmayes

Link to comment
Share on other sites

the easiest way i found was to edit the setup_midibox64.asm file.

you will find this section:

#define DEFAULT_NUMBER_AIN 64 <----this is the number of ain inputs if you only want 3 change to #define DEFAULT_NUMBER_AIN 3

#define DEFAULT_ENABLE_AIN_MUX 1 <----this is if you are using more than one ain such as an ainx4 if you are using one ain input not multiple change to #define DEFAULT_ENABLE_AIN_MUX 0

i found this much easier and quicker to do than grounding the other unused connections.

all you need to do then is recompile it, check the mios wiki and thre you will find a quick start details on recompiling the asm file when edited along with the 3 other programs needed.

Link to comment
Share on other sites

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

×
×
  • Create New...