[PD-cvs] externals/grill/py/pd attr-1.pd,1.3,1.4 script-1.pd,1.4,1.5 sendrecv-1.pd,1.3,1.4 sendrecv-2.pd,1.2,1.3 sendrecv-3.pd,1.2,1.3 simple-1.pd,1.2,1.3 simple-2.pd,1.2,1.3 simple-3.pd,1.3,1.4 tcltk.pd,1.1.1.1,1.2

Thomas Grill xovo at users.sourceforge.net
Wed Jan 19 05:58:37 CET 2005


Update of /cvsroot/pure-data/externals/grill/py/pd
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9250/pd

Modified Files:
	attr-1.pd script-1.pd sendrecv-1.pd sendrecv-2.pd 
	sendrecv-3.pd simple-1.pd simple-2.pd simple-3.pd tcltk.pd 
Log Message:
- a bit more functions for the symbol type
- exporting symbol functions
corrected argument passing to class methods
updated for OSX
adjust pd and py files for correct argument passing


Index: script-1.pd
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/py/pd/script-1.pd,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** script-1.pd	10 Jan 2005 05:00:56 -0000	1.4
--- script-1.pd	19 Jan 2005 04:58:35 -0000	1.5
***************
*** 1,3 ****
! #N canvas 297 17 684 526 12;
  #X obj 39 278 print;
  #X obj 345 251 print;
--- 1,3 ----
! #N canvas 297 17 688 530 12;
  #X obj 39 278 print;
  #X obj 345 251 print;
***************
*** 34,39 ****
  #X obj 16 13 cnv 15 630 40 empty empty py/pyext 10 22 0 24 -260818
  -1 0;
! #X text 235 32 http://www.parasitaere-kapazitaeten.net;
! #X text 235 16 Python script objects \, (C)2003-2004 Thomas Grill;
  #X connect 2 0 25 1;
  #X connect 3 0 21 1;
--- 34,41 ----
  #X obj 16 13 cnv 15 630 40 empty empty py/pyext 10 22 0 24 -260818
  -1 0;
! #X text 235 16 Python script objects \, (C)2003-2005 Thomas Grill;
! #X text 235 32 http://grrrr.org/ext;
! #X msg 509 178 a b c;
! #X text 556 181 too many args;
  #X connect 2 0 25 1;
  #X connect 3 0 21 1;
***************
*** 57,58 ****
--- 59,61 ----
  #X connect 26 0 21 0;
  #X connect 28 0 21 0;
+ #X connect 32 0 25 1;

Index: sendrecv-2.pd
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/py/pd/sendrecv-2.pd,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** sendrecv-2.pd	21 Jun 2004 14:04:14 -0000	1.2
--- sendrecv-2.pd	19 Jan 2005 04:58:35 -0000	1.3
***************
*** 1,3 ****
! #N canvas 133 322 643 185 12;
  #X obj 152 98 pyext sendrecv ex2 huha;
  #X floatatom 152 128 5 0 0 0 - - -;
--- 1,3 ----
! #N canvas 133 322 647 189 12;
  #X obj 152 98 pyext sendrecv ex2 huha;
  #X floatatom 152 128 5 0 0 0 - - -;
***************
*** 7,12 ****
  #X obj 16 13 cnv 15 600 40 empty empty py/pyext 10 22 0 24 -260818
  -1 0;
! #X text 213 32 http://www.parasitaere-kapazitaeten.net;
! #X text 213 16 Python script objects \, (C)2003-2004 Thomas Grill;
  #X connect 0 0 1 0;
  #X connect 2 0 3 0;
--- 7,12 ----
  #X obj 16 13 cnv 15 600 40 empty empty py/pyext 10 22 0 24 -260818
  -1 0;
! #X text 213 16 Python script objects \, (C)2003-2005 Thomas Grill;
! #X text 213 32 http://grrrr.org/ext;
  #X connect 0 0 1 0;
  #X connect 2 0 3 0;

