[PD] vline for messages?

José de Abreu abreubacelar at gmail.com
Thu Jan 20 15:51:26 CET 2022


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(

see the file for an example, it does the job, just a bit more verbose to
achieve the way that vline works

Em qui., 20 de jan. de 2022 às 11:21, Peter P. <peterparker at fastmail.com>
escreveu:

> excuse me if this has been asked before, but is there something like a
> vline for messages? thanks!
>
>
>
> _______________________________________________
> Pd-list at lists.iem.at mailing list
> UNSUBSCRIBE and account-management ->
> https://lists.puredata.info/listinfo/pd-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20220120/cad1301b/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pipeToLineExample.pd
Type: text/x-puredata
Size: 711 bytes
Desc: not available
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20220120/cad1301b/attachment.bin>


More information about the Pd-list mailing list