<?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[Dirac impulse based on control message trigger?]]></title><description><![CDATA[<p>Discounting the brief delay, the highlighted bit appears to produce a single Dirac impulse in response to a bang. (The rest is a pd-vanilla version of <code>Decay.ar</code> from SuperCollider.)</p>
<p>Is there a better way?</p>
<p><img src="/uploads/files/1622964335968-pd-decay.png" alt="pd-decay.png" class="img-responsive img-markdown" /></p>
<p>hjh</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13484/dirac-impulse-based-on-control-message-trigger</link><generator>RSS for Node</generator><lastBuildDate>Mon, 07 Sep 2026 08:31:06 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/13484.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 06 Jun 2021 07:26:12 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Dirac impulse based on control message trigger? on Sun, 06 Jun 2021 07:26:12 GMT]]></title><description><![CDATA[<p>Discounting the brief delay, the highlighted bit appears to produce a single Dirac impulse in response to a bang. (The rest is a pd-vanilla version of <code>Decay.ar</code> from SuperCollider.)</p>
<p>Is there a better way?</p>
<p><img src="/uploads/files/1622964335968-pd-decay.png" alt="pd-decay.png" class="img-responsive img-markdown" /></p>
<p>hjh</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13484/dirac-impulse-based-on-control-message-trigger</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13484/dirac-impulse-based-on-control-message-trigger</guid><dc:creator><![CDATA[ddw_music]]></dc:creator><pubDate>Sun, 06 Jun 2021 07:26:12 GMT</pubDate></item><item><title><![CDATA[Reply to Dirac impulse based on control message trigger? on Sun, 06 Jun 2021 09:05:16 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/ddw_music">@ddw_music</a> Yes it does, but as you say...... with the delay.  The closest I could get to immediate is the second block using a delay of 2.<br />
But [vline~] can future schedule across block boundaries so using it with [sig~] is simpler.... and will give you the first sample of the first block.<br />
<a href="/uploads/files/1622969866926-dirac-maybe-other.pd">dirac-maybe-other~.pd</a></p>
<p>[zexy/dirac~] will also do that........ and the impulse can also be placed at any position within any block (in a simpler manner to program than with [vline~].... ).<br />
David.<br />
<img src="/uploads/files/1622969933863-capture.jpg" alt="Capture.JPG" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13484/dirac-impulse-based-on-control-message-trigger/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13484/dirac-impulse-based-on-control-message-trigger/2</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Sun, 06 Jun 2021 09:05:16 GMT</pubDate></item><item><title><![CDATA[Reply to Dirac impulse based on control message trigger? on Sun, 06 Jun 2021 09:46:21 GMT]]></title><description><![CDATA[<p>you could just taplay~ an array with one sample at 1</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13484/dirac-impulse-based-on-control-message-trigger/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13484/dirac-impulse-based-on-control-message-trigger/3</guid><dc:creator><![CDATA[solipp]]></dc:creator><pubDate>Sun, 06 Jun 2021 09:46:21 GMT</pubDate></item><item><title><![CDATA[Reply to Dirac impulse based on control message trigger? on Sun, 06 Jun 2021 09:49:54 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/solipp">@solipp</a> Yes of course.<br />
I was &quot;thinking?&quot; the array would have to be written and so the first sample would be impossible, but of course it can be prepared.<br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13484/dirac-impulse-based-on-control-message-trigger/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13484/dirac-impulse-based-on-control-message-trigger/4</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Sun, 06 Jun 2021 09:49:54 GMT</pubDate></item><item><title><![CDATA[Reply to Dirac impulse based on control message trigger? on Sun, 06 Jun 2021 23:06:47 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/solipp">@solipp</a> said:</p>
<blockquote>
<p>you could just taplay~ an array with one sample at 1</p>
</blockquote>
<p>Ha, indeed it won't get any simpler than that.</p>
<p>Thanks, all --<br />
hjh</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13484/dirac-impulse-based-on-control-message-trigger/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13484/dirac-impulse-based-on-control-message-trigger/5</guid><dc:creator><![CDATA[ddw_music]]></dc:creator><pubDate>Sun, 06 Jun 2021 23:06:47 GMT</pubDate></item><item><title><![CDATA[Reply to Dirac impulse based on control message trigger? on Tue, 08 Jun 2021 02:23:01 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/ddw_music">@ddw_music</a> you could also just replace the impulse generator with [set 1(</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13484/dirac-impulse-based-on-control-message-trigger/6</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13484/dirac-impulse-based-on-control-message-trigger/6</guid><dc:creator><![CDATA[jameslo]]></dc:creator><pubDate>Tue, 08 Jun 2021 02:23:01 GMT</pubDate></item><item><title><![CDATA[Reply to Dirac impulse based on control message trigger? on Wed, 09 Jun 2021 07:38:37 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/jameslo">@jameslo</a> said:</p>
<blockquote>
<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/ddw_music">@ddw_music</a> you could also just replace the impulse generator with [set 1(</p>
</blockquote>
<p>That's a tempting optimization, but not exactly the same.</p>
<p><img src="/uploads/files/1623224171166-pulses-not-the-same.png" alt="pulses-not-the-same.png" class="img-responsive img-markdown" /></p>
<p>The left hand side models the behavior of adding energy into a system -- if the system hasn't decayed to a resting state yet, energy will accumulate. The right hand side simply obliterates the energy that was in the system beforehand. Both are valid behaviors depending on the circumstance, but, not identical.</p>
<p>hjh</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13484/dirac-impulse-based-on-control-message-trigger/7</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13484/dirac-impulse-based-on-control-message-trigger/7</guid><dc:creator><![CDATA[ddw_music]]></dc:creator><pubDate>Wed, 09 Jun 2021 07:38:37 GMT</pubDate></item><item><title><![CDATA[Reply to Dirac impulse based on control message trigger? on Wed, 09 Jun 2021 10:35:14 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/ddw_music">@ddw_music</a> good point.  Then maybe that same trick could simplify your impulse generator?<br />
<img src="/uploads/files/1623234012603-screenshot-2021-06-09-061804.png" alt="Screenshot 2021-06-09 061804.png" class="img-responsive img-markdown" />Or you could snapshot the output state to parameterize the obliteration <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/grinning.png" title=":)" alt=":)" /><br />
<img src="/uploads/files/1623234851247-screenshot-2021-06-09-063147.png" alt="Screenshot 2021-06-09 063147.png" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13484/dirac-impulse-based-on-control-message-trigger/8</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13484/dirac-impulse-based-on-control-message-trigger/8</guid><dc:creator><![CDATA[jameslo]]></dc:creator><pubDate>Wed, 09 Jun 2021 10:35:14 GMT</pubDate></item></channel></rss>