Lines Matching defs:track
777 /* XXX only support one track so far */
779 unsigned char track[] = {
787 unsigned total_size = data_size + sizeof header + sizeof track + sizeof bpm;
794 track[4] = BYTE4(total_size);
795 track[5] = BYTE3(total_size);
796 track[6] = BYTE2(total_size);
797 track[7] = BYTE1(total_size);
806 if (write(outfd, track, sizeof track) != sizeof track)
807 err(1, "write of track header failed");