Преглед на файлове

Merge pull request #162 from blackketter/master

Len noticed a bug in binary velocity output
dds
Paul Stoffregen преди 9 години
родител
ревизия
0d77d46112
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      extras/miditones/miditones.c

+ 1
- 1
extras/miditones/miditones.c Целия файл

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…
Отказ
Запис