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
MB64, can pots be disabled?
Started by
jmayes
, Mar 24 2011 01:14
1 reply to this topic
#1
Posted 24 March 2011 - 01:14
#2
Posted 24 March 2011 - 09:45
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.
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.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users



