hi,
yes!!! the meaning seems clear to me of six arguments for pd-<graph-name>: X from, Y to, X to, Y from, screen width, screen height, ... do you know what the last value stands for? and how can i specify the location of the graph (esp. new graphs) (it always appears at 100/20)?
sÃme.
----- Original Message ----- From: "Krzysztof Czaja" czaja@chopin.edu.pl To: "Orm Finnendahl" finnendahl@folkwang-hochschule.de Cc: pd-list@iem.kug.ac.at Sent: Thursday, May 16, 2002 12:33 PM Subject: Re: [PD] arrays, 2nd thought
hi Orm,
yes, if you happen to know array size:
"<array-size> <screen-x-size> <screen-y-size>" -> "; pd-<graph-name> coords 0 1 $1 -1 $2 $3 1; <array-name> resize $1"