Did you make the call for MIOS_AIN_UnMuxed (I’m usually in assembler)?
If it isn’t in that app, I guess you’d need to add something like
call MIOS_AIN_UnMuxed
to your main.asm or somewhere. You can see it in the USER_Init code in apps like the MB64, but there it uses an “if/else” because they have that DEFAULT_MUX_ENABLED user pref. I think all you’d need is that one call, but make sure you’ve got your number of pots or whatever else you need set correctly as well.