//Author: John T. Rine //05-02-2011 //Edited by Matthew Taft //05-20-2011 //Broke header and length reading routines into functions, added ability to read the first track into a byte array //To Be Done: Create a class within Orca_Protocol to store tracks as arrays and make an array of them size of the number of tracks //Ex: //class trackArray { //byte track[]; //} //trackArray totTracks[len] //for i=0;i