Index: simple-3.pd
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/py/pd/simple-3.pd,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** simple-3.pd	21 Jun 2004 14:04:14 -0000	1.3
--- simple-3.pd	19 Jan 2005 04:58:35 -0000	1.4
***************
*** 1,3 ****
! #N canvas 136 275 649 361 12;
  #X msg 73 266 help;
  #X text 17 80 This demonstrates message handling. See the simple.py
--- 1,3 ----
! #N canvas 136 275 653 365 12;
  #X msg 73 266 help;
  #X text 17 80 This demonstrates message handling. See the simple.py
***************
*** 18,23 ****
  #X obj 16 13 cnv 15 600 40 empty empty py/pyext 10 22 0 24 -260818
  -1 0;
! #X text 213 32 http://www.parasitaere-kapazitaeten.net;
! #X text 213 16 Python script objects \, (C)2003-2004 Thomas Grill;
  #X connect 0 0 7 0;
  #X connect 2 0 7 0;
--- 18,23 ----
  #X obj 16 13 cnv 15 600 40 empty empty py/pyext 10 22 0 24 -260818
  -1 0;
! #X text 213 16 Python script objects \, (C)2003-2005 Thomas Grill;
! #X text 213 32 http://grrrr.org/ext;
  #X connect 0 0 7 0;
  #X connect 2 0 7 0;

Index: tcltk.pd
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/py/pd/tcltk.pd,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** tcltk.pd	22 Oct 2002 23:16:08 -0000	1.1.1.1
--- tcltk.pd	19 Jan 2005 04:58:35 -0000	1.2
***************
*** 1,8 ****
! #N canvas 156 192 610 329 12;
  #X obj 328 118 bng 25 250 50 0 empty empty empty 0 -6 0 8 -258699 -1
  -1;
  #X msg 94 128 help;
- #X text 16 15 py/pyext - Python script objects \, (C)2002 Thomas Grill
- ;
  #X msg 139 127 doc;
  #X text 14 49 This demonstrates a tcl/tk dialog. See the tcltk.py file.
--- 1,6 ----
! #N canvas 156 192 614 333 12;
  #X obj 328 118 bng 25 250 50 0 empty empty empty 0 -6 0 8 -258699 -1
  -1;
  #X msg 94 128 help;
  #X msg 139 127 doc;
  #X text 14 49 This demonstrates a tcl/tk dialog. See the tcltk.py file.
***************
*** 13,18 ****
  #X obj 206 169 pyext tcltk myapp;
  #X obj 206 200 print tcltk;
! #X connect 0 0 6 1;
! #X connect 1 0 6 0;
! #X connect 3 0 6 0;
! #X connect 6 0 7 0;
--- 11,18 ----
  #X obj 206 169 pyext tcltk myapp;
  #X obj 206 200 print tcltk;
! #X text 16 15 py/pyext - Python script objects \, (C)2002-2005 Thomas
! Grill;
! #X connect 0 0 5 1;
! #X connect 1 0 5 0;
! #X connect 2 0 5 0;
! #X connect 5 0 6 0;

Index: attr-1.pd
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/py/pd/attr-1.pd,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** attr-1.pd	21 Jun 2004 14:04:14 -0000	1.3
--- attr-1.pd	19 Jan 2005 04:58:35 -0000	1.4
***************
*** 1,9 ****
! #N canvas 114 127 693 451 12;
  #X obj 224 397 pyext simple ex3;
  #X obj 392 398 print A;
! #X msg 252 207 get tmp;
! #X msg 369 237 get _inlets;
! #X msg 253 231 set tmp 3;
! #X msg 368 261 set _inlets 4;
  #X msg 18 206 dir;
  #X msg 15 312 getattributes;
--- 1,8 ----
! #N canvas 114 127 697 455 12;
  #X obj 224 397 pyext simple ex3;
  #X obj 392 398 print A;
! #X msg 362 247 get tmp;
! #X msg 396 320 get _inlets;
! #X msg 395 344 set _inlets 4;
  #X msg 18 206 dir;
  #X msg 15 312 getattributes;
