gemwin+-help.pd 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. #N canvas 1 53 812 373 10;
  2. #X obj 4 -185 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
  3. 1;
  4. #X text 483 -183 dimen w h;
  5. #X text 483 -169 lighting 0/1;
  6. #X text 483 -156 border 0/1;
  7. #X text 482 -143 offest x y;
  8. #X text 440 -88 Gem window with a dimension of 640 by 480 pixels \,
  9. with no border \, and with an offset of 200 by 200 pixels;
  10. #X text 482 -130 frame f;
  11. #X text 440 -234 ARGUMENTS;
  12. #X text -6 -269 Description: A more user friendly Gem window manager
  13. with mouse pointer information.;
  14. #X text 439 -216 You can set the following comma separated arguments:
  15. ;
  16. #X text -5 -234 Tags: Gem;
  17. #X obj 43 -125 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
  18. 1;
  19. #X text 23 -188 Float: 1: Create and render window \, 0: Destroy window.
  20. ;
  21. #X text 67 -128 Float: Mouse mode \; 0: Gem coordinates \, 1: Normalized.
  22. ;
  23. #X obj 43 -75 print mouse;
  24. #X obj 4 -100 gemwin+;
  25. #X text 39 -58 x_pos y_pos left_button middle_button right_button;
  26. #X obj 4 9 scale 0.5;
  27. #X obj 4 35 square;
  28. #X obj 439 -109 gemwin+ dimen 640 480 \, border 0 \, offset 200 200
  29. ;
  30. #X text 12 -37 The left most outlet is a gemlist normalized to the
  31. window's size (i.e. a square of size 1 fills the whole window);
  32. #N canvas 211 137 494 344 META 0;
  33. #X text 12 175 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
  34. Wilkes for Pd version 0.42.;
  35. #X text 12 155 AUTHOR Thomas Ouellet Fredericks;
  36. #X text 12 25 DESCRIPTION a more user friendly Gem window manager with
  37. mouse pointer information;
  38. #X text 12 75 INLET_0 float;
  39. #X text 12 95 INLET_1 float;
  40. #X text 12 115 OUTLET_0 gemlist;
  41. #X text 12 135 OUTLET_1 list;
  42. #X text 12 5 KEYWORDS control abstraction user_input;
  43. #X text 12 55 LICENSE GPL v2;
  44. #X restore 743 58 pd META;
  45. #X connect 0 0 15 0;
  46. #X connect 11 0 15 1;
  47. #X connect 15 0 17 0;
  48. #X connect 15 1 14 0;
  49. #X connect 17 0 18 0;