[PD-cvs] externals/zexy/examples drip.pd,1.2,1.3

IOhannes m zmölnig zmoelnig at users.sourceforge.net
Thu Jun 16 15:09:26 CEST 2005


Update of /cvsroot/pure-data/externals/zexy/examples
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28356/examples

Modified Files:
	drip.pd 
Log Message:
updated to zexy-2.1


Index: drip.pd
===================================================================
RCS file: /cvsroot/pure-data/externals/zexy/examples/drip.pd,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** drip.pd	22 Mar 2005 20:58:18 -0000	1.2
--- drip.pd	16 Jun 2005 13:09:23 -0000	1.3
***************
*** 1,3 ****
! #N canvas 340 54 854 849 10;
  #X msg 30 108 come on \, my house;
  #X obj 30 210 print UNFOLDED;
--- 1,3 ----
! #N canvas 139 0 872 747 10;
  #X msg 30 108 come on \, my house;
  #X obj 30 210 print UNFOLDED;
***************
*** 23,55 ****
  #X obj 248 621 print DESCHED;
  #X msg 248 556 bang;
- #X obj 639 805 unfold;
- #X text 423 770 for historical reasons (finding no proper object-name...)
- we still provide the obsolete alias;
  #X text 44 27 unfolds a package to a sequence;
  #X text 43 50 since you can switch to scheduled mode \, this might
  be used to reduce CPU-load;
! #X text 55 817 see also :;
! #X obj 127 819 repack;
  #X obj 35 299 t l l b;
! #X obj 151 350 t l l;
! #X obj 35 375 unfold 200 flush;
! #X obj 141 375 unfold 200;
! #X obj 151 309 del 250;
  #X msg 35 280 list some atoms could be saved while others;
! #X msg 151 329 list might get lost;
! #X obj 35 412 print TIGHT;
! #X obj 141 413 print LOOSE;
! #X obj 35 393 pipe s 1500;
  #X text 411 309 creation:;
  #X text 475 309 "drip [<n> [flush]]";
! #X text 457 397 <n> is the initial drop-delay in [ms];
! #X text 452 333 "flush" indicates whether non-empty buffers should
  be flushed when a new package arrives or not.;
! #X text 453 362 default is no_flush;
! #X text 457 430 n==0 will DO scheduling (and is therefore somewhat
  "slower" than without arguments;
! #X text 455 415 default is NO scheduling;
! #X text 456 465 negative values for <n> turn off scheduling;
! #X text 717 13 part of zexy;
  #X connect 0 0 4 0;
  #X connect 2 0 4 0;
--- 23,53 ----
  #X obj 248 621 print DESCHED;
  #X msg 248 556 bang;
  #X text 44 27 unfolds a package to a sequence;
  #X text 43 50 since you can switch to scheduled mode \, this might
  be used to reduce CPU-load;
! #X text 530 672 see also :;
! #X obj 602 674 repack;
  #X obj 35 299 t l l b;
! #X obj 181 350 t l l;
! #X obj 181 309 del 250;
  #X msg 35 280 list some atoms could be saved while others;
! #X msg 181 329 list might get lost;
! #X obj 35 422 print TIGHT;
! #X obj 171 413 print LOOSE;
! #X obj 35 403 pipe s 1500;
  #X text 411 309 creation:;
  #X text 475 309 "drip [<n> [flush]]";
! #X text 447 397 <n> is the initial drop-delay in [ms];
! #X text 442 333 "flush" indicates whether non-empty buffers should
  be flushed when a new package arrives or not.;
! #X text 443 362 default is no_flush;
! #X text 447 430 n==0 will DO scheduling (and is therefore somewhat
  "slower" than without arguments;
! #X text 445 415 default is NO scheduling;
! #X text 446 465 negative values for <n> turn off scheduling;
! #X obj 35 375 drip 200 flush;
! #X obj 171 375 drip 200;
! #X text 717 13 part of;
! #X obj 776 13 zexy;
  #X connect 0 0 4 0;
  #X connect 2 0 4 0;
***************
*** 65,77 ****
  #X connect 18 0 19 0;
  #X connect 20 0 18 0;
  #X connect 27 0 29 0;
! #X connect 27 1 30 0;
! #X connect 27 2 31 0;
! #X connect 28 0 29 0;
! #X connect 28 1 30 0;
! #X connect 29 0 36 0;
! #X connect 30 0 35 0;
! #X connect 31 0 33 0;
! #X connect 32 0 27 0;
! #X connect 33 0 28 0;
! #X connect 36 0 34 0;
--- 63,75 ----
  #X connect 18 0 19 0;
  #X connect 20 0 18 0;
+ #X connect 25 0 41 0;
+ #X connect 25 1 42 0;
+ #X connect 25 2 27 0;
+ #X connect 26 0 41 0;
+ #X connect 26 1 42 0;
  #X connect 27 0 29 0;
! #X connect 28 0 25 0;
! #X connect 29 0 26 0;
! #X connect 32 0 30 0;
! #X connect 41 0 32 0;
! #X connect 42 0 31 0;





More information about the Pd-cvs mailing list