瀏覽代碼

Len noticed a bug in binary velocity output

dds
Dean Blackketter 8 年之前
父節點
當前提交
a4814ce934
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      extras/miditones/miditones.c

+ 1
- 1
extras/miditones/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…
取消
儲存