<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
<BR>
<BLOCKQUOTE TYPE=CITE>
    <TT><FONT COLOR="#1a1a1a">Hi friend: in windows install asio4all in linux install a kernel with low</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">latency.Assign in the audio device...</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">Best Regards</FONT></TT><BR>
    <BR>
    <TT><FONT COLOR="#1a1a1a">Chile</FONT></TT><BR>
    <BR>
    <TT><FONT COLOR="#1a1a1a">Jose'</FONT></TT><BR>
</BLOCKQUOTE>
<BR>
If you are using a newer Ubuntu, Intrepid or Jaunty, you don't need the low latency kernel, you just need to enable realtime permissions for audio programs like jack or pd.&nbsp; I use the stock kernel on both my Core 2 2.5Ghz laptop and P3 500Mhz wearable and get 8-20 ms audio latency with fast midi as well.<BR>
<BR>
Note: I still get kind midi stutters using seq24 but that might be seq24 and not alsa midi since the hardware midi in and out works fine.<BR>
<BR>
Here's the settings I use for realtime permissions (from an old Ubutnu Studio wiki)<BR>
<BR>
enable realtime:<BR>
        sudo su -c 'echo @audio - rtprio 99 &gt;&gt; /etc/security/limits.conf'<BR>
         sudo su -c 'echo @audio - memlock 250000 &gt;&gt; /etc/security/limits.conf'<BR>
         sudo su -c 'echo @audio - nice -10 &gt;&gt; /etc/security/limits.conf'<BR>
<BR>
(Intrepid &amp; Jaunty) add 'audio' group<BR>
        sudo addgroup audio<BR>
        sudo addgroup yourusername audio<BR>
<BR>
restart<BR>
<BR>
I have been meaning put all of my setup info online and will soon, but I need to work my website first ... then I can link it back to the pd wiki.<BR>
<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
---<BR>
Dan Wilcox<BR>
<A HREF="http://danomatika.com">danomatika.com</A><BR>
<A HREF="http://www.robotcowboy.com">robotcowboy.com</A>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>