mirror of
https://github.com/sshlien/abcmidi.git
synced 2025-12-06 06:55:06 +00:00
2020.11.07
This commit is contained in:
21
doc/CHANGES
21
doc/CHANGES
@@ -13977,3 +13977,24 @@ and a number. This change propagated to the other files position.c,
|
||||
debug.c, yaprstree.c and drawtune.c. There are too many changes in
|
||||
yapstree.c and drawtune.c to list.
|
||||
|
||||
|
||||
November 01 2020
|
||||
|
||||
Yaps: James Allwright fixed a bug introduced recently that caused yaps
|
||||
to shift the notes down two ledger lines when the clef is not declared
|
||||
(parseabc.c). More security checks were introduced to prevent yaps
|
||||
and midi2abc to produce lines greater than 256 characters (drawtune.c,
|
||||
drawtune.h, yapstree.c and midi2abc.c).
|
||||
|
||||
November 07 2020
|
||||
Yaps: a missing voidptr prevented the compilation of drawtune.c on MacOS.
|
||||
Lines 3006-3011 was replaced with
|
||||
if (v->place->type == LEFT_TEXT) {
|
||||
printtext(left, v->place->item.voidptr, &textfont);
|
||||
};
|
||||
if (v->place->type == CENTRE_TEXT) {
|
||||
printtext(centre, v->place->item.voidptr, &textfont);
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
abcMIDI : abc <-> MIDI conversion utilities
|
||||
|
||||
midi2abc version 3.46 June 22 2020
|
||||
midi2abc version 3.47 November 01 2020
|
||||
abc2midi version 4.44 October 19 2020
|
||||
abc2abc version 2.12 October 19 2020
|
||||
yaps version 1.83 October 27 2020
|
||||
yaps version 1.85 November 07 2020
|
||||
abcmatch version 1.76 October 19 2020
|
||||
midicopy version 1.37 October 10 2020
|
||||
|
||||
@@ -14,7 +14,7 @@ J.R.Allwright@westminster.ac.uk
|
||||
University of Westminster,
|
||||
London, UK
|
||||
|
||||
October 2020
|
||||
November 2020
|
||||
|
||||
Seymour Shlien
|
||||
Ottawa, Canada
|
||||
|
||||
Reference in New Issue
Block a user