putc (shifted_note, outfile); | putc (shifted_note, outfile); | ||||
outfile_bytecount += 2; | outfile_bytecount += 2; | ||||
if (velocityoutput) { | if (velocityoutput) { | ||||
putc (shifted_note, outfile); | |||||
putc (trk->velocity, outfile); | |||||
outfile_bytecount++; | outfile_bytecount++; | ||||
} | } | ||||
} | } |