Your message dated Fri, 14 Sep 2007 23:19:13 +0200
with message-id <[EMAIL PROTECTED]>
and subject line libwine-alsa: wine should recognize alsa application ports as 
generic midi ports
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)

--- Begin Message ---
Package: libwine-alsa
Version: 0.9.7-1
Severity: normal
Tags: patch upstream

Hi,

While trying to use fluidsynth for synthesizing midi stream from a
windows application, I discovered that wine considers it as a fm
synthesizer. I also got this message:

err:midi:MIDI_AlsaToWindowsDeviceType Cannot determine the type (alsa type is 
100000) of this midi device. Assuming FM Synth

The attached patch makes wine consider it as a generic midi port, please
apply and report upstream.

Regards,
Samuel

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages libwine-alsa depends on:
ii  libasound2                    1.0.10-2   ALSA library
ii  libc6                         2.3.5-13   GNU C Library: Shared libraries an
ii  libwine                       0.9.7-1    Windows API Implementation (Librar

libwine-alsa recommends no packages.

-- no debconf information

-- 
Samuel Thibault <[EMAIL PROTECTED]>
<P> moo
<N> moo ?
<D> P: keski t'arrive? :))
<P> moooo
<N> moooooo ?
<P> rien le net marche je suis content :)
 -+- #ens-mim - accro du net -+-
--- wine/dlls/winmm/winealsa/midi.c-orig        2006-02-11 11:10:56.000000000 
+0100
+++ wine/dlls/winmm/winealsa/midi.c     2006-02-11 11:10:56.000000000 +0100
@@ -158,7 +158,7 @@
     if (type & (SND_SEQ_PORT_TYPE_DIRECT_SAMPLE|SND_SEQ_PORT_TYPE_SAMPLE))
         return MOD_SYNTH;
 
-    if (type & SND_SEQ_PORT_TYPE_MIDI_GENERIC)
+    if (type & (SND_SEQ_PORT_TYPE_MIDI_GENERIC|SND_SEQ_PORT_TYPE_APPLICATION))
         return MOD_MIDIPORT;
     
     ERR("Cannot determine the type (alsa type is %x) of this midi device. 
Assuming FM Synth\n", type);

--- End Message ---
--- Begin Message ---
Version: 0.9.33-1

Fixed some time ago.

Samuel


--- End Message ---

Reply via email to