<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Nov 28, 2013 at 5:21 PM, <a href="mailto:sebarocker@gmail.com">sebarocker@gmail.com</a> <span dir="ltr">&lt;<a href="mailto:sebarocker@gmail.com" target="_blank">sebarocker@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I know that the multiplying object stores two values (left inlet and right inlet)  and performs the operation when both are stored or when a bang is sent to the left inlet. </blockquote>
</div><br>Not really. As lorenzo said, PD has strict rules regarding inlets and order or execution. The [* ] only stores the value of the right inlet. Any value sent to the left inlet will not be stored, it will simply be multiplied by the stored value. So when you change the DeTuner value, it will simply be multiplied by itself. There are other ways to accomplish what you want, but I think the simplest is probably to use two [* ] objects. See attached.</div>
</div>