<div dir="ltr">Oops, I think there is a mistake in the order of execution of the right trigger object in my example. It will give correct results when using the gui to change the number values, but I can see conditions where such an approach will lead to unexpected values. I think it can be fixed simply by swapping the leads of the right trigger object.</div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Nov 28, 2013 at 6:20 PM, michael noble <span dir="ltr">&lt;<a href="mailto:looplog@gmail.com" target="_blank">looplog@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">
<div dir="ltr"><div class="gmail_extra"><div class="im"><br><div class="gmail_quote">On Thu, Nov 28, 2013 at 5:21 PM, <a href="mailto:sebarocker@gmail.com" target="_blank">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></div>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>
</blockquote></div><br></div>