***************
*** 12,19 ****
  #X text 15 75 This demonstrates the usage of attributes. See the simple.py
  file.;
! #X text 252 188 access a class variable;
! #X text 368 218 try to get/set internal stuff;
! #X text 479 261 (NOT allowed!);
! #X text 16 288 get attributes and methods;
  #X text 51 205 Python module dict;
  #X text 59 235 Python class dict;
--- 11,18 ----
  #X text 15 75 This demonstrates the usage of attributes. See the simple.py
  file.;
! #X text 260 212 access a class variable;
! #X text 395 301 try to get/set internal stuff;
! #X text 506 347 (NOT allowed!);
! #X text 14 288 get attributes and methods;
  #X text 51 205 Python module dict;
  #X text 59 235 Python class dict;
***************
*** 22,27 ****
  #X obj 16 13 cnv 15 650 40 empty empty py/pyext 10 22 0 24 -260818
  -1 0;
! #X text 235 32 http://www.parasitaere-kapazitaeten.net;
! #X text 235 16 Python script objects \, (C)2003-2004 Thomas Grill;
  #X connect 0 1 1 0;
  #X connect 2 0 0 0;
--- 21,29 ----
  #X obj 16 13 cnv 15 650 40 empty empty py/pyext 10 22 0 24 -260818
  -1 0;
! #X text 235 16 Python script objects \, (C)2003-2005 Thomas Grill;
! #X text 235 32 http://grrrr.org/ext;
! #X msg 260 248 set tmp \$1;
! #X obj 259 230 nbx 5 14 -1e+037 1e+037 0 0 empty empty empty 0 -6 0
! 10 -262144 -1 -1 0 256;
  #X connect 0 1 1 0;
  #X connect 2 0 0 0;
***************
*** 32,34 ****
  #X connect 7 0 0 0;
  #X connect 8 0 0 0;
! #X connect 9 0 0 0;
--- 34,37 ----
  #X connect 7 0 0 0;
  #X connect 8 0 0 0;
! #X connect 20 0 0 0;
! #X connect 21 0 20 0;

Index: sendrecv-1.pd
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/py/pd/sendrecv-1.pd,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** sendrecv-1.pd	11 Jan 2005 04:59:26 -0000	1.3
--- sendrecv-1.pd	19 Jan 2005 04:58:35 -0000	1.4
***************
*** 1,3 ****
! #N canvas 145 126 650 325 12;
  #X msg 125 81 reload mi ma;
  #X floatatom 48 238 5 0 0 0 - - -;
--- 1,3 ----
! #N canvas 145 126 654 329 12;
  #X msg 125 81 reload mi ma;
  #X floatatom 48 238 5 0 0 0 - - -;
***************
*** 18,25 ****
  #X obj 16 13 cnv 15 600 40 empty empty py/pyext 10 22 0 24 -260818
  -1 0;
- #X text 213 32 http://www.parasitaere-kapazitaeten.net;
- #X text 213 16 Python script objects \, (C)2003-2004 Thomas Grill;
  #X msg 202 128 bind;
  #X msg 249 129 unbind;
  #X connect 0 0 13 0;
  #X connect 1 0 7 0;
--- 18,25 ----
  #X obj 16 13 cnv 15 600 40 empty empty py/pyext 10 22 0 24 -260818
  -1 0;
  #X msg 202 128 bind;
  #X msg 249 129 unbind;
+ #X text 213 16 Python script objects \, (C)2003-2005 Thomas Grill;
+ #X text 213 32 http://grrrr.org/ext;
  #X connect 0 0 13 0;
  #X connect 1 0 7 0;
***************
*** 30,33 ****
  #X connect 11 0 13 0;
  #X connect 12 0 13 0;
! #X connect 19 0 13 1;
! #X connect 20 0 13 1;
--- 30,33 ----
  #X connect 11 0 13 0;
  #X connect 12 0 13 0;
! #X connect 17 0 13 1;
! #X connect 18 0 13 1;

