<?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[addDelayedPitchFade or]]></title><description><![CDATA[<p dir="auto">I wish the function "Synth.addPitchFade()" would execute when the NoteOn is executed even if the noteon event is delayed like in:</p>
<pre><code>Synth.addNoteOn(1, 60, 70, 1000)
</code></pre>
<p dir="auto">as it is now, this will not add any pitch fade:</p>
<pre><code>local id = Synth.addNoteOn(1, 64, 80, 200);
Synth.addPitchFade(id, 1000, 2, 0);
</code></pre>
<p dir="auto">or if we could have</p>
<pre><code>Synth.addDelayedPitchFade()
</code></pre>
]]></description><link>https://forum.hise.audio/topic/9175/adddelayedpitchfade-or</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Jul 2026 05:45:55 GMT</lastBuildDate><atom:link href="https://forum.hise.audio/topic/9175.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 07 Mar 2024 08:31:23 GMT</pubDate><ttl>60</ttl></channel></rss>