<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif">It depends on what you mean by "trigger". Triggered by the mouse, I think you're right. But see the attached patch. Since [del] (among other objects, but I used [del] here for clarity) can schedule bangs between boundaries, you can trigger [vline~] in the middle of blocks. Not so with [line~]: if a bang is scheduled in that block, it starts the ramp at the beginning of that block and ends it at the end of a future block such that the total ms of the ramp does not exceed the requested ms.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Sep 26, 2015 at 12:01 PM, Jonathan Wilkes <span dir="ltr"><<a href="mailto:jancsika@yahoo.com" target="_blank">jancsika@yahoo.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="color:#000;background-color:#fff;font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-size:16px"><div>What I mean is that both [line~] and [vline~] receive their messages on block boundaries.</div><div>But unlike [line~], [vline~] can start/end ramps and jump to the values you give it without being</div><div dir="ltr">limited by block boundaries.</div><div dir="ltr"><br></div><div dir="ltr">Another example with my day-long block sizes:<br></div><div dir="ltr">At noon on Monday you send a bang to [metro 150]--[tgl]--[vline~].  You'll have</div><div>to wait until noon Tuesday to hear the result, but you _will_ hear that same pattern of ones and</div><div dir="ltr">zeros spaced 150ms apart that you were sending on Monday, even though the block size lasts a</div><div dir="ltr">day.  That's the strength of [vline~].<br></div><div><br></div><div>On the other hand, the [line~] object would just take the last [tgl] value it received on Monday</div><div dir="ltr">(before it begins computing Tuesday's block), and it would just repeat that value the entire day of Tuesday.  If you had sent it a ramp time, you would get your ramp Tuesday, but it would necessarily</div><div dir="ltr">stretch across the entire day of Tuesday because that is the block size.</div><div dir="ltr"><br></div><div dir="ltr">Essentially-- you can't send a message that would interrupt the [vline~] object's perform routine</div><div dir="ltr">and feed it new values.  But because block sizes are usually small, I can't think of a</div><div dir="ltr">situation where you'd need to do that.</div><div dir="ltr"><br></div><div dir="ltr">It occurs to me I could be wrong about any or all of this.  If so I'm certain Matt or Miller can set</div><div dir="ltr">me straight.</div><div dir="ltr"><br></div><div dir="ltr">-Jonathan<span class="HOEnZb"><font color="#888888"><br></font></span></div><span class="HOEnZb"><font color="#888888"><div dir="ltr"><br></div><div dir="ltr"><br></div><div dir="ltr">-Jonathan<br></div></font></span><div><div class="h5"><div><span></span></div>  <br><div><br><br></div><div style="display:block"> <div style="font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-size:16px"> <div style="font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-size:16px"> <div dir="ltr"> <font face="Arial" size="2"> On Saturday, September 26, 2015 10:24 AM, i go bananas <<a href="mailto:hard.off@gmail.com" target="_blank">hard.off@gmail.com</a>> wrote:<br> </font> </div>  <br><br> <div><div><div>In that case, maybe an even simpler question:  <div><br clear="none"></div><div>What is the difference between sending a [1, 0 50(  message to vline as opposed to line ?  </div><div><br clear="none"></div><div>Why does line exhibit jitter, if both only trigger on block boundaries?  </div></div></div><br><br></div>  </div> </div>  </div></div></div></div></div></blockquote></div><br></div>