<div>Aha, 'spigot' is the object I've been searching for.&nbsp; The purpose of the &quot;set set $1&quot; was&nbsp;to prep the change object with the new value before reinitializing the receive, so that the value doesn't jump when unmuted, so the &quot;set $1&quot; is still necessary.&nbsp; The rest of the patch looks up a note name according to y, which I only want it to do when manually dragging notes.
</div>
<div>&nbsp;</div>
<div>Thanks!</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>Date: Sun, 28 Aug 2005 12:13:29 +0200<br>From: Frank Barknecht &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:fbar@footils.org">fbar@footils.org</a>&gt;<br>Subject: Re: [PD] A mute device
<br><span></span>To: <a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:pd-list@iem.at">pd-list@iem.at</a><br>Message-ID: &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:20050828101329.GA11691@fliwatut.scifi">
20050828101329.GA11691@fliwatut.scifi</a>&gt;<br>Content-Type: text/plain; charset=&quot;us-ascii&quot;<br><br>Hallo,<br>Chuckk Hubbard hat gesagt: // Chuckk Hubbard wrote:<br><br>&gt; Hi. I came up with this as a way to mute a stream of numbers. Basically, I
<br>...<br>&gt; Is it illegal to send a &quot;receive whatever&quot; message to a non-GUI receive?<br><br>It is not illegal, but personally I consider renaming receives in GUI<br>objects a last resort, as this makes reading and understanding patches
<br>much, much harder and can lead to subtle logic errors. For example I<br>had a rather hard time figuring out what your patch is supposed to do<br>by looking at it, until I opened all GUI objects to find the one which<br>
has the &quot;raty&quot; or &quot;nothing&quot; receive.<br><br>In your patch it is not necessary to make things so complicated. Using<br>a [spigot] makes everything much clearer, at least accoding to my<br>taste.<br><br>
Also your &quot;set set $1&quot; construct could be replaced by a simple [f]<br>where you can use the cold right inlet to store a number without<br>outputting until a bang arrives at the hot left inlet.<br><br>I illustrated this in the attached patch based on your previous
<br>mute.pd<br><br>Ciao<br>--<br>&nbsp;Frank Barknecht &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; _ ______footils.org__<br>&nbsp;</div>