<?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[Dry&#x2F;Wet mix parameter for effect pedal]]></title><description><![CDATA[<p>Hi, I am working on my final project for my course and I have been using Pure Data to program an effect pedal. Sorry, I am new to programming and I have been struggling quite a lot with it and I was wondering if anybody could give me a help with a problem that got me stuck.</p>
<p>I was wondering how to make the Dry/Wet parameter for the effects without having one on top of each other having an increase in the gain as a result.<br />
I would need to figure out how to even out the signal as the wet signal gets increased in the mix.<br />
What I mean is I would like to know how to make an inversely proportional reaction between the dry and wet signal so the more one decides to increase the wet signal, the more the dry signal decreases depending on the amount of the other and viceversa.</p>
<p>There are a already a couple of threads in the forum talking about this, but no one really managed to give a simple/practical/straight-forward answer to this, with a result of trying all the suggestions found already and not being successful with it.</p>
<p>Sorry if it sounds a bit tricky by words, but it is a simple concept that I cannot figure out how to make in practice with Pure Data.</p>
<p>Thank you guys</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9423/dry-wet-mix-parameter-for-effect-pedal</link><generator>RSS for Node</generator><lastBuildDate>Wed, 17 Jun 2026 20:02:38 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/9423.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 07 Aug 2015 14:01:10 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Dry&#x2F;Wet mix parameter for effect pedal on Fri, 07 Aug 2015 14:11:33 GMT]]></title><description><![CDATA[<p>Hi, I am working on my final project for my course and I have been using Pure Data to program an effect pedal. Sorry, I am new to programming and I have been struggling quite a lot with it and I was wondering if anybody could give me a help with a problem that got me stuck.</p>
<p>I was wondering how to make the Dry/Wet parameter for the effects without having one on top of each other having an increase in the gain as a result.<br />
I would need to figure out how to even out the signal as the wet signal gets increased in the mix.<br />
What I mean is I would like to know how to make an inversely proportional reaction between the dry and wet signal so the more one decides to increase the wet signal, the more the dry signal decreases depending on the amount of the other and viceversa.</p>
<p>There are a already a couple of threads in the forum talking about this, but no one really managed to give a simple/practical/straight-forward answer to this, with a result of trying all the suggestions found already and not being successful with it.</p>
<p>Sorry if it sounds a bit tricky by words, but it is a simple concept that I cannot figure out how to make in practice with Pure Data.</p>
<p>Thank you guys</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9423/dry-wet-mix-parameter-for-effect-pedal</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9423/dry-wet-mix-parameter-for-effect-pedal</guid><dc:creator><![CDATA[Luke]]></dc:creator><pubDate>Fri, 07 Aug 2015 14:11:33 GMT</pubDate></item><item><title><![CDATA[Reply to Dry&#x2F;Wet mix parameter for effect pedal on Fri, 07 Aug 2015 15:24:03 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/luke">@Luke</a> :<br />
Simple enough.<br />
Use a value that ranges between 0 and 1 for the wet portion.  Subtract that from 1 for the dry portion.  Multiply the wet signal by the number for the wet portion, multiply the dry signal by the dry portion.<br />
When you set the wet portion to zero, then the dry portion will be 1.  When the wet portion is 1 then the dry portion is 0.<br />
Have a look at the attached file to see what I mean.</p>
<p><a href="/uploads/files/upload-2b1722cb-0bf8-4b73-8253-8a3f587aac40.pd">Dry-WetMixer.pd</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9423/dry-wet-mix-parameter-for-effect-pedal/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9423/dry-wet-mix-parameter-for-effect-pedal/2</guid><dc:creator><![CDATA[JosephEoff]]></dc:creator><pubDate>Fri, 07 Aug 2015 15:24:03 GMT</pubDate></item><item><title><![CDATA[Reply to Dry&#x2F;Wet mix parameter for effect pedal on Fri, 07 Aug 2015 15:52:50 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/josepheoff">@JosephEoff</a> Yes, that looks definitely like it! Awesome. Thank you very much!</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9423/dry-wet-mix-parameter-for-effect-pedal/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9423/dry-wet-mix-parameter-for-effect-pedal/3</guid><dc:creator><![CDATA[Luke]]></dc:creator><pubDate>Fri, 07 Aug 2015 15:52:50 GMT</pubDate></item><item><title><![CDATA[Reply to Dry&#x2F;Wet mix parameter for effect pedal on Sat, 08 Aug 2015 05:14:29 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/luke">@Luke</a>  Hi<br />
If you did need 100% of both signals, or for instance an echo with 100% dry + 20% wet, you can use [moses].<br />
<a href="/uploads/files/upload-495a50f3-63dc-4699-bdd3-9b32b618ee80.pd">dry-wet.pd</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9423/dry-wet-mix-parameter-for-effect-pedal/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9423/dry-wet-mix-parameter-for-effect-pedal/4</guid><dc:creator><![CDATA[Balwyn]]></dc:creator><pubDate>Sat, 08 Aug 2015 05:14:29 GMT</pubDate></item></channel></rss>