<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Pd&#x27;s latency on a Mac running QLab]]></title><description><![CDATA[<p>I ran a show with QLab and hosted a live vocal effect on the same Mac. Here was my setup:</p>
<p><img src="/uploads/files/1732298542863-drawing1.png" alt="Drawing1.png" class="img-responsive img-markdown" /></p>
<p>What's odd is that Pd would have ~300mS of latency if my effect patch was started after QLab, but only about 10mS if it was started before. This morning I finally upgraded to Pd 0.55.2 from 0.55.1 and tested with the latest version of QLab, and latency is still dependent on startup order, although only about half as bad (~150mS) in the worst case (and also ~10mS in the best case). Pd's audio settings are 44100, 3 mS delay, 64 sample buffer size, and not using callbacks.</p>
<p>Does anyone know why Pd's latency is dependent on the order it is started? Are there other tests I should perform to understand better what's going on? This behavior is somewhat surprising to me because 2 years ago I ran a much more complicated show involving live effects implemented with REAPER, plugdata, VSTs, and OSC--I don't remember there being any issues.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14945/pd-s-latency-on-a-mac-running-qlab</link><generator>RSS for Node</generator><lastBuildDate>Sat, 16 May 2026 17:34:18 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/14945.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 22 Nov 2024 18:13:32 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Pd&#x27;s latency on a Mac running QLab on Fri, 22 Nov 2024 18:13:32 GMT]]></title><description><![CDATA[<p>I ran a show with QLab and hosted a live vocal effect on the same Mac. Here was my setup:</p>
<p><img src="/uploads/files/1732298542863-drawing1.png" alt="Drawing1.png" class="img-responsive img-markdown" /></p>
<p>What's odd is that Pd would have ~300mS of latency if my effect patch was started after QLab, but only about 10mS if it was started before. This morning I finally upgraded to Pd 0.55.2 from 0.55.1 and tested with the latest version of QLab, and latency is still dependent on startup order, although only about half as bad (~150mS) in the worst case (and also ~10mS in the best case). Pd's audio settings are 44100, 3 mS delay, 64 sample buffer size, and not using callbacks.</p>
<p>Does anyone know why Pd's latency is dependent on the order it is started? Are there other tests I should perform to understand better what's going on? This behavior is somewhat surprising to me because 2 years ago I ran a much more complicated show involving live effects implemented with REAPER, plugdata, VSTs, and OSC--I don't remember there being any issues.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14945/pd-s-latency-on-a-mac-running-qlab</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14945/pd-s-latency-on-a-mac-running-qlab</guid><dc:creator><![CDATA[jameslo]]></dc:creator><pubDate>Fri, 22 Nov 2024 18:13:32 GMT</pubDate></item><item><title><![CDATA[Reply to Pd&#x27;s latency on a Mac running QLab on Fri, 22 Nov 2024 19:20:36 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/jameslo">@jameslo</a> Good soundcard the Ultralite Mk4..... I bought 2 recently to replace old gear.<br />
I can only guess that QLab has set a large buffer for the Mac communication with the soundcard (default 512).... and Pd is then having to use that for its data exchange with the sound card.... but if Pd starts first it sets the buffer size and then QLab uses Pd's smaller buffer size?<br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14945/pd-s-latency-on-a-mac-running-qlab/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14945/pd-s-latency-on-a-mac-running-qlab/2</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Fri, 22 Nov 2024 19:20:36 GMT</pubDate></item><item><title><![CDATA[Reply to Pd&#x27;s latency on a Mac running QLab on Fri, 22 Nov 2024 19:51:43 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/whale-av">@whale-av</a> My fancy colleagues look down on the ultralight, I have no idea why. I worked in 4 different theaters that owned the mk3 and was always happy with them.</p>
<p>Is it true in my case that both Pd and QLab are accessing the same MOTU driver, and that that driver implements the coreaudio API, and that that API governs how applications share drivers?</p>
<p>Is there any way to check what buffer size the MOTU driver is using?</p>
<p>One of the tests I ran this morning was to start QLab, then start my Pd patch, then quit QLab and measure. Same long latency. Maybe I should try switching Pd away from the ultralight and then switching back before testing? That would test your hypothesis, wouldn't it? Better yet: run QLab, quit QLab, run Pd, then test.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14945/pd-s-latency-on-a-mac-running-qlab/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14945/pd-s-latency-on-a-mac-running-qlab/3</guid><dc:creator><![CDATA[jameslo]]></dc:creator><pubDate>Fri, 22 Nov 2024 19:51:43 GMT</pubDate></item><item><title><![CDATA[Reply to Pd&#x27;s latency on a Mac running QLab on Fri, 22 Nov 2024 20:41:16 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/jameslo">@jameslo</a> Mk3 was good, but the web interface of the Mk4 works much better than cuemix. They have gone back to cuemix with the Mk5 though, which is why I bought the Mk4.</p>
<p>I don't know how much info the Mac gives about the driver.<br />
The test you ran this morning gave the result I would expect.<br />
I believe you can set the buffer size in QLab..... so you could try to set it low.<br />
I think the Motu also has a setting.  In the past (using windows) they had to match, but maybe the mac driver is more automatic.<br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14945/pd-s-latency-on-a-mac-running-qlab/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14945/pd-s-latency-on-a-mac-running-qlab/4</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Fri, 22 Nov 2024 20:41:16 GMT</pubDate></item><item><title><![CDATA[Reply to Pd&#x27;s latency on a Mac running QLab on Mon, 25 Nov 2024 16:02:44 GMT]]></title><description><![CDATA[<p>Jeez, I finally found the issue: the MOTU driver was out-of-date (having been installed in March 2023--time is clearly speeding up)! After installing the most recent version, Pd 0.55.2 has the same &lt;10 mS latency whether it is started first or second.</p>
<p>I wonder if the alpha-pros would never share audio interfaces, and instead use one for QLab and another for Pd?</p>
<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/whale-av">@whale-av</a>, I want to ask you more about your experience with the mk4. Have you ever installed 2 on one machine, and if so, how does Discovery and Pro Audio Control distinguish between them, since they are the same model?  And can you tell me more about why you think the mk4's web interface is better than CueMix? I only use the routing matrix and clock source, and am ignorant of all the rest of its features.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14945/pd-s-latency-on-a-mac-running-qlab/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14945/pd-s-latency-on-a-mac-running-qlab/5</guid><dc:creator><![CDATA[jameslo]]></dc:creator><pubDate>Mon, 25 Nov 2024 16:02:44 GMT</pubDate></item><item><title><![CDATA[Reply to Pd&#x27;s latency on a Mac running QLab on Mon, 25 Nov 2024 17:42:51 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/jameslo">@jameslo</a> I prefer the web interface because it makes more sense to me than cuemix where I found it hard to know that I was actually changing the correct settings..... and I can see far more without scrolling around in the web interface.<br />
I always changed the patch in Pd, so although it is great to have a patch in the web interface I have not used it.<br />
But also I wanted to drop cuemix because it caused dropouts when running low latency, and although it might have improved in the Mk5 I didn't want to take the risk.</p>
<p>I know that I have plugged 2 in at the same time (for different programs in windows os) without problems but I didn't go far with the testing and I can't remember how the web interface behaved.<br />
I don't remember that it combined the units in one interface..... I think there was just a new page using a different port.<br />
If I get time I will check that... but it might be a few weeks.</p>
<p>When using 2 units for Pd I have always used toslink links between them as I don't need adat..... just more analog in/outs..... that is how I have always done it in the past with other soundcards. It is simple, and I didn't see any reason to change.<br />
Then you definitely have all ins and outs on the same Web page.<br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14945/pd-s-latency-on-a-mac-running-qlab/6</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14945/pd-s-latency-on-a-mac-running-qlab/6</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Mon, 25 Nov 2024 17:42:51 GMT</pubDate></item><item><title><![CDATA[Reply to Pd&#x27;s latency on a Mac running QLab on Thu, 06 Feb 2025 01:13:28 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/whale-av">@whale-av</a> Thanks. RE 2 mk4s, don't bother checking, I was just curious how you'd know which option to choose when presented with &quot;would you like the Ultralite mk4 or the Ultralite mk4?&quot; <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/grinning.png" title=":)" alt=":)" />  I see the potential for that in Discovery and Pro Audio Control, and can imagine a similar choice in Pd's Media-&gt;Audio Settings. At least in Pro Audio Control, at the bottom of the Device page, in teeny tiny print at the bottom, there's the device serial number....</p>
<p>Update: RTFM! pg 12, item 8: &quot;click to rename the interface&quot;</p>
<p>Necro off-topic update <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/grinning.png" title=":)" alt=":)" />: I bought a second mk4 <em>to be just like <a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/whale-av">@whale-av</a></em> and while you can connect 2 to the same windows machine and configure them, you can't run 2 of them at the same time using ASIO drivers. Neither Pd nor REAPER show 2, and MOTU support says it's not possible.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14945/pd-s-latency-on-a-mac-running-qlab/7</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14945/pd-s-latency-on-a-mac-running-qlab/7</guid><dc:creator><![CDATA[jameslo]]></dc:creator><pubDate>Thu, 06 Feb 2025 01:13:28 GMT</pubDate></item></channel></rss>