From 57045df5fe3ec557e57dc7434ac1a07b5521bffc Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Mon, 29 Jul 2002 17:06:19 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r58, which included commits to RCS files with non-trunk default branches. svn path=/trunk/; revision=59 --- pd/doc/5.reference/line.pd | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 pd/doc/5.reference/line.pd (limited to 'pd/doc/5.reference/line.pd') diff --git a/pd/doc/5.reference/line.pd b/pd/doc/5.reference/line.pd new file mode 100644 index 00000000..31392b86 --- /dev/null +++ b/pd/doc/5.reference/line.pd @@ -0,0 +1,22 @@ +#N canvas 31 15 486 368 12; +#X floatatom 22 323; +#X msg 31 216 0 1000; +#X msg 46 238 39; +#X obj 66 15 line; +#X text 106 14 - ramp generator; +#X obj 22 297 line 100; +#X text 88 292 creation argument sets time increment. In this implementation you can't set this dtnamically.; +#X msg 22 193 1 1000; +#X text 18 36 The line object takes (target \, time) pairs and slews to the specified target over the time given \, updating its output at a "grain rate" given by the creation argument. If you dont' specify a time \, line jumps immediately to the target. Note that the inlet does not remember old values (unlike every other inlet in Pd) -- sending a float causes a jump in the output regardless of whatever time value was specified in some previous message. If the line object receives a message specifying some new target before reaching the previous one \, it takes off from its current value.; +#X text 93 205 send a pair to ramp to a new value; +#X text 105 235 send a single number to jump; +#X text 46 347 see also:; +#X obj 120 347 line~; +#X msg 57 263 stop; +#X text 98 262 "stop" message to stop output; +#X text 273 348 updated for Pd version 0.27; +#X connect 1 0 5 0; +#X connect 2 0 5 0; +#X connect 5 0 0 0; +#X connect 7 0 5 0; +#X connect 13 0 5 0; -- cgit v1.2.1