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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to