mirror of
https://github.com/sshlien/abcmidi.git
synced 2026-04-15 22:33:42 +00:00
2022.02.18
This commit is contained in:
@@ -1056,7 +1056,7 @@ parsesound (s, word, gottranspose, transpose)
|
||||
*transpose = 0;
|
||||
} else {
|
||||
/* printf("midi note = %d\n",p2); */
|
||||
*transpose = p2 - p1;
|
||||
*transpose = p1 - p2; /* [SS] 2022.02.18 */
|
||||
/* printf("transpose = %d\n",*transpose); */
|
||||
*gottranspose = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user