Dear Thorsten
I have have been successful in obtaining the correct Dout/LED behaviour for the Radio Groups. Thanks again!
Analog Inputs
I have 8 pots and no need to multiplex. Each of the pots is associated with Midi messages (Control Changes)
7 pots are effectively volume controls for the Radio groups No 8 is the tremelo Rate.
BX YZ vv is the format where X = 0 1 or 2; YZ is 07 08 or 09 and vv is the pot value. For the tremelo YZ is 01
Any change in the pot value will send the relevant CC to the Sound Module.
I also need to send the relevant Radio group CC and for Channels 0 and1, the Tremelo CC to the Sound Module at the end of each of the Radio Group Sysex message stored in Banksticks.
I have read the example with 64 pots, 128 buttons and LEDS.
Question 1. Am I correct in assuming that I can work with 7 bit AIN values and that the 10 bit values are for the LCD BCD characters? In other words can I dispense with MIOS_AIN_PinGet and use only MIOS_AIN_Pin7Get?
Regards Robin