From b8ed40f8c8bb856e4e2b1a5e314bd42ec7f1f9f6 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 26 Apr 2005 05:34:40 +0000 Subject: 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 --- doc/pddp/all_about_haptics.pd | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'doc/pddp/all_about_haptics.pd') 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 ; -#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 +; +#X text 305 599 released under the GNU GPL; -- cgit v1.2.1