diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-04-09 19:57:15 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@iem.at> | 2015-10-14 14:40:10 +0200 |
commit | d6ba9999928ae41c5e3801c5c271860615b00700 (patch) | |
tree | 812404ca7f8d6583c9aa8376c5ed187beee651e8 /velocity-help.pd | |
parent | 7fe3362ee2afcd57daa1bb04b1ed6d103a6b5662 (diff) |
ported purepd to template Makefile/debian
svn path=/trunk/abstractions/purepd/; revision=13417
Diffstat (limited to 'velocity-help.pd')
-rw-r--r-- | velocity-help.pd | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/velocity-help.pd b/velocity-help.pd new file mode 100644 index 0000000..38f8f0c --- /dev/null +++ b/velocity-help.pd @@ -0,0 +1,14 @@ +#N canvas 239 183 454 304 12;
+#X text 30 16 velocity :: get velocity of digits per second;
+#X obj 50 137 velocity;
+#X floatatom 50 72 5 0 0;
+#X floatatom 50 187 8 0 0;
+#X text 150 77 sending a float every second would;
+#X text 151 95 result in a velocity of 1 \, higher;
+#X text 151 114 rates produce higher velocities;
+#X msg 65 102 bang;
+#X text 151 148 originally written for Max by;
+#X text 151 164 Trond Lossius \, BEK;
+#X connect 1 0 3 0;
+#X connect 2 0 1 0;
+#X connect 7 0 1 0;
|