This is correct Paul.  ALSA sequencer ports we had some random problems with when we were testing it the first time around(Which caused a bit of a headache in troubleshooting IIRC).  Thus why I said it was not set up correctly, though I should have clarified it was not set up correctly for use with a Mackie.  On OS X on previous versions I know there was a similar problem, though of course you need to use CoreAudio ports, but I haven't checked 2.61 yet to see if it still exists.  So long as you don't need to use Ardour with a Mackie however it shouldn't be an issue no matter what.  How to set up ports correctly for use with a Mackie is documented by John in the manual.<br>
<br>        Seablade<br><br><div class="gmail_quote">On Sun, Oct 26, 2008 at 6:12 PM, Paul Davis <span dir="ltr"><<a href="mailto:paul@linuxaudiosystems.com">paul@linuxaudiosystems.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Sun, 2008-10-26 at 18:06 -0400, Thomas Vecchione wrote:<br>
> It means that it is trying to connect to a Mackie Control surface but<br>
> cannot because your config is not set up correctly.  It won't affect<br>
> anything unless you use a MCU.<br>
<br>
</div>i don't think that is the problem, actually. i think its refusing to use<br>
ALSA sequencer ports, because of a problem John had with them. From the<br>
code:<br>
<br>
        if ( string( midi_port.device() ) == string( "ardour" ) )<br>
        {<br>
                throw MackieControlException( "The Mackie MCU driver will not use a<br>
port with device=ardour" );<br>
        }<br>
        else if ( midi_port.type() == MIDI::Port::ALSA_Sequencer )<br>
        {<br>
                throw MackieControlException( "alsa/sequencer ports don't work with<br>
the Mackie MCU driver right now" );<br>
        }<br>
<br>
so, use raw ALSA ports (type="alsa/raw") that are not named "ardour",<br>
and it should work.<br>
<font color="#888888"><br>
--p<br>
<br>
<br>
</font></blockquote></div><br>