[PD-cvs] externals/grill/py/pd sendrecv-1.pd,1.2,1.3

Thomas Grill xovo at users.sourceforge.net
Tue Jan 11 05:59:29 CET 2005


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

Modified Files:
	sendrecv-1.pd 
Log Message:
added symbol type
fixed incorrect unbinding of instance methods
fixes for symbol type
little restructuring


Index: sendrecv-1.pd
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/py/pd/sendrecv-1.pd,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** sendrecv-1.pd	21 Jun 2004 14:04:14 -0000	1.2
--- sendrecv-1.pd	11 Jan 2005 04:59:26 -0000	1.3
***************
*** 1,4 ****
! #N canvas 145 126 642 317 12;
! #X msg 125 117 reload mi ma;
  #X floatatom 48 238 5 0 0 0 - - -;
  #X floatatom 297 239 5 0 0 0 - - -;
--- 1,4 ----
! #N canvas 145 126 650 325 12;
! #X msg 125 81 reload mi ma;
  #X floatatom 48 238 5 0 0 0 - - -;
  #X floatatom 297 239 5 0 0 0 - - -;
***************
*** 9,13 ****
  #X obj 48 262 s he;
  #X obj 143 238 r hu;
! #X text 233 116 reload with different args;
  #X msg 20 82 help;
  #X msg 19 114 doc;
--- 9,13 ----
  #X obj 48 262 s he;
  #X obj 143 238 r hu;
! #X text 233 80 reload with different args;
  #X msg 20 82 help;
  #X msg 19 114 doc;
***************
*** 20,23 ****
--- 20,25 ----
  #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;
***************
*** 28,29 ****
--- 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;





More information about the Pd-cvs mailing list