[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#782840: marked as done (ams fails to read sequencer patch files)



Your message dated Fri, 16 Jun 2023 23:19:47 +0200
with message-id <e765af83-39ce-9389-1cb7-33427bca41dc@y0o.de>
and subject line Re: ams fails to read sequencer patch files
has caused the Debian Bug report #782840,
regarding ams fails to read sequencer patch files
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
782840: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=782840
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: ams
Version: 2.1.1-0trusty3
Severity: normal

Dear Maintainer,

ams version 2.1.1 fails to open the sequencer demo files sequence01.ams to
sequence03.ams. They are available at system directory
  /usr/share/ams/demos/

When I open one of these example files the sequencer module is not recognized
and so not linked within the loaded patch.

This bug is meanwhile fixed upstream (I am an upstream developer). An a patch
to fix this bug is attached.



-- System Information:
Debian Release: jessie/sid
  APT prefers trusty-updates
  APT policy: (500, 'trusty-updates'), (500, 'trusty-security'), (500, 'trusty')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-34-lowlatency (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ams depends on:
ii  cmt                               1.16-1
ii  libasound2                        1.0.27.2-3ubuntu7
ii  libc6                             2.19-0ubuntu6.6
ii  libfftw3-double3                  3.3.3-7ubuntu3
ii  libgcc1                           1:4.9.1-0ubuntu1
ii  libjack-jackd2-0 [libjack-0.116]  1.9.9.5+20130622git7de15e7a-1ubuntu1
ii  liblo7                            0.28-3
ii  libqt4-opengl                     4:4.8.5+git192-g085f851+dfsg-2ubuntu4
ii  libqtcore4                        4:4.8.5+git192-g085f851+dfsg-2ubuntu4
ii  libqtgui4                         4:4.8.5+git192-g085f851+dfsg-2ubuntu4
ii  libstdc++6                        4.8.2-19ubuntu1
ii  libzita-alsa-pcmi0                0.2.0-2
ii  mcp-plugins                       0.4.0-2
ii  swh-plugins                       0.4.15+1-7

Versions of packages ams recommends:
pn  amb-plugins  <none>
ii  rev-plugins  0.6.1-1
ii  vco-plugins  0.3.0-2

ams suggests no packages.

-- no debconf information
diff -u -r1.55 modularsynth.cpp
--- ams-2.1.1.orig/src/modularsynth.cpp	13 Apr 2014 09:38:29 -0000	1.55
+++ ams-2.1.1.orig/src/modularsynth.cpp	18 Apr 2015 15:30:04 -0000
@@ -1720,7 +1720,7 @@
               add_delay(moduleID);
               break;
           case M_type_seq:
-              add_seq(moduleID, subID1);
+              add_seq(subID1, moduleID);
               break;
           case M_type_env:
               add_env(moduleID);

--- End Message ---
--- Begin Message ---
Version: 2.2.0-1

Fixed with the version above.

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


--- End Message ---

Reply to: