[PD-cvs] doc/pddp all_about_hid.pd,1.5,1.6

Hans-Christoph Steiner eighthave at users.sourceforge.net
Mon Dec 19 22:00:33 CET 2005


Update of /cvsroot/pure-data/doc/pddp
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17184

Modified Files:
	all_about_hid.pd 
Log Message:
replaced objects with text so that the patch wouldn't crash

Index: all_about_hid.pd
===================================================================
RCS file: /cvsroot/pure-data/doc/pddp/all_about_hid.pd,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** all_about_hid.pd	26 Apr 2005 05:34:40 -0000	1.5
--- all_about_hid.pd	19 Dec 2005 21:00:31 -0000	1.6
***************
*** 1,3 ****
! #N canvas 22 63 872 602 10;
  #X obj 5 2 cnv 15 850 20 empty empty all_about_hid 20 10 1 18 -233017
  -66577 0;
--- 1,3 ----
! #N canvas 22 63 884 614 10;
  #X obj 5 2 cnv 15 850 20 empty empty all_about_hid 20 10 1 18 -233017
  -66577 0;
***************
*** 13,18 ****
  #X obj 43 233 keyup;
  #X obj 431 437 gemkeyboard;
- #X obj 659 437 gemtablet;
- #X obj 730 437 gemorb;
  #X obj 517 437 gemkeyname;
  #X obj 88 233 keyname;
--- 13,16 ----
***************
*** 22,26 ****
  #X text 429 558 $Revision$$Date$;
  #X text 430 571 $Author$;
! #N canvas 0 22 663 467 deprecated 0;
  #X text 35 38 The use of these objects is deprecated since the functionality
  that they provide is available in the [hid] object \, which is a unified
--- 20,24 ----
  #X text 429 558 $Revision$$Date$;
  #X text 430 571 $Author$;
! #N canvas 0 22 671 475 deprecated 0;
  #X text 35 38 The use of these objects is deprecated since the functionality
  that they provide is available in the [hid] object \, which is a unified
***************
*** 28,34 ****
  #X text 23 14 DEPRECATED HID OBJECTS;
  #X text 22 148 CYCLONE;
- #X obj 27 181 MouseState;
- #X obj 108 181 mousefilter;
- #X obj 24 311 linuxjoystick;
  #X text 22 346 J. SARLO'S [joystick];
  #X text 31 374 only works with Windows and GNU/Linux;
--- 26,29 ----
***************
*** 36,45 ****
  #X text 21 218 RAWHID;
  #X text 28 230 incomplete \, first stab at creating [hid];
- #X obj 30 248 rawmouse;
- #X obj 94 248 rawjoystick;
- #X obj 125 311 linuxevent;
  #X text 26 293 These have been replaced by [linuxhid] and [joystick]
  ;
  #X text 22 278 LINUXEVENT;
  #X restore 438 533 pd deprecated HID objects;
  #X text 425 415 USING HIDs WITH GEM;
--- 31,46 ----
  #X text 21 218 RAWHID;
  #X text 28 230 incomplete \, first stab at creating [hid];
  #X text 26 293 These have been replaced by [linuxhid] and [joystick]
  ;
  #X text 22 278 LINUXEVENT;
+ #X text 108 181 [mousefilter];
+ #X text 27 181 [MouseState];
+ #X text 26 250 [rawmouse];
+ #X text 103 250 [rawjoystick];
+ #X text 158 312 [linuxevent];
+ #X text 32 312 [linuxjoystick];
+ #X text 26 97 GEM;
+ #X obj 33 117 gemtablet;
+ #X obj 104 117 gemorb;
  #X restore 438 533 pd deprecated HID objects;
  #X text 425 415 USING HIDs WITH GEM;
***************
*** 77,84 ****
  \; X \, Y \, Z rotation.;
  #X text 0 325 GENERAL HIDs;
! #X obj 76 424 mouse;
! #X obj 119 424 joystick;
! #X obj 183 424 tablet;
! #X obj 233 424 gamepad;
  #X text 435 201 ADB (Apple Desktop Bus) devices;
  #X text 435 303 P5 Glove;
--- 78,85 ----
  \; X \, Y \, Z rotation.;
  #X text 0 325 GENERAL HIDs;
! #X text 96 424 [mouse];
! #X text 159 424 [joystick];
! #X text 243 424 [tablet];
! #X text 313 424 [gamepad];
  #X text 435 201 ADB (Apple Desktop Bus) devices;
  #X text 435 303 P5 Glove;
***************
*** 87,91 ****
  #X text 765 289 40;
  #X text 685 289 25;
! #X obj 12 424 keyboard;
  #X text 685 275 5-25;
  #X text 765 275 40-200;
--- 88,92 ----
  #X text 765 289 40;
  #X text 685 289 25;
! #X text 12 424 [keyboard];
  #X text 685 275 5-25;
  #X text 765 275 40-200;
***************
*** 97,101 ****
  #X text 425 23 LATENCY AND POLLING;
  #X text 425 156 REFRESH RATES OF VARIOUS DEVICES;
- #X obj 11 347 hid;
  #X text 11 369 Basically any device that is supported by the various
  HID layers on each OS is supported by the [hid] object. So any of those
--- 98,101 ----
***************
*** 113,117 ****
  ;
  #X text 3 453 PLATFORM-SPECIFIC HID OBJECTS;
- #X obj 254 527 linuxmouse;
  #X text 15 470 To get full access to some devices \, you need to use
  the platform-specific objects. The objects have dummy versions on the
--- 113,116 ----
***************
*** 123,129 ****
  to the 'printing' characters. [keyname] reports Shift \, Ctrl \, Alt
  \, Meta \, etc.;
- #X obj 12 527 linuxhid;
  #X text 435 216 USB mice on Windows or MacOS X;
! #X obj 85 527 darwinhid;
! #X obj 166 527 windowshid;
  #X text 742 160 refresh rate;
--- 122,129 ----
  to the 'printing' characters. [keyname] reports Shift \, Ctrl \, Alt
  \, Meta \, etc.;
  #X text 435 216 USB mice on Windows or MacOS X;
! #X text 85 527 [darwinhid];
! #X text 166 527 [windowshid];
  #X text 742 160 refresh rate;
+ #X text 12 527 [linuxhid];
+ #X obj 11 347 hid;





More information about the Pd-cvs mailing list