From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dmta0014.nifty.com (mta-snd00013.nifty.com [106.153.226.45]) by sourceware.org (Postfix) with ESMTPS id 9B3293858C2C for ; Sat, 23 Sep 2023 12:14:40 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 9B3293858C2C Authentication-Results: sourceware.org; dmarc=fail (p=none dis=none) header.from=nifty.ne.jp Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=nifty.ne.jp Received: from localhost.localdomain by dmta0014.nifty.com with ESMTP id <20230923121438514.OZCI.39250.localhost.localdomain@nifty.com> for ; Sat, 23 Sep 2023 21:14:38 +0900 From: Takashi Yano To: cygwin-announce@cygwin.com Date: Sat, 23 Sep 2023 21:14:04 +0900 Message-Id: <20230923211404.38430-1-takashi.yano@nifty.ne.jp> Subject: libtimidity 0.2.7-1 X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: The following packages have been uploaded to the Cygwin distribution: * libtimidity2-0.2.7-1 * libtimidity-devel-0.2.7-1 This library is based on the TiMidity decoder from SDL_sound library. Purpose to create this library is to avoid unnecessary dependencies. SDL_sound requires SDL and some other libraries, that not needed to process MIDI files. In addition libTiMidity provides more suitable API to work with MIDI songs, it enables to specify full path to the timidity configuration file, and have function to retrieve meta data from MIDI song.