Your message dated Tue, 25 Oct 2005 05:47:20 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#324513: fixed in sweep 0.8.4-2
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 22 Aug 2005 14:33:10 +0000
>From [EMAIL PROTECTED] Mon Aug 22 07:33:10 2005
Return-path: <[EMAIL PROTECTED]>
Received: from 81-178-97-146.dsl.pipex.com (localhost.localdomain)
[81.178.97.146]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E7DML-0002t8-00; Mon, 22 Aug 2005 07:33:10 -0700
Received: from piem by localhost.localdomain with local (Exim 4.52)
id 1E7DLl-0006Vk-UF; Mon, 22 Aug 2005 15:32:33 +0100
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Paul Brossier <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: sweep: playing note A3 plays a G#3
Reply-To: Paul Brossier <[EMAIL PROTECTED]>
X-Mailer: reportbug 3.15
Date: Mon, 22 Aug 2005 15:32:33 +0100
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
Package: sweep
Version: 0.8.3-1
Severity: normal
Tags: patch
The following patch fixes the playing speed for the note A3, which was
previously set at the same as for G#3. The values can be calculated with this
python script:
from math import *
for i in range(-16,13):
print '%.6f' % (exp((60.-i)/12*log(2))/exp((60)/12*log(2)))
i think this bug didn't exist in the previous upstream version.
cheers, paul
$ diff -ruNad upstream/src/notes.c sweep-0.8.3/src/notes.c
--- upstream/src/notes.c 2005-03-06 09:36:33.000000000 +0000
+++ sweep-0.8.3/src/notes.c 2005-08-22 14:50:10.000000000 +0100
@@ -66,7 +66,7 @@
{ N_("F#3"), 0.707107, GDK_g },
{ N_("G3") , 0.749154, GDK_b },
{ N_("G#3"), 0.793701, GDK_h },
- { N_("A3") , 0.793701, GDK_n },
+ { N_("A3") , 0.840896, GDK_n },
{ N_("Bb3"), 0.890899, GDK_j },
{ N_("B3") , 0.943874, GDK_m },
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Versions of packages sweep depends on:
ii libc6 2.3.5-3 GNU C Library: Shared libraries an
ii libglib1.2 1.2.10-10 The GLib library of C routines
ii libgtk1.2 1.2.10-17 The GIMP Toolkit set of widgets fo
ii libmad0 0.15.1b-2.1 MPEG audio decoder library
ii libogg0 1.1.2-1 Ogg Bitstream Library
ii libsamplerate0 0.1.1-2 audio rate conversion library
ii libsndfile1 1.0.11-1 Library for reading/writing audio
ii libvorbis0a 1.1.0-1 The Vorbis General Audio Compressi
ii libvorbisenc2 1.1.0-1 The Vorbis General Audio Compressi
ii libvorbisfile3 1.1.0-1 The Vorbis General Audio Compressi
ii libx11-6 6.8.2.dfsg.1-5 X Window System protocol client li
ii libxext6 6.8.2.dfsg.1-5 X Window System miscellaneous exte
ii libxi6 6.8.2.dfsg.1-5 X Window System Input extension li
ii xlibs 6.8.2.dfsg.1-5 X Window System client libraries m
Versions of packages sweep recommends:
ii blop [ladspa-plugin] 0.2.8-3 Bandlimited wavetable-based oscill
ii caps [ladspa-plugin] 0.2.3-3 C* Audio Plugin Suite
ii cmt [ladspa-plugin] 1.15-2 Computer Music Toolkit (cmt) a col
ii ladspa-sdk [ladspa-plugin] 1.1-3 sample tools for linux-audio-dev p
ii swh-plugins [ladspa-plugin] 0.4.13-1 Steve Harris's LADSPA plugins
ii tap-plugins [ladspa-plugin] 0.7.0-1 Tom's Audio Processing LADSPA plug
-- debconf-show failed
---------------------------------------
Received: (at 324513-close) by bugs.debian.org; 25 Oct 2005 12:48:33 +0000
>From [EMAIL PROTECTED] Tue Oct 25 05:48:33 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EUOD2-0004Kk-00; Tue, 25 Oct 2005 05:47:20 -0700
From: Anand Kumria <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#324513: fixed in sweep 0.8.4-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 25 Oct 2005 05:47:20 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 2
Source: sweep
Source-Version: 0.8.4-2
We believe that the bug you reported is fixed in the latest version of
sweep, which is due to be installed in the Debian FTP archive:
sweep-dev_0.8.4-2_all.deb
to pool/main/s/sweep/sweep-dev_0.8.4-2_all.deb
sweep_0.8.4-2.diff.gz
to pool/main/s/sweep/sweep_0.8.4-2.diff.gz
sweep_0.8.4-2.dsc
to pool/main/s/sweep/sweep_0.8.4-2.dsc
sweep_0.8.4-2_i386.deb
to pool/main/s/sweep/sweep_0.8.4-2_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Anand Kumria <[EMAIL PROTECTED]> (supplier of updated sweep package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Tue, 6 Sep 2005 23:37:33 +1000
Source: sweep
Binary: sweep sweep-dev
Architecture: source i386 all
Version: 0.8.4-2
Distribution: unstable
Urgency: low
Maintainer: Anand Kumria <[EMAIL PROTECTED]>
Changed-By: Anand Kumria <[EMAIL PROTECTED]>
Description:
sweep - An editor for sound samples
sweep-dev - Development files for sweep plug-ins
Closes: 324513 326845
Changes:
sweep (0.8.4-2) unstable; urgency=low
.
* Play the note A3 as intended (Closes: #324513)
* Point to (and install) the correct xpm for the menu entry (Closes: #326845)
Files:
3f6449cb3b26901d1eefc01cd3d5e9c5 849 sound optional sweep_0.8.4-2.dsc
7050fd3b0b9eafc8ad5b3401430298c1 8369 sound optional sweep_0.8.4-2.diff.gz
fe0bbc7e0cfe351cda3a3dc7ff44dca6 37654 devel optional sweep-dev_0.8.4-2_all.deb
8e558df36e53309684b37295b62c7b29 472396 sound optional sweep_0.8.4-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iQCVAwUBQ14opWRmcAD8BdppAQJMHQQA39YB3tCQnuFKQav9Pe2PfuC8PKp4QdAn
6TzAqkKxzAJ2cjUOM4znE+CP5Pus2BaDivBMbHPmCtr14FU0XgcolLEOsB8bTo7o
WO0b6n8qhOgLlvyK7lzv2qxusfVPyk/lHl0iiI/WNWLAOFw8UXFcepXDflTxOu8n
TsqoMXGO9oQ=
=Z4sy
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]