mirror of
https://github.com/sshlien/abcmidi.git
synced 2025-12-06 15:05:07 +00:00
2020.07.14
This commit is contained in:
@@ -13745,4 +13745,12 @@ can take various values.
|
||||
You can find a test file detune.abc in the samples folder.
|
||||
|
||||
|
||||
July 14 2020
|
||||
yaps: cleaned up numerous gcc warnings such as
|
||||
drawtune.c:3245:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
|
||||
lineno = (int)(ft->item);
|
||||
|
||||
changed
|
||||
lineno = (long)(ft->item);
|
||||
etc.
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ abcMIDI : abc <-> MIDI conversion utilities
|
||||
midi2abc version 3.46 June 22 2020
|
||||
abc2midi version 4.38 July 05 2020
|
||||
abc2abc version 2.08 June 04 2020
|
||||
yaps version 1.77 June 04 2020
|
||||
yaps version 1.78 June 14 2020
|
||||
abcmatch version 1.73 June 04 2020
|
||||
midicopy version 1.36 June 04 2019
|
||||
|
||||
|
||||
Reference in New Issue
Block a user