Len noticed a bug in binary velocity output

pull/5/head
Dean Blackketter 8 years ago
parent 8a9403e368
commit 0051f25fd7
  1. 2
      miditones.c

@ -949,7 +949,7 @@ int main(int argc,char *argv[]) {
putc (shifted_note, outfile);
outfile_bytecount += 2;
if (velocityoutput) {
putc (shifted_note, outfile);
putc (trk->velocity, outfile);
outfile_bytecount++;
}
}

Loading…
Cancel
Save