<?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[Always seams to be one underlying note when poly synth stops playing from external sequencer.]]></title><description><![CDATA[<p>I found a simple enough poly synth patch taht uses a cloned object to achieve a poly synth from a [osc~] object. I got it working then modified it with a envelope. Now I don't know where Im going wrong the [sel 0] in ploysynthclone dose not seam to work. There always seams to be one underlying note when my external sequencer a &quot;trigger finger pro&quot; stops playing notes.</p>
<p>I should note the poly synth works inside the cloned object. This all began when I added the envelope.</p>
<p><img src="/uploads/files/1592335882212-image.png" alt="image.png" class="img-responsive img-markdown" /></p>
<p>This is the patch I found to handle the envelope. As you can see a clone object is not used so I feel like that is where my issue is I have  a feeling this is happening because of the [next $1&lt; message.</p>
<p>Also my patch is not exact to the original I am drawing the envelope line in a separate sub-patch and it is being drawn correctly.</p>
<p><a href="/uploads/files/1592335692268-upload-c15db8f4-c71e-48f3-b30c-5464a81f483d.pd">upload-c15db8f4-c71e-48f3-b30c-5464a81f483d.pd</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12900/always-seams-to-be-one-underlying-note-when-poly-synth-stops-playing-from-external-sequencer</link><generator>RSS for Node</generator><lastBuildDate>Tue, 17 Mar 2026 15:31:03 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/12900.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 16 Jun 2020 19:38:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Always seams to be one underlying note when poly synth stops playing from external sequencer. on Tue, 16 Jun 2020 19:40:10 GMT]]></title><description><![CDATA[<p>I found a simple enough poly synth patch taht uses a cloned object to achieve a poly synth from a [osc~] object. I got it working then modified it with a envelope. Now I don't know where Im going wrong the [sel 0] in ploysynthclone dose not seam to work. There always seams to be one underlying note when my external sequencer a &quot;trigger finger pro&quot; stops playing notes.</p>
<p>I should note the poly synth works inside the cloned object. This all began when I added the envelope.</p>
<p><img src="/uploads/files/1592335882212-image.png" alt="image.png" class="img-responsive img-markdown" /></p>
<p>This is the patch I found to handle the envelope. As you can see a clone object is not used so I feel like that is where my issue is I have  a feeling this is happening because of the [next $1&lt; message.</p>
<p>Also my patch is not exact to the original I am drawing the envelope line in a separate sub-patch and it is being drawn correctly.</p>
<p><a href="/uploads/files/1592335692268-upload-c15db8f4-c71e-48f3-b30c-5464a81f483d.pd">upload-c15db8f4-c71e-48f3-b30c-5464a81f483d.pd</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12900/always-seams-to-be-one-underlying-note-when-poly-synth-stops-playing-from-external-sequencer</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/12900/always-seams-to-be-one-underlying-note-when-poly-synth-stops-playing-from-external-sequencer</guid><dc:creator><![CDATA[RetroMaximus]]></dc:creator><pubDate>Tue, 16 Jun 2020 19:40:10 GMT</pubDate></item><item><title><![CDATA[Reply to Always seams to be one underlying note when poly synth stops playing from external sequencer. on Tue, 16 Jun 2020 23:28:03 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/retromaximus">@RetroMaximus</a> Could it be that if you send a note and another note and then the two releases that some notes get stuck because the note off is already send to the next clone?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12900/always-seams-to-be-one-underlying-note-when-poly-synth-stops-playing-from-external-sequencer/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/12900/always-seams-to-be-one-underlying-note-when-poly-synth-stops-playing-from-external-sequencer/2</guid><dc:creator><![CDATA[ingox]]></dc:creator><pubDate>Tue, 16 Jun 2020 23:28:03 GMT</pubDate></item><item><title><![CDATA[Reply to Always seams to be one underlying note when poly synth stops playing from external sequencer. on Wed, 17 Jun 2020 15:27:38 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/retromaximus">@RetroMaximus</a> Hi , I think It would be much better to use [poly~] for voice allocation in conjunction with clone</p>
<p>The ADSR is a copy of the abstraction in /Pd/doc/3.audio.examples/D02.adsr.pd in the Help Browser</p>
<p><a href="/uploads/files/1592406884443-demo.zip">Demo.zip</a></p>
<p><img src="/uploads/files/1592407632144-image.png" alt="image.png" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12900/always-seams-to-be-one-underlying-note-when-poly-synth-stops-playing-from-external-sequencer/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/12900/always-seams-to-be-one-underlying-note-when-poly-synth-stops-playing-from-external-sequencer/3</guid><dc:creator><![CDATA[Balwyn]]></dc:creator><pubDate>Wed, 17 Jun 2020 15:27:38 GMT</pubDate></item><item><title><![CDATA[Reply to Always seams to be one underlying note when poly synth stops playing from external sequencer. on Thu, 18 Jun 2020 04:33:42 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/balwyn">@Balwyn</a> Thx this is exactly what i need Ill be using a variation of this for sure. Thank you!</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12900/always-seams-to-be-one-underlying-note-when-poly-synth-stops-playing-from-external-sequencer/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/12900/always-seams-to-be-one-underlying-note-when-poly-synth-stops-playing-from-external-sequencer/4</guid><dc:creator><![CDATA[RetroMaximus]]></dc:creator><pubDate>Thu, 18 Jun 2020 04:33:42 GMT</pubDate></item></channel></rss>