Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 1087963C4B1 for ; Fri, 27 Apr 2012 18:40:17 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1291614A20B; Fri, 27 Apr 2012 18:40:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 426CB14A208 for ; Fri, 27 Apr 2012 18:40:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id xJ0EU7Dc16Ni for ; Fri, 27 Apr 2012 18:40:25 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 760C514A21A for ; Fri, 27 Apr 2012 18:40:24 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 287D4175DD; Fri, 27 Apr 2012 18:40:51 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Fri, 27 Apr 2012 18:40:51 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/audio/abcmidi To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20120427184051.287D4175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: ryoon Date: Fri Apr 27 18:40:50 UTC 2012 Modified Files: pkgsrc/audio/abcmidi: Makefile distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/audio/abcmidi/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/audio/abcmidi/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.