aboutsummaryrefslogtreecommitdiff
path: root/desiredata/doc/5.reference/float-help.pd
diff options
context:
space:
mode:
authorN.N. <matju@users.sourceforge.net>2010-01-05 22:49:36 +0000
committerN.N. <matju@users.sourceforge.net>2010-01-05 22:49:36 +0000
commit8dbec761cf858ea65900c8a094599857208d8c3a (patch)
tree3228c023f87f23a354da3b57fdc2afe5b7052032 /desiredata/doc/5.reference/float-help.pd
parent529e59635598e2d90a7a49f6b4c676f8366109ba (diff)
svn path=/trunk/; revision=12907
Diffstat (limited to 'desiredata/doc/5.reference/float-help.pd')
-rw-r--r--desiredata/doc/5.reference/float-help.pd18
1 files changed, 0 insertions, 18 deletions
diff --git a/desiredata/doc/5.reference/float-help.pd b/desiredata/doc/5.reference/float-help.pd
deleted file mode 100644
index efc5235a..00000000
--- a/desiredata/doc/5.reference/float-help.pd
+++ /dev/null
@@ -1,18 +0,0 @@
-#N canvas 23 20 429 272 12;
-#X msg 30 107 bang;
-#X obj 30 183 float 6.5;
-#X floatatom 30 209;
-#X floatatom 42 129;
-#X floatatom 88 153;
-#X obj 55 12 float;
-#X text 97 11 - STORE A (FLOATING POINT) NUMBER;
-#X text 12 36 The float object stores a number \, initialized by its creation argument \, which may be reset using its inlet and output by sending it the "bang" message. Sending a number sets a new value and outputs it.;
-#X text 77 103 outputs the value;
-#X text 74 130 sets and outputs the value;
-#X text 123 155 sets the value;
-#X text 108 184 creation argument initializes the value;
-#X text 223 242 updated for Pd version 0.3;
-#X connect 0 0 1 0;
-#X connect 1 0 2 0;
-#X connect 3 0 1 0;
-#X connect 4 0 1 1;