<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">2016-05-16 14:01 GMT-03:00 Miller Puckette <span dir="ltr"><<a href="mailto:msp@ucsd.edu" target="_blank">msp@ucsd.edu</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><br>
It does this, but the endpoints of the segment are places at the end<br>
of the previous block </blockquote><div><br></div><div>it may do things by "thinking" that the start point was the last sample of the last block, but it doesn't place this value there, so in practice we never see and get this starting point - and this is what seems wrong for us here.</div><div><br></div><div>[vline~] can also start lines anywhere inside a block, so I can send the message "0, 64 1.45125" with a delay period of 32 samples by clicking in a bang connected to [delay 0.725624]. If i do this, I never get "0" as a starting point, but the last value, so if I keep clicking at it I get </div><div> </div><div>"64  64  64  64  64  64  64  64  </div><div>64  64  64  64  64  64  64  64  </div><div>64  64  64  64  64  64  64  64  </div><div>64  64  64  64  64  64  64  64  </div><div>1  2  3  4  5  6  7  8  </div><div>9  10  11  12  13  14  15  16  </div><div>17  18  19  20  21  22  23  24  </div><div>25  26  27  28  29  30  31  32 "</div><div><br></div><div><br></div><div>anyway, it'd make more sense to me if the print was</div><div><br></div><div><div>"64  64  64  64  64  64  64  64  </div><div>64  64  64  64  64  64  64  64  </div><div>64  64  64  64  64  64  64  64  </div><div>64  64  64  64  64  64  64  64  </div><div>0 1  2  3  4  5  6  7  </div><div>8  9  10  11  12  13  14  15  </div><div>16  17  18  19  20  21  22  23  </div><div>24  25  26  27  28  29  30  31"</div></div><div><br></div><div>and so, giving it a delay of "1" doesn't fix this<br></div><div><br></div><div><div>check patch attached</div></div><div><br></div><div>cheers</div></div></div></div>