SOLVED:Mirf Library and sending Pot values AND buttonpresses

Also I realize that no matter what is coming out of the recieving end, it will all be in one chunk so how would I seperate the different values to be able to be used as parts of a MIDI message???

The idea is to put the data in the payload in a known order. Then, each byte in the payload received has a known meaning. Extract the data in the correct order to have the receiver have the same data that the sender sent.