[PD-cvs] externals/miXed/doc/help/cyclone MouseState.pd,1.2,1.3 mousefilter.pd,1.2,1.3

Hans-Christoph Steiner eighthave at users.sourceforge.net
Sun May 30 04:41:44 CEST 2004


Update of /cvsroot/pure-data/externals/miXed/doc/help/cyclone
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28790

Modified Files:
	MouseState.pd mousefilter.pd 
Log Message:
added links to all_about_ pages

Index: mousefilter.pd
===================================================================
RCS file: /cvsroot/pure-data/externals/miXed/doc/help/cyclone/mousefilter.pd,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** mousefilter.pd	27 May 2004 17:03:33 -0000	1.2
--- mousefilter.pd	30 May 2004 02:41:42 -0000	1.3
***************
*** 1,14 ****
! #N canvas 158 104 436 284 10;
! #X text 22 227 cyclone is (c) Krzysztof Czaja and others;
! #X text 22 242 docs based on the MAX/MSP reference (c) cycling'74
  ;
! #X text 21 256 ___________________________________________________ ;
! #X obj 32 27 mousefilter;
! #X text 127 27 passes numbers only when mousebutton is up;
! #X obj 90 85 hsl 128 15 0 127 0 0 empty empty empty -2 -6 0 8 -262144
! -1 -1 6500 1;
! #X floatatom 44 85 5 0 0 0 - - -;
! #X obj 75 131 mousefilter;
! #X floatatom 75 171 5 0 0 0 - - -;
  #X connect 5 0 7 0;
  #X connect 6 0 7 0;
--- 1,19 ----
! #N canvas 170 52 461 344 10;
! #X text 22 279 cyclone is (c) Krzysztof Czaja and others;
! #X text 22 294 docs based on the MAX/MSP reference (c) cycling'74;
! #X text 21 308 ___________________________________________________
  ;
! #X obj 32 61 mousefilter;
! #X text 127 61 passes numbers only when mousebutton is up;
! #X obj 90 119 hsl 128 15 0 127 0 0 empty empty empty -2 -6 0 8 -262144
! -1 -1 0 1;
! #X floatatom 44 119 5 0 0 0 - - -;
! #X obj 75 165 mousefilter;
! #X floatatom 75 205 5 0 0 0 - - -;
! #X text 112 247 For more info:;
! #X obj 216 247 all_about_hid;
! #X obj 7 4 cnv 15 450 30 empty empty [mousefilter] 20 12 1 14 -233017
! -66577 0;
! #X obj 319 247 all_about_cyclone;
  #X connect 5 0 7 0;
  #X connect 6 0 7 0;

Index: MouseState.pd
===================================================================
RCS file: /cvsroot/pure-data/externals/miXed/doc/help/cyclone/MouseState.pd,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** MouseState.pd	27 May 2004 17:03:32 -0000	1.2
--- MouseState.pd	30 May 2004 02:41:42 -0000	1.3
***************
*** 1,33 ****
! #N canvas 233 184 517 395 10;
! #X text 27 347 cyclone is (c) Krzysztof Czaja and others;
! #X text 27 361 docs based on the MAX/MSP reference (c) cycling'74;
! #X text 26 375 ___________________________________________________
  ;
! #X obj 33 28 MouseState;
! #X text 127 28 report mouse x/y/deltax/y and buttonpress;
! #X obj 58 187 MouseState;
! #X obj 58 313 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1
  ;
! #X floatatom 74 294 5 0 0 0 - - -;
! #X floatatom 90 268 5 0 0 0 - - -;
! #X text 114 297 x;
! #X msg 107 88 poll;
! #X text 134 269 y;
! #X floatatom 106 244 5 0 0 0 - - -;
! #X text 156 245 delta x;
! #X floatatom 123 215 5 0 0 0 - - -;
! #X text 173 216 delta y;
! #X text 77 314 button pressed ? (one button of course \, mac you know)
  ;
! #X text 149 88 poll the mouse device;
! #X msg 58 64 bang;
! #X text 100 64 update current state;
! #X msg 107 107 nopoll;
! #X text 159 107 come on you guessed it right ...;
! #X msg 107 135 zero;
! #X text 149 137 set current pos to 0 \, 0 of our coordinate system
  ;
! #X msg 105 160 reset;
! #X text 155 160 reset 0 \, 0 to upper left corner;
  #X connect 5 0 6 0;
  #X connect 5 1 7 0;
--- 1,38 ----
! #N canvas 384 180 561 485 10;
! #X text 25 430 cyclone is (c) Krzysztof Czaja and others;
! #X text 25 444 docs based on the MAX/MSP reference (c) cycling'74;
! #X text 24 458 ___________________________________________________
  ;
! #X obj 33 64 MouseState;
! #X text 127 64 report mouse x/y/deltax/y and buttonpress;
! #X obj 58 223 MouseState;
! #X obj 58 349 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1
  ;
! #X floatatom 74 330 5 0 0 0 - - -;
! #X floatatom 90 304 5 0 0 0 - - -;
! #X text 114 333 x;
! #X msg 107 124 poll;
! #X text 134 305 y;
! #X floatatom 106 280 5 0 0 0 - - -;
! #X text 156 281 delta x;
! #X floatatom 123 251 5 0 0 0 - - -;
! #X text 173 252 delta y;
! #X text 77 350 button pressed ? (one button of course \, mac you know)
  ;
! #X text 149 124 poll the mouse device;
! #X msg 58 100 bang;
! #X text 100 100 update current state;
! #X msg 107 143 nopoll;
! #X text 159 143 come on you guessed it right ...;
! #X msg 107 171 zero;
! #X text 149 173 set current pos to 0 \, 0 of our coordinate system
  ;
! #X msg 105 196 reset;
! #X text 155 196 reset 0 \, 0 to upper left corner;
! #X text 182 392 For more info:;
! #X obj 286 392 all_about_hid;
! #X obj 5 3 cnv 15 550 30 empty empty [MouseState] 20 12 1 14 -233017
! -66577 0;
! #X obj 386 392 all_about_cyclone;
  #X connect 5 0 6 0;
  #X connect 5 1 7 0;





More information about the Pd-cvs mailing list