<?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[Abstraction issue with D02.adsr.pd &amp; D05.envelope.pitch.pd]]></title><description><![CDATA[<p>Hello all,<br />
Running Pd version 0.54.1 (Vanilla) on Mac<br />
To repro, simply run doc/3.audio.examples/D05.envelope.pitch.pd, and click either of the attack messages. You'll notice the sound fades out immediately when it should sustain.</p>
<p>The problem is the fact that D05 has two instances of the D02.adsr abstraction, but the instances use the same remote message without the unique $0 identifier.<br />
So to fix, just change &quot;s line&quot; to &quot;s line-$0&quot; and similar for receive objects.</p>
<p>I found an unresolved post from 13 years ago that references the same issue:<br />
<a href="https://forum.pdpatchrepo.info/topic/5058/problem-with-d05-envelope-pitch-pd" rel="nofollow">https://forum.pdpatchrepo.info/topic/5058/problem-with-d05-envelope-pitch-pd</a><br />
But rather than try to necro that post, figure I'll make a new post. Is this just me? Am I missing something? Should we update the doc examples?</p>
<p>Cheers,<br />
-Michael</p>
<p>PS: The doc/examples are super helpful, and the only reason I know about the $0 thing at all is from doc/2.control.examples/13.locality.pd</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14684/abstraction-issue-with-d02-adsr-pd-d05-envelope-pitch-pd</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Jul 2026 22:16:09 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/14684.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 07 Apr 2024 02:37:59 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Abstraction issue with D02.adsr.pd &amp; D05.envelope.pitch.pd on Sun, 07 Apr 2024 02:37:59 GMT]]></title><description><![CDATA[<p>Hello all,<br />
Running Pd version 0.54.1 (Vanilla) on Mac<br />
To repro, simply run doc/3.audio.examples/D05.envelope.pitch.pd, and click either of the attack messages. You'll notice the sound fades out immediately when it should sustain.</p>
<p>The problem is the fact that D05 has two instances of the D02.adsr abstraction, but the instances use the same remote message without the unique $0 identifier.<br />
So to fix, just change &quot;s line&quot; to &quot;s line-$0&quot; and similar for receive objects.</p>
<p>I found an unresolved post from 13 years ago that references the same issue:<br />
<a href="https://forum.pdpatchrepo.info/topic/5058/problem-with-d05-envelope-pitch-pd" rel="nofollow">https://forum.pdpatchrepo.info/topic/5058/problem-with-d05-envelope-pitch-pd</a><br />
But rather than try to necro that post, figure I'll make a new post. Is this just me? Am I missing something? Should we update the doc examples?</p>
<p>Cheers,<br />
-Michael</p>
<p>PS: The doc/examples are super helpful, and the only reason I know about the $0 thing at all is from doc/2.control.examples/13.locality.pd</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14684/abstraction-issue-with-d02-adsr-pd-d05-envelope-pitch-pd</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14684/abstraction-issue-with-d02-adsr-pd-d05-envelope-pitch-pd</guid><dc:creator><![CDATA[OtherMichael]]></dc:creator><pubDate>Sun, 07 Apr 2024 02:37:59 GMT</pubDate></item><item><title><![CDATA[Reply to Abstraction issue with D02.adsr.pd &amp; D05.envelope.pitch.pd on Sun, 07 Apr 2024 08:24:17 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/othermichael">@OtherMichael</a> said:</p>
<blockquote>
<p>The problem is the fact that D05 has two instances of the D02.adsr abstraction, but the instances use the same remote message without the unique $0 identifier.<br />
So to fix, just change &quot;s line&quot; to &quot;s line-$0&quot; and similar for receive objects.</p>
</blockquote>
<p>Good catch!</p>
<p>Devs don't necessarily follow the forum very closely, so an &quot;unofficial&quot; bug report here might not get noticed.</p>
<p>Bug reports <a href="https://github.com/pure-data/pure-data/issues" rel="nofollow">on github</a> are likely to get attention faster.</p>
<p><a href="https://github.com/pure-data/pure-data/pulls" rel="nofollow">Pull requests</a> -- proposing a concrete fix in a format that can be merged in easily -- would fix it even faster --</p>
<p>So I just did that: <a href="https://github.com/pure-data/pure-data/pull/2247" rel="nofollow">https://github.com/pure-data/pure-data/pull/2247</a></p>
<p>hjh</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14684/abstraction-issue-with-d02-adsr-pd-d05-envelope-pitch-pd/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14684/abstraction-issue-with-d02-adsr-pd-d05-envelope-pitch-pd/2</guid><dc:creator><![CDATA[ddw_music]]></dc:creator><pubDate>Sun, 07 Apr 2024 08:24:17 GMT</pubDate></item><item><title><![CDATA[Reply to Abstraction issue with D02.adsr.pd &amp; D05.envelope.pitch.pd on Sun, 07 Apr 2024 13:20:56 GMT]]></title><description><![CDATA[<p>Thanks you!</p>
<p>I just installed from source, so maybe, just maybe, next time I'll venture out and submit my own Pull Request.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14684/abstraction-issue-with-d02-adsr-pd-d05-envelope-pitch-pd/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14684/abstraction-issue-with-d02-adsr-pd-d05-envelope-pitch-pd/3</guid><dc:creator><![CDATA[OtherMichael]]></dc:creator><pubDate>Sun, 07 Apr 2024 13:20:56 GMT</pubDate></item><item><title><![CDATA[Reply to Abstraction issue with D02.adsr.pd &amp; D05.envelope.pitch.pd on Sun, 07 Apr 2024 21:15:00 GMT]]></title><description><![CDATA[<p>hi, thanks for the PR and fix</p>
<p>just to note that you can send PRs directly to the &quot;documentation&quot; branch in the Pd repository, see <a href="https://github.com/pure-data/pure-data/tree/documentation" rel="nofollow">https://github.com/pure-data/pure-data/tree/documentation</a></p>
<p>or open issues at <a href="https://github.com/pure-data/pddp" rel="nofollow">https://github.com/pure-data/pddp</a></p>
<p>cheers</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14684/abstraction-issue-with-d02-adsr-pd-d05-envelope-pitch-pd/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14684/abstraction-issue-with-d02-adsr-pd-d05-envelope-pitch-pd/4</guid><dc:creator><![CDATA[porres]]></dc:creator><pubDate>Sun, 07 Apr 2024 21:15:00 GMT</pubDate></item></channel></rss>