This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
teensy-audio
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Len noticed a bug in binary velocity output
dds
Dean Blackketter
8 years ago
parent
c53268213d
commit
a4814ce934
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
extras/miditones/miditones.c
+ 1
- 1
extras/miditones/miditones.c
View File
@@ -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++;
}
}
Write
Preview
Loading…
Cancel
Save