It works great!

The combo boxes refresh 3 times still but this is great! :)

Thanks again!

-------- Original Message  --------
Subject: Re: [Rosegarden-devel] Auto Connection to MIDI ports
From: D. Michael McIntyre <[email protected]>
To: [email protected]
Date: 04/16/09 20:27
> On Thursday 16 April 2009, Andrew Williams wrote:
>   
>> I have no problems writing C++ code and don't care if this version is
>> frozen as I don't think there will be a release of the new version
>> anytime soon. All I ask is that one of the devs point me in a direction
>> where I can remedy this situation and I will make the fix myself.
>>     
>
> This was easier to destroy than I expected, and I'm glad it's gone.  Good 
> riddance!
>
> Something like this little patch should do it for you for the stable_1_7 or 
> comparable code:
>
> Index: src/sound/AlsaDriver.cpp
> ===================================================================
> --- src/sound/AlsaDriver.cpp    (revision 10127)
> +++ src/sound/AlsaDriver.cpp    (working copy)
> @@ -644,7 +644,7 @@
>      m_devicePortMap.clear();
>      m_suspendedPortMap.clear();
>
> -    AlsaPortList::iterator it = m_alsaPorts.begin();
> +/*    AlsaPortList::iterator it = m_alsaPorts.begin();
>      for (; it != m_alsaPorts.end(); it++) {
>          if ((*it)->m_client == m_client) {
>              std::cerr << "(Ignoring own port " << (*it)->m_client
> @@ -685,7 +685,7 @@
>                  m_devices.push_back(device);
>              }
>          }
> -    }
> +    } */
>
>  #ifdef HAVE_DSSI
>      // Create a number of soft synth Instruments
>
>
>
>
>
>
>   



------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Rosegarden-devel mailing list
[email protected] - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel

Reply via email to