[PD-cvs] externals/k_cext help-k_cext.pd,1.1,1.2

Kjetil S. Matheussen ksvalast at users.sourceforge.net
Mon Aug 9 15:59:06 CEST 2004


Update of /cvsroot/pure-data/externals/k_cext
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4216

Modified Files:
	help-k_cext.pd 
Log Message:
Updated to use the new string handling

Index: help-k_cext.pd
===================================================================
RCS file: /cvsroot/pure-data/externals/k_cext/help-k_cext.pd,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** help-k_cext.pd	8 Jan 2004 14:55:24 -0000	1.1
--- help-k_cext.pd	9 Aug 2004 13:59:04 -0000	1.2
***************
*** 1,27 ****
! #N canvas 268 7 629 687 10;
! #X floatatom 19 52 5 0 0;
! #X floatatom 17 116 5 0 0;
! #X floatatom 238 54 5 0 0;
! #X floatatom 237 117 5 0 0;
! #X floatatom 419 50 5 0 0;
! #X floatatom 419 137 5 0 0;
! #X floatatom 30 216 5 0 0;
! #X floatatom 30 337 5 0 0;
  #X text 416 29 Sends out previous value.;
  #X text 235 33 Adds one.;
! #X floatatom 367 199 5 0 0;
  #X text 26 198 (Gliding average);
! #X floatatom 29 405 5 0 0;
! #X floatatom 29 502 20 0 0;
  #X text 32 356 Calculates the faculty.;
  #X text 139 707 Additional \, read the macros in k_cext.h;
! #X floatatom 373 394 5 0 0;
! #X floatatom 367 501 5 0 0;
! #X floatatom 515 397 5 0 0;
! #X floatatom 516 501 5 0 0;
  #X text 361 366 Divide two numbers.;
  #X text 361 379 Integer modulus in the second outlet.;
! #X floatatom 53 682 10 0 0;
! #X floatatom 176 587 5 0 0;
  #X msg 62 584 bang;
  #X text 16 31 Sends out the input.;
--- 1,27 ----
! #N canvas 231 140 726 710 10;
! #X floatatom 19 52 5 0 0 0 - - -;
! #X floatatom 17 116 5 0 0 0 - - -;
! #X floatatom 238 54 5 0 0 0 - - -;
! #X floatatom 237 117 5 0 0 0 - - -;
! #X floatatom 419 50 5 0 0 0 - - -;
! #X floatatom 419 137 5 0 0 0 - - -;
! #X floatatom 30 216 5 0 0 0 - - -;
! #X floatatom 30 337 5 0 0 0 - - -;
  #X text 416 29 Sends out previous value.;
  #X text 235 33 Adds one.;
! #X floatatom 367 199 5 0 0 0 - - -;
  #X text 26 198 (Gliding average);
! #X floatatom 29 405 5 0 0 0 - - -;
! #X floatatom 29 502 20 0 0 0 - - -;
  #X text 32 356 Calculates the faculty.;
  #X text 139 707 Additional \, read the macros in k_cext.h;
! #X floatatom 373 394 5 0 0 0 - - -;
! #X floatatom 367 501 5 0 0 0 - - -;
! #X floatatom 515 397 5 0 0 0 - - -;
! #X floatatom 516 501 5 0 0 0 - - -;
  #X text 361 366 Divide two numbers.;
  #X text 361 379 Integer modulus in the second outlet.;
! #X floatatom 53 682 10 0 0 0 - - -;
! #X floatatom 176 587 5 0 0 0 - - -;
  #X msg 62 584 bang;
  #X text 16 31 Sends out the input.;
***************
*** 77,84 ****
  #X obj 275 683 nbx 5 14 -1e+37 1e+37 0 0 empty empty empty 0 -6 0 10
  -262144 -1 -1 0 256;
! #X floatatom 289 588 5 0 0;
! #X floatatom 359 338 5 0 0;
! #X floatatom 437 337 5 0 0;
! #X floatatom 530 337 5 0 0;
  #X text 371 174 Some modulo operations;
  #X obj 460 530 vsl 8 170 0 127 0 0 empty empty empty 0 -8 0 8 -1 -1
--- 77,84 ----
  #X obj 275 683 nbx 5 14 -1e+37 1e+37 0 0 empty empty empty 0 -6 0 10
  -262144 -1 -1 0 256;
! #X floatatom 289 588 5 0 0 0 - - -;
! #X floatatom 359 338 5 0 0 0 - - -;
! #X floatatom 437 337 5 0 0 0 - - -;
! #X floatatom 530 337 5 0 0 0 - - -;
  #X text 371 174 Some modulo operations;
  #X obj 460 530 vsl 8 170 0 127 0 0 empty empty empty 0 -8 0 8 -1 -1
***************
*** 98,105 ****
  #X obj 62 608 k_cext 3 4 0 5 10 \; int i \; RANGE(i \, 0 \, 4) DO \;
  . O(i \, (int)BETWEEN(I(1) \, I(2))) \;;
- #X obj 479 602 k_cext 1 0 \; system("mozilla &") \;;
  #X obj 377 426 k_cext 2 2 \; IF I(1)!=0 THEN DO \; . O1(I(0) % I(1))
  \; O0(V(0) / V(1)) \;;
  #X msg 446 198 print;
  #X connect 0 0 49 0;
  #X connect 2 0 50 0;
--- 98,105 ----
  #X obj 62 608 k_cext 3 4 0 5 10 \; int i \; RANGE(i \, 0 \, 4) DO \;
  . O(i \, (int)BETWEEN(I(1) \, I(2))) \;;
  #X obj 377 426 k_cext 2 2 \; IF I(1)!=0 THEN DO \; . O1(I(0) % I(1))
  \; O0(V(0) / V(1)) \;;
  #X msg 446 198 print;
+ #X obj 479 603 k_cext 1 0 \; system( s<mozilla&>s ) \;;
  #X connect 0 0 49 0;
  #X connect 2 0 50 0;
***************
*** 108,113 ****
  #X connect 10 0 68 0;
  #X connect 12 0 69 0;
! #X connect 16 0 72 0;
! #X connect 18 0 72 1;
  #X connect 23 0 70 1;
  #X connect 24 0 70 0;
--- 108,113 ----
  #X connect 10 0 68 0;
  #X connect 12 0 69 0;
! #X connect 16 0 71 0;
! #X connect 18 0 71 1;
  #X connect 23 0 70 1;
  #X connect 24 0 70 0;
***************
*** 117,121 ****
  #X connect 52 0 7 0;
  #X connect 56 0 70 2;
! #X connect 63 0 71 0;
  #X connect 68 0 57 0;
  #X connect 68 1 58 0;
--- 117,121 ----
  #X connect 52 0 7 0;
  #X connect 56 0 70 2;
! #X connect 63 0 73 0;
  #X connect 68 0 57 0;
  #X connect 68 1 58 0;
***************
*** 126,130 ****
  #X connect 70 2 54 0;
  #X connect 70 3 55 0;
! #X connect 72 0 17 0;
! #X connect 72 1 19 0;
! #X connect 73 0 68 0;
--- 126,130 ----
  #X connect 70 2 54 0;
  #X connect 70 3 55 0;
! #X connect 71 0 17 0;
! #X connect 71 1 19 0;
! #X connect 72 0 68 0;





More information about the Pd-cvs mailing list