aboutsummaryrefslogtreecommitdiff
path: root/doc/pddp/all_about_haptics.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-04-26 05:34:40 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-04-26 05:34:40 +0000
commitb8ed40f8c8bb856e4e2b1a5e314bd42ec7f1f9f6 (patch)
tree7dff78e8c09ad980953b6de7730066b0d001beb3 /doc/pddp/all_about_haptics.pd
parent8ce2b8755d6c017e6ce5213e35e3e792d4ad8763 (diff)
made an object, [pddp_open] which opens a giving patch on the fly. This way, it is no longer necessary to instantiate an object in a help patch in order for it to be linked. For example, the [hid] help patch doesn't need an instance of [all_about_hid]. [all_about_hid] is opened upon request via [pddp_open]. This eliminates bugs and makes the help system load fast, since its loading much less.
svn path=/trunk/; revision=2824
Diffstat (limited to 'doc/pddp/all_about_haptics.pd')
-rw-r--r--doc/pddp/all_about_haptics.pd8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/pddp/all_about_haptics.pd b/doc/pddp/all_about_haptics.pd
index 76a5f267..d3817824 100644
--- a/doc/pddp/all_about_haptics.pd
+++ b/doc/pddp/all_about_haptics.pd
@@ -1,4 +1,4 @@
-#N canvas 252 88 510 630 10;
+#N canvas 252 88 514 634 10;
#X obj 12 346 ff-gain;
#X obj 12 385 ff-autocenter;
#X obj 12 425 ff-spring;
@@ -19,8 +19,7 @@ devices used for remote control surgery. Immersion \, Inc. has almost
a monopoly on this technology due to a number of patents. These objects
all work with Immersion technology \, generally known as "TouchSense".
;
-#X text 17 584 by Hans-Christoph Steiner <hans@at.or.at>;
-#X text 293 604 updated for Pd version 0.37.1;
+#X text 15 606 updated for Pd version 0.37.1;
#X text 107 301 Control the pulses and vibrations of a TouchSense (aka
iFeel) mouse;
#X text 110 349 Set the overall gain for all force effects;
@@ -39,3 +38,6 @@ and others make TouchSense game controllers.;
#X text 21 261 Currently \, these objects only work on GNU/Linux. For
info on how to get it working \, see: http://at.or.at/hans/haptics
;
+#X text 88 585 (C) Copyright 2004 Hans-Christoph Steiner <hans@at.or.at>
+;
+#X text 305 599 released under the GNU GPL;