[PD] [line] controls in sequence

tim info at timvets.net
Sun Dec 31 16:39:42 CET 2006


Hi Alexandre,

Alexandre Quessy wrote:
> Hi all,
> I was wondering if there is a [line] or [line~] in pd that behaves
> like Max/MSP's [line]. What I want is the following :
>
> If you send it a list like [0 1000 127 500<, it will go to 0 in 1000
> milliseconds (as usual) and then go to 127 in 500 ms.
>
> Is there an external or something to allow this ?
>

[vline~] does this.
Send it triplets separated by a comma.
The third value = delay between receiving the triplets and starting the
corresponding ramps.
-> [snapshot~] to get floats.

[60 1000 0, 127 100 1000, 0 1000 1100(
|
[vline~]
|
|    [1(
|    |
|    [metro 33]
|  /
[snapshot~]
|
[0\

Tim






More information about the Pd-list mailing list