<div dir="ltr">I updated the help files in my "Documentation Updates" branch<div><br></div><div><a href="https://github.com/pure-data/pure-data/pull/829/commits/3f86e7fbb382596b749be17385c9db411540525a">https://github.com/pure-data/pure-data/pull/829/commits/3f86e7fbb382596b749be17385c9db411540525a</a><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Em qua., 18 de mar. de 2020 às 07:19, Christof Ressi <<a href="mailto:info@christofressi.com">info@christofressi.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">One thing worth mentioning is that the [line], [line~] and [vline~] <br>
objects clear the values send to the cold inlets after sending a message <br>
to the hot inlet. This makes sure you can do:<br>
<br>
[1, 0 1000(<br>
<br>
If this wasn't the case, then the [1( message would take the last ramp <br>
value, instead of setting the state immediately.<br>
<br>
This is a bit off an oddity, because usually objects keep values stored <br>
in cold inlets.<br>
<br>
Everything IOhannes and I said is actually clearly documented in the <br>
help patch for [line], but missing in the help patches for [line~] and <br>
[vline~]. Maybe they should refer to [line] more explicitly...<br>
<br>
Christof<br>
<br>
On 18.03.2020 10:30, IOhannes m zmölnig wrote:<br>
> On 3/18/20 10:03 AM, Peter P. wrote:<br>
>> Hi list,<br>
>><br>
>> what is the function of the second inlet of line~ and the second and<br>
>> third inlet of vline~? The help patches don't mention it and the list<br>
> both [line~] and [vline~] only have *float* inlets.<br>
><br>
> however, you will mostly send "list" messages to those objects, so how<br>
> does this work?<br>
><br>
> if you send a message [0 100( to [line~], you are really sending a "100"<br>
> to the second inlet, and then a "0" to the first inlet.<br>
> similarily, if you send [1 100 50( to [vline~], you are really sending<br>
> "50" to the 3rd inlet, then "100" to the 2nd inlet and finally "1" to<br>
> the 1st inlet.<br>
><br>
> see also doc/2.control.examples/04.messages.pd<br>
><br>
> gfmdsar<br>
> IOhannes<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>
<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>