Browse Source

Merge pull request #162 from blackketter/master

Len noticed a bug in binary velocity output
dds
Paul Stoffregen 9 years ago
parent
commit
0d77d46112
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      extras/miditones/miditones.c

+ 1
- 1
extras/miditones/miditones.c View File

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++;
} }
} }

Loading…
Cancel
Save