Index: simple-2.pd
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/py/pd/simple-2.pd,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** simple-2.pd	21 Jun 2004 14:04:14 -0000	1.2
--- simple-2.pd	19 Jan 2005 04:58:35 -0000	1.3
***************
*** 1,3 ****
! #N canvas 95 223 650 390 12;
  #X floatatom 202 113 5 0 0 0 - - -;
  #X text 338 286 watch the console output!;
--- 1,3 ----
! #N canvas 95 223 654 394 12;
  #X floatatom 202 113 5 0 0 0 - - -;
  #X text 338 286 watch the console output!;
***************
*** 22,27 ****
  #X obj 16 13 cnv 15 600 40 empty empty py/pyext 10 22 0 24 -260818
  -1 0;
! #X text 213 32 http://www.parasitaere-kapazitaeten.net;
! #X text 213 16 Python script objects \, (C)2003-2004 Thomas Grill;
  #X connect 0 0 8 1;
  #X connect 2 0 8 0;
--- 22,27 ----
  #X obj 16 13 cnv 15 600 40 empty empty py/pyext 10 22 0 24 -260818
  -1 0;
! #X text 213 16 Python script objects \, (C)2003-2005 Thomas Grill;
! #X text 213 32 http://grrrr.org/ext;
  #X connect 0 0 8 1;
  #X connect 2 0 8 0;

Index: simple-1.pd
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/py/pd/simple-1.pd,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** simple-1.pd	21 Jun 2004 14:04:14 -0000	1.2
--- simple-1.pd	19 Jan 2005 04:58:35 -0000	1.3
***************
*** 1,3 ****
! #N canvas 156 192 662 389 12;
  #X obj 53 123 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
  -1;
--- 1,3 ----
! #N canvas 156 192 670 397 12;
  #X obj 53 123 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
  -1;
***************
*** 24,29 ****
  #X obj 16 13 cnv 15 600 40 empty empty py/pyext 10 22 0 24 -260818
  -1 0;
! #X text 213 32 http://www.parasitaere-kapazitaeten.net;
! #X text 213 16 Python script objects \, (C)2003-2004 Thomas Grill;
  #X connect 0 0 9 1;
  #X connect 1 0 9 1;
--- 24,29 ----
  #X obj 16 13 cnv 15 600 40 empty empty py/pyext 10 22 0 24 -260818
  -1 0;
! #X text 213 32 http://grrrr.org/ext;
! #X text 213 16 Python script objects \, (C)2003-2005 Thomas Grill;
  #X connect 0 0 9 1;
  #X connect 1 0 9 1;

Index: sendrecv-3.pd
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/py/pd/sendrecv-3.pd,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** sendrecv-3.pd	21 Jun 2004 14:04:14 -0000	1.2
--- sendrecv-3.pd	19 Jan 2005 04:58:35 -0000	1.3
***************
*** 1,9 ****
! #N canvas 294 237 640 319 12;
! #X obj 410 265 pyext sendrecv ex3;
  #X obj 564 262 bng 25 250 50 0 empty ugh empty 0 -6 0 8 -258699 -1
  -1;
  #X obj 16 13 cnv 15 600 40 empty empty py/pyext 10 22 0 24 -260818
  -1 0;
! #X text 213 32 http://www.parasitaere-kapazitaeten.net;
! #X text 213 16 Python script objects \, (C)2003-2004 Thomas Grill;
  #X connect 1 0 0 1;
--- 1,9 ----
! #N canvas 294 237 644 323 12;
! #X obj 410 265 pyext sendrecv ex3 @detach 1;
  #X obj 564 262 bng 25 250 50 0 empty ugh empty 0 -6 0 8 -258699 -1
  -1;
  #X obj 16 13 cnv 15 600 40 empty empty py/pyext 10 22 0 24 -260818
  -1 0;
! #X text 213 16 Python script objects \, (C)2003-2005 Thomas Grill;
! #X text 213 32 http://grrrr.org/ext;
  #X connect 1 0 0 1;





More information about the Pd-cvs mailing list