pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/abcmidi Update to 20120415



details:   https://anonhg.NetBSD.org/pkgsrc/rev/73e9295fdc6c
branches:  trunk
changeset: 603050:73e9295fdc6c
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Fri Apr 27 18:40:50 2012 +0000

description:
Update to 20120415

Changelog:

November 18 2011

Abcmidi new feature. The MIDI commands, chordprog and bassprog have
been extended to allow for an octave offset. In the following example


November 30 2011

Abc2midi slurring bug.


December 8 2011

Abc2midi: fermata bug. When a rest is preceded by a fermata symbol
H, abc2midi fails to recognize the rest.


December 11 2011

Abc2midi: lyrics bug with inline voices.


December 19 2011

Abc2midi clef-octave bug. In the following example, the clef=treble
declaration does not restore the octave setting to zero.


January 29 2012

Abc2midi: extended %%MIDI chordname command to handle up to 10 notes (instead
of 6).


March 08 2012

Abc2midi: grace bug with voice overlay. Abc2midi loses synchronization when voice overlays and gracenotes present.


March 22 2012

Abc2midi repeat error message:

abc2midi runs without error messages if the tunes are processed
individually.


March 26 2012

Abc2midi fermata bug:


March 29 2012

Abc2midi bug: abc2midi applies fermatas to all chords in which the
length is set outside the chord.


March 30 2012

Abc2midi bug: more bugs when fermata is applied to a chord.


April 1 2012

Abc2midi: new feature. Introduced a new option (-TT)  to tune the key of
A above or below 440.0 Hz but less than a semitone. The output MIDI
file will re-tune to that frequency. The purpose of this feature
is to accommodate some instruments like the accordian which are
not tune exactly to 440.0 Hz.


April 03 2012

Abc2midi -tuning. Changed to the lower frequency limit to 414.9 to
permit A=415 Hz, a common tuning for Baroque music. The bend
variable is still limited between 0 and 16383.


April 15 2012

Abc2midi - lyrics. The function checksyllables() in genmidi.c emits
warnings even when there do not seem to be any errors in the
placement of the lyrics. I do not know how to fix this problem,
or even whether a fix exists. Furthermore, the warnings do not
appear useful as they are not very specific. Users can easily
check the placement of the syllables by viewing the score produced
by abcm2ps.  The error message in checksyllables() is now suppressed
except when running abc2midi in verbose mode.

diffstat:

 audio/abcmidi/Makefile |  4 ++--
 audio/abcmidi/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (34 lines):

diff -r 2a12fdd755f8 -r 73e9295fdc6c audio/abcmidi/Makefile
--- a/audio/abcmidi/Makefile    Fri Apr 27 16:53:13 2012 +0000
+++ b/audio/abcmidi/Makefile    Fri Apr 27 18:40:50 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2011/11/08 11:04:05 ryoon Exp $
+# $NetBSD: Makefile,v 1.12 2012/04/27 18:40:50 ryoon Exp $
 #
 
 DISTNAME=      abcMIDI-${ABCMIDIVER}
@@ -13,7 +13,7 @@
 COMMENT=       Music utilities for abc
 LICENSE=       gnu-gpl-v2
 
-ABCMIDIVER=    2011-10-21
+ABCMIDIVER=    2012-04-15
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
diff -r 2a12fdd755f8 -r 73e9295fdc6c audio/abcmidi/distinfo
--- a/audio/abcmidi/distinfo    Fri Apr 27 16:53:13 2012 +0000
+++ b/audio/abcmidi/distinfo    Fri Apr 27 18:40:50 2012 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.8 2011/11/08 11:04:05 ryoon Exp $
+$NetBSD: distinfo,v 1.9 2012/04/27 18:40:50 ryoon Exp $
 
-SHA1 (abcMIDI-2011-10-21.zip) = 5b358d0dfd5c80e12b40cb096494816860ac2f26
-RMD160 (abcMIDI-2011-10-21.zip) = 8b420e274a04d4dead540d3ce0a10ff4d42adb8b
-Size (abcMIDI-2011-10-21.zip) = 470459 bytes
+SHA1 (abcMIDI-2012-04-15.zip) = 071665c6269509f98bbfc586a22d1a5324318a1f
+RMD160 (abcMIDI-2012-04-15.zip) = 1054c1fd3359f3d3501b91bcc55990b8abc05dab
+Size (abcMIDI-2012-04-15.zip) = 478454 bytes
 SHA1 (patch-Makefile.in) = 46cff6cde3c32b0e54e200f2eabc148422d68f26
 SHA1 (patch-ab) = 27df5bb0d637336d7c244c5c9ac9c115bfd9ed24
 SHA1 (patch-ac) = 54e42d69173162ce991564c592e5be1fcc8cc0fa



Home | Main Index | Thread Index | Old Index