<div dir="ltr"><div>If you mean to use the syntax of vline like [1 100, 0 50 100 ( to schedule lines to happen and etc, you can do this in a similar way using a combination of [pipe f f 0] and line. But note that you are forced to put the delay of the first message to zero, for that trick to work, so instead of [1 100, 0 50 100 (you need to use [1 100 0, 0 50 100 (, and if you want to jump to a start value, you also need to explicitly give time 0 and delay 0, so for example [0 0 0, 1 1000 0, 0.3 300 1000, 0 2000 2000( would first jump to zero before doing the rest. And if you want to restart the line in the middle (before it ended), pipe may have scheduled messages waiting, so you may also want to clear them doing [clear, 0 0 0, 1 1000 0, 0.3 300 1000, 0 2000 2000(<br><br></div>see the file for an example, it does the job, just a bit more verbose to achieve the way that vline works<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Em qui., 20 de jan. de 2022 às 11:21, Peter P. <<a href="mailto:peterparker@fastmail.com">peterparker@fastmail.com</a>> escreveu:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">excuse me if this has been asked before, but is there something like a<br>
vline for messages? thanks!<br>
<br>
<br>
<br>
_______________________________________________<br>
<a href="mailto:Pd-list@lists.iem.at" target="_blank">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank">https://lists.puredata.info/listinfo/pd-list</a><br>
</blockquote></div>