<div dir="ltr"><div><div><div>You can place the signal addition of the modulator ([+~ 1]) after the multiplication with the slider, right before you multiply that signal with the carrier. But instead of 1, multiply with 0.5. So the modulator could look like this:<br><br></div>[osc~]<br>|<br>[*~ 0.5]<br>|<br></div>[*~ modulation_amount]<br>|<br>[+~ 0.5]<br><br></div>Though, with no modulation, the carrier's signal will be at 0.5, and with full modulation it will modulate between 0 and 1...dunno if this is what you want..<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Sep 5, 2014 at 9:39 PM, JC Pedroza <span dir="ltr"><<a href="mailto:nemesis4go10@hotmail.com" target="_blank">nemesis4go10@hotmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I'm trying to implement amount control to amplitude modulation similar to the amount control of frequency modulation. The more amount, the more amplitude variation. The problem is that I can't figure out how to implement it correctly.<br>
<br>
Here is a simple amplitude modulation patch: <a href="http://i.imgur.com/gsVDyw1.png" target="_blank">http://i.imgur.com/gsVDyw1.png</a><br>
<br>
The idea is that when no amount is applied, no modulation can be heard, and as the amount is raised the modulation becomes more prominent, and when the amount is at the max the carrier's amplitude is being modulated all the way to zero amp.<br>
<br>
But how do I do that? Here is a patch where there is a control for the amplitude of the modulator: <a href="http://i.imgur.com/DJIIfQs.png" target="_blank">http://i.imgur.com/DJIIfQs.png</a><br>
<br>
The problem here is that, as we are multiplying both signals, the control also lowers and raises the amplitude of the carrier. So when the "amount" is zero, there is no signal. That "amount" control ends up modifying the amplitude of the carrier too. It's not so much of an amount control, and ends up being a volume control for the carrier too.<br>
<br>
How can an amount control for amplitude modulation be implemented? At the lowest amount there is no modulation, and as the amount rises the modulation becomes more intense. Is there a way to do this?<br>
_______________________________________________<br>
<a href="mailto:Pd-list@lists.iem.at">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -> <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
</blockquote></div><br></div>