Your message dated Sat, 2 Jan 2010 19:03:16 +0100
with message-id <e5354091001021003n2e570fdco2697d8d8c754c...@mail.gmail.com>
and subject line 
has caused the Debian Bug report #502639,
regarding ams: "Follow MIDI controller" doesn't work
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 ow...@bugs.debian.org
immediately.)


-- 
502639: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=502639
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ams
Version: 1.8.7-5
Severity: normal
Tags: patch

The "Follow MIDI controller" option doesn't work (i.e., behaves like
"Init MIDI controller") due to a misplaced closing brace.

--- ams-1.8.7.orig/midiguicomponent.cpp 2008-05-01 16:57:37.000000000 +0400
+++ ams-1.8.7/midiguicomponent.cpp      2008-05-01 16:57:43.000000000 +0400
@@ -109,11 +109,11 @@
         snd_seq_event_output_direct(synthdata->seq_handle, &ev);
 //        fprintf(stderr, "--> %d %d %d\n", type, ch, param);
       }
-      if (synthdata->midiControllerMode > 0) {
-        controllerOK = true;
-      }  
-    }  
-  }  
+    }
+    if (synthdata->midiControllerMode > 0) {
+      controllerOK = true;
+    }
+  }
   setMidiValue(value);
 }
 



--- End Message ---
--- Begin Message ---
Fixed in 2.0.0-1

-- 
Alessio Treglia <quadris...@ubuntu.com>
Ubuntu MOTU Developer | Homepage: http://www.alessiotreglia.com
0FEC 59A5 E18E E04F 6D40 593B 45D4 8C7C DCFC 3FD0


--- End Message ---
_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to