diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-04-26 03:50:26 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-04-26 03:50:26 +0000 |
commit | abc61695442018faf49920339549194197a07f0a (patch) | |
tree | 51b3095e181bf336ad37f934f28b7448469236b5 | |
parent | 56ac41353dab8a36f27bdbfb5b9886c9fda65cfe (diff) |
added pddp_open patch to open all_about_ patches without them being abstractions embedded in the help files
svn path=/trunk/externals/hcs/; revision=2817
-rw-r--r-- | ifeel-help.pd | 2 | ||||
-rw-r--r-- | linuxevent-help.pd | 2 | ||||
-rw-r--r-- | linuxmouse-help.pd | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/ifeel-help.pd b/ifeel-help.pd index 0b9e6e9..d520dff 100644 --- a/ifeel-help.pd +++ b/ifeel-help.pd @@ -25,7 +25,7 @@ has a tendency to crash the whole machine. I suspect a bug in the kernel module ifeel.o.; #X text 13 449 by Hans-Christoph Steiner <hans@at.or.at>; -#X obj 324 416 all_about_haptics; +#X obj 324 416 pddp_open all_about_haptics; #X text 201 417 For more info:; #X msg 251 168 strength 0.56; #X msg 234 124 interval 73; diff --git a/linuxevent-help.pd b/linuxevent-help.pd index b46cdba..2cd51b8 100644 --- a/linuxevent-help.pd +++ b/linuxevent-help.pd @@ -244,7 +244,7 @@ Devices \, like mice \, joysticks \, tablets \, etc.; #X floatatom 220 493 3 0 0 3 hat-Y - -; #X floatatom 124 493 5 0 0 3 twist - -; #X floatatom 263 492 5 0 0 3 throttle - -; -#X obj 418 567 all_about_hid; +#X obj 418 567 pddp_open all_about_hid; #X text 309 566 for more info:; #X text 13 554 detailed info:; #X text 14 605 by Hans-Christoph Steiner <hans@at.or.at>; diff --git a/linuxmouse-help.pd b/linuxmouse-help.pd index 2a585ab..2fbdaff 100644 --- a/linuxmouse-help.pd +++ b/linuxmouse-help.pd @@ -24,7 +24,7 @@ screen size.; #X obj 419 10 pddp; #X text 178 417 For more info on HIDs:; #X text 10 441 by Hans-Christoph Steiner <hans@at.or.at>; -#X obj 340 417 all_about_hid; +#X obj 340 417 pddp_open all_about_hid; #X text 24 325 Rather than polling like the other HID objects \, [linuxmouse] uses a pollfn so it receives events as they happen. A pollfn listens to a network socket \, and takes action upon activity. Since all mouse |