Hello all, long time no midi. Good to be back though. Anyway, straight to it.... Is there a way to get the current physical position of all pots, and then transmit them. I want to trigger this command from a midi message- CC127 on channel one- Git this far- void MPROC_NotifyReceivedEvnt(unsigned char evnt0, unsigned char evnt1, unsigned char evnt2) __wparam { if (evnt0 == 0xb0 && evnt1 == 0x7F) Okay. So that's the easy bit. Any help?? Cheers. Mark