This website works better with JavaScript.
홈
탐색
도움말
로그인
visus
/
teensy-audio
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
Activity
소스 검색
Len noticed a bug in binary velocity output
dds
Dean Blackketter
8 년 전
부모
c53268213d
커밋
a4814ce934
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++;
}
}
Write
Preview
Loading…
취소
저장