aboutsummaryrefslogtreecommitdiff
path: root/pd/doc/5.reference/line.pd
diff options
context:
space:
mode:
Diffstat (limited to 'pd/doc/5.reference/line.pd')
-rw-r--r--pd/doc/5.reference/line.pd22
1 files changed, 0 insertions, 22 deletions
diff --git a/pd/doc/5.reference/line.pd b/pd/doc/5.reference/line.pd
deleted file mode 100644
index 31392b86..00000000
--- a/pd/doc/5.reference/line.pd
+++ /dev/null
@@ -1,22 +0,0 @@
-#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;