On 3/18/20 10:03 AM, Peter P. wrote:
> Hi list,
> 
> what is the function of the second inlet of line~ and the second and
> third inlet of vline~? The help patches don't mention it and the list

both [line~] and [vline~] only have *float* inlets.

however, you will mostly send "list" messages to those objects, so how
does this work?

if you send a message [0 100( to [line~], you are really sending a "100"
to the second inlet, and then a "0" to the first inlet.
similarily, if you send [1 100 50( to [vline~], you are really sending
"50" to the 3rd inlet, then "100" to the 2nd inlet and finally "1" to
the 1st inlet.

see also doc/2.control.examples/04.messages.pd

gfmdsar
IOhannes

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
[email protected] mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list

Reply via email to