Package: cheesetracker
Version: 0.9.9-4
Severity: important
Tags: patch
Cheesetracker doesn't play long samples. The problem is a debug code
developer left in. I include a patch with the report.
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-2-386
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Versions of packages cheesetracker depends on:
ii libasound2 1.0.11-7 ALSA library
ii libc6 2.3.6-15 GNU C Library: Shared libraries
ii libgcc1 1:4.1.1-13 GCC support library
ii libjack0.100.0-0 0.101.1-1 JACK Audio Connection Kit (librari
ii libqt3-mt 3:3.3.6-2 Qt GUI Library (Threaded runtime v
ii libsigc++-1.2-5c2 1.2.7-2 type-safe Signal Framework for C++
ii libstdc++6 4.1.1-13 The GNU Standard C++ Library v3
ii zlib1g 1:1.2.3-13 compression library - runtime
cheesetracker recommends no packages.
-- no debconf information
--- cheesetracker-0.9.9-5/cheesetracker/trackercore/tracker_voice.cpp
2004-04-23 06:21:32.000000000 +0300
+++ cheesetracker-0.9.9-4/cheesetracker/trackercore/tracker_voice.cpp
2006-10-02 11:06:48.116445648 +0300
@@ -246,9 +246,8 @@
endpos=info.current_index+done*info.increment_index;
-// if (info.volume || (info.oldlvol) || (info.oldrvol)) {
-
- if((info.current_index<0x7fffffff)&&(endpos<0x7fffffff))
{
+ if (info.volume || (info.oldlvol) || (info.oldrvol)) {
+// if((info.current_index<0x7fffffff)&&(endpos<0x7fffffff))
{
float l_vol_old,l_vol_new;
float r_vol_old,r_vol_new;
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]