mirror of
https://github.com/sshlien/abcmidi.git
synced 2025-12-06 06:55:06 +00:00
2022.02.18
This commit is contained in:
19
doc/CHANGES
19
doc/CHANGES
@@ -14599,3 +14599,22 @@ abc2midi: added an optional third parameter to %%MIDI bendvelocity
|
||||
which specifies the number of MIDI pitchbend messages to create.
|
||||
If this parameter is missing, the default is 8 as before.
|
||||
|
||||
|
||||
February 18 2022
|
||||
abc2midi bug: the K: and V: score option transposes the music in the
|
||||
wrong direction. eg
|
||||
|
||||
X:1
|
||||
T: transpose
|
||||
M: 4/4
|
||||
L: 1/4
|
||||
K: G sound = DC
|
||||
CDEF|GABc|
|
||||
|
||||
CDEF... converted to BbCDE.. instead of DEF#G...
|
||||
|
||||
Fix: swapped p2 and p1 in
|
||||
*transpose = p2 - p1;
|
||||
in parsesound() in parseabc.c
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user