<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif">Well, obviously it depends on what you want to use the lines for. If it's just to fade something in or out over 10-50 ms to avoid a discontinuity, it's not that big a deal. Moreover sometimes it's great to have the ends and beginnings of ramps happen at block boundaries; e.g. when [switch~]ing off a subpatch or abstraction in a synth bank at the end of a quick fade, it's nice to know that you can target things to boundaries without having to try too hard.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Sep 26, 2015 at 6:08 PM, Jonathan Wilkes via Pd-list <span dir="ltr"><<a href="mailto:pd-list@lists.iem.at" target="_blank">pd-list@lists.iem.at</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>Hi Frank,</div><div>The [1, 0 50( message will almost always trigger different</div><div dir="ltr">output when fed to [line~] and [vline~].  The only exception</div><div dir="ltr">is when the ramp ends exactly on a block boundary--</div><div dir="ltr">otherwise [line~] will stretch the final part of the ramp to</div><div dir="ltr">the block boundary.<br></div><div dir="ltr"><br></div><div dir="ltr">In fact, I'm willing to bet that if visualized this [line~]</div><div dir="ltr">quantization to new users at the outset they'd almost</div><div dir="ltr">always use [vline~].  After all, who wants imperfect lines? :)</div><span class="HOEnZb"><font color="#888888"><div dir="ltr"><br></div><div dir="ltr">-Jonathan<br></div></font></span><div><div class="h5"><div dir="ltr"><br></div><div dir="ltr"><br></div><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 12:57 PM, Frank Barknecht <<a href="mailto:fbar@footils.org" target="_blank">fbar@footils.org</a>> wrote:<br> </font> </div>  <br><br> <div>Hi,<br clear="none"><br clear="none">On Sat, Sep 26, 2015 at 11:24:40PM +0900, i go bananas wrote:<br clear="none">> In that case, maybe an even simpler question:<br clear="none">> <br clear="none">> What is the difference between sending a [1, 0 50(  message to vline as<br clear="none">> opposed to line ?<br clear="none"><br clear="none">There will only be a difference in how line~ and vline~ react to this message<br clear="none">when the message was triggered by something with a "clock" inside. These kinds<br clear="none">of messages are called clock-delayed messages.<br clear="none"><br clear="none">Clock-delayed messages originate in objects like [metro] or [delay] or [qlist].<br clear="none">Messages that originate for example in mouse clicks are not clock-delayed (i.e.<br clear="none">if you click a [bng] or move a slider). <br clear="none"><br clear="none">vline~ evaluates clock delayed message with high, sub-sample timing accuracy.<br clear="none">line~ quantizes even clock delayed messages to block-boundaries or to 64<br clear="none">samples, I'm not sure ATM which it is. But line~ quantizes.<br clear="none"><br clear="none">So depending on when the message was issued any by what, the ramp generators<br clear="none">may act the same or different.<br clear="none"><br clear="none">Try delaying the message: <br clear="none"><br clear="none"> [bang(<br clear="none"> |<br clear="none"> [delay 0.3]<div><br clear="none"> |<br clear="none"> [1. 0 50(</div><br clear="none"> |<br clear="none"> [line~ or vline~]<br clear="none"> |<br clear="none"> [print~]<br clear="none"><br clear="none">Ciao<br clear="none">-- <br clear="none"> Frank Barknecht                                     _ ______footils.org__<br clear="none"><br clear="none">_______________________________________________<br clear="none"><a shape="rect" href="mailto:Pd-list@lists.iem.at" target="_blank">Pd-list@lists.iem.at</a> mailing list<br clear="none">UNSUBSCRIBE and account-management -> <a shape="rect" href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><div><br clear="none"></div><br><br></div>  </div> </div>  </div></div></div></div></div><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" rel="noreferrer" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
<br></blockquote></div><br></div>