<?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[Latency compensation not being triggered in daw]]></title><description><![CDATA[<p dir="auto">I have a pitch change plugin which I have added the following line to the interface onit<br />
Engine.setLatencySamples(164)<br />
When I use the plugin in my daw (Mixcraft 10), there's latency.<br />
Did I put the code in the wrong area?</p>
]]></description><link>https://forum.hise.audio/topic/14160/latency-compensation-not-being-triggered-in-daw</link><generator>RSS for Node</generator><lastBuildDate>Tue, 10 Mar 2026 09:19:18 GMT</lastBuildDate><atom:link href="https://forum.hise.audio/topic/14160.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 04 Jan 2026 15:59:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Latency compensation not being triggered in daw on Thu, 08 Jan 2026 22:37:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/4343">@pcs800</a> Awesome! <img src="https://forum.hise.audio/assets/plugins/nodebb-plugin-emoji/emoji/android/1f64c.png?v=fba14f4754a" class="not-responsive emoji emoji-android emoji--raised_hands" style="height:23px;width:auto;vertical-align:middle" title=":raised_hands:" alt="🙌" /></p>
]]></description><link>https://forum.hise.audio/post/115578</link><guid isPermaLink="true">https://forum.hise.audio/post/115578</guid><dc:creator><![CDATA[dannytaurus]]></dc:creator><pubDate>Thu, 08 Jan 2026 22:37:29 GMT</pubDate></item><item><title><![CDATA[Reply to Latency compensation not being triggered in daw on Thu, 08 Jan 2026 22:02:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/357">@dannytaurus</a> Worked like a charm!<br />
Thanks for your input.</p>
]]></description><link>https://forum.hise.audio/post/115572</link><guid isPermaLink="true">https://forum.hise.audio/post/115572</guid><dc:creator><![CDATA[pcs800]]></dc:creator><pubDate>Thu, 08 Jan 2026 22:02:37 GMT</pubDate></item><item><title><![CDATA[Reply to Latency compensation not being triggered in daw on Wed, 07 Jan 2026 18:02:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/357">@dannytaurus</a> This is what I came up with</p>
<p dir="auto">Original signal only: 7232<br />
-1oct:3068<br />
-2oct:2659<br />
+1oct:6143<br />
+2oct:7232</p>
<p dir="auto">Max: 7232</p>
<p dir="auto">-1oct: Needs 4164<br />
-2oct: Needs 4573<br />
+1oct: Needs 1089<br />
+2oct: Needs none<br />
Original Sig: Needs none</p>
<p dir="auto">I'll try it</p>
]]></description><link>https://forum.hise.audio/post/115531</link><guid isPermaLink="true">https://forum.hise.audio/post/115531</guid><dc:creator><![CDATA[pcs800]]></dc:creator><pubDate>Wed, 07 Jan 2026 18:02:28 GMT</pubDate></item><item><title><![CDATA[Reply to Latency compensation not being triggered in daw on Wed, 07 Jan 2026 17:53:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/357">@dannytaurus</a> Hmm, this is going to be tricky, but I will try. Thanks :-)</p>
]]></description><link>https://forum.hise.audio/post/115530</link><guid isPermaLink="true">https://forum.hise.audio/post/115530</guid><dc:creator><![CDATA[pcs800]]></dc:creator><pubDate>Wed, 07 Jan 2026 17:53:11 GMT</pubDate></item><item><title><![CDATA[Reply to Latency compensation not being triggered in daw on Mon, 05 Jan 2026 19:48:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/4343">@pcs800</a> Yep, it's probably like <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/176">@resonant</a> said - each pitch shift will cause a different latency value. The lower octaves must have less latency and the higher octaves are giving the max 7232 latency. Therefore the lower octaves will come in too early.</p>
<p dir="auto">Just an idea...</p>
<p dir="auto">Find the latency of each one by putting it alone in a project. Then when you have all 4 latency values you can compensate.</p>
<p dir="auto">Example numbers:</p>
<p dir="auto">Pitch -2 = 4000<br />
Pitch -1 = 5000<br />
Pitch +1 = 6000<br />
Pitch +2 = 7000</p>
<p dir="auto">So the max latency is 7000 samples. Now you know how much fixed delay to add after each pitch node</p>
<p dir="auto">Pitch -2 needs 3000 delay<br />
Pitch -1 needs 2000 delay<br />
Pitch +1 needs 1000 delay<br />
Pitch +2 needs zero delay<br />
Original needs 7000 delay</p>
<p dir="auto">That should align all the outputs and as long as you report 7000 (or whatever) to the host, everything should be in time.</p>
<p dir="auto">That might be all nonsense, but it's worth a try.</p>
]]></description><link>https://forum.hise.audio/post/115375</link><guid isPermaLink="true">https://forum.hise.audio/post/115375</guid><dc:creator><![CDATA[dannytaurus]]></dc:creator><pubDate>Mon, 05 Jan 2026 19:48:47 GMT</pubDate></item><item><title><![CDATA[Reply to Latency compensation not being triggered in daw on Mon, 05 Jan 2026 19:40:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/4343">@pcs800</a> As I previously mentioned, the delay is not a fixed value, it depends how much pitch change applied</p>
]]></description><link>https://forum.hise.audio/post/115374</link><guid isPermaLink="true">https://forum.hise.audio/post/115374</guid><dc:creator><![CDATA[resonant]]></dc:creator><pubDate>Mon, 05 Jan 2026 19:40:56 GMT</pubDate></item><item><title><![CDATA[Reply to Latency compensation not being triggered in daw on Mon, 05 Jan 2026 18:56:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/357">@dannytaurus</a> After adding it, this is what I get with the plugin in a daw.</p>
<p dir="auto"><a href="https://drive.google.com/file/d/1ZrUZcTNQj-GVh9GH7mndqMQTyzoaA_FO/view?usp=sharing" rel="nofollow ugc">https://drive.google.com/file/d/1ZrUZcTNQj-GVh9GH7mndqMQTyzoaA_FO/view?usp=sharing</a></p>
]]></description><link>https://forum.hise.audio/post/115369</link><guid isPermaLink="true">https://forum.hise.audio/post/115369</guid><dc:creator><![CDATA[pcs800]]></dc:creator><pubDate>Mon, 05 Jan 2026 18:56:48 GMT</pubDate></item><item><title><![CDATA[Reply to Latency compensation not being triggered in daw on Mon, 05 Jan 2026 15:39:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/4343">@pcs800</a> Yep, see if it sounds right.</p>
<p dir="auto">Sanity check: 7232 samples at 44.1kHz = 163.9909297052ms</p>
]]></description><link>https://forum.hise.audio/post/115357</link><guid isPermaLink="true">https://forum.hise.audio/post/115357</guid><dc:creator><![CDATA[dannytaurus]]></dc:creator><pubDate>Mon, 05 Jan 2026 15:39:15 GMT</pubDate></item><item><title><![CDATA[Reply to Latency compensation not being triggered in daw on Mon, 05 Jan 2026 15:04:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/357">@dannytaurus</a> Ok, so put 7232 in instead of 164?<br />
<img src="/assets/uploads/files/1767625460353-c7066aff-6ba6-4dfc-828f-4a97014d0153-image.png" alt="c7066aff-6ba6-4dfc-828f-4a97014d0153-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.hise.audio/post/115354</link><guid isPermaLink="true">https://forum.hise.audio/post/115354</guid><dc:creator><![CDATA[pcs800]]></dc:creator><pubDate>Mon, 05 Jan 2026 15:04:54 GMT</pubDate></item><item><title><![CDATA[Reply to Latency compensation not being triggered in daw on Sun, 04 Jan 2026 22:02:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/12">@David-Healey</a> Yeah, good call. It should probably be the <code>smp</code> value, not the <code>ms</code> value.</p>
<p dir="auto">EDIT: see above <img src="https://forum.hise.audio/assets/plugins/nodebb-plugin-emoji/emoji/android/1f446.png?v=fba14f4754a" class="not-responsive emoji emoji-android emoji--point_up_2" style="height:23px;width:auto;vertical-align:middle" title=":point_up_2:" alt="👆" /></p>
]]></description><link>https://forum.hise.audio/post/115304</link><guid isPermaLink="true">https://forum.hise.audio/post/115304</guid><dc:creator><![CDATA[dannytaurus]]></dc:creator><pubDate>Sun, 04 Jan 2026 22:02:07 GMT</pubDate></item><item><title><![CDATA[Reply to Latency compensation not being triggered in daw on Sun, 04 Jan 2026 21:59:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/4343">@pcs800</a> <s>Try getting a value from <code>Engine.getLatencySamples()</code></s></p>
<p dir="auto">EDIT: don't do that. Looks like that call just returns the value set by <code>Engine.setLatencySamples()</code>.</p>
<p dir="auto">Use Tools &gt; Check latency of signal chain to give you a real value.</p>
<p dir="auto"><img src="/assets/uploads/files/1767563976084-cleanshot-2026-01-04-at-21.59.20-2x.png" alt="CleanShot 2026-01-04 at 21.59.20@2x.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.hise.audio/post/115303</link><guid isPermaLink="true">https://forum.hise.audio/post/115303</guid><dc:creator><![CDATA[dannytaurus]]></dc:creator><pubDate>Sun, 04 Jan 2026 21:59:38 GMT</pubDate></item><item><title><![CDATA[Reply to Latency compensation not being triggered in daw on Sun, 04 Jan 2026 20:49:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/4343">@pcs800</a> If this is Hise's stock Pitch Shift node, AFAIK, this node doesn't have a fixed delay compensation value. The delay amount changes depending on the pitch change.</p>
]]></description><link>https://forum.hise.audio/post/115296</link><guid isPermaLink="true">https://forum.hise.audio/post/115296</guid><dc:creator><![CDATA[resonant]]></dc:creator><pubDate>Sun, 04 Jan 2026 20:49:03 GMT</pubDate></item><item><title><![CDATA[Reply to Latency compensation not being triggered in daw on Sun, 04 Jan 2026 19:53:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/4343">@pcs800</a> That looks like it's in ms.</p>
]]></description><link>https://forum.hise.audio/post/115295</link><guid isPermaLink="true">https://forum.hise.audio/post/115295</guid><dc:creator><![CDATA[David Healey]]></dc:creator><pubDate>Sun, 04 Jan 2026 19:53:34 GMT</pubDate></item><item><title><![CDATA[Reply to Latency compensation not being triggered in daw on Sun, 04 Jan 2026 19:26:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/357">@dannytaurus</a> The scrip fx network<br />
<img src="/assets/uploads/files/1767554787294-09af27b2-fc8f-4010-8aa7-226ec8725881-image.png" alt="09af27b2-fc8f-4010-8aa7-226ec8725881-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.hise.audio/post/115294</link><guid isPermaLink="true">https://forum.hise.audio/post/115294</guid><dc:creator><![CDATA[pcs800]]></dc:creator><pubDate>Sun, 04 Jan 2026 19:26:30 GMT</pubDate></item><item><title><![CDATA[Reply to Latency compensation not being triggered in daw on Sun, 04 Jan 2026 16:35:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/4343">@pcs800</a> Where did you get 164 from?</p>
]]></description><link>https://forum.hise.audio/post/115286</link><guid isPermaLink="true">https://forum.hise.audio/post/115286</guid><dc:creator><![CDATA[dannytaurus]]></dc:creator><pubDate>Sun, 04 Jan 2026 16:35:35 GMT</pubDate></item></channel></rss>