From c2d193b8e78aeca08c8c49baa83cc40b9951b833 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Sat, 4 Jan 2003 04:36:49 +0000 Subject: "" svn path=/trunk/; revision=320 --- externals/grill/pool/data.cpp | 2 +- externals/grill/pool/license.txt | 4 +-- externals/grill/pool/main.cpp | 6 ++-- externals/grill/pool/pool.cpp | 2 +- externals/grill/pool/pool.h | 2 +- externals/grill/pool/pool.pd | 74 ++++++++++++++++++++-------------------- externals/grill/pool/readme.txt | 2 +- 7 files changed, 46 insertions(+), 46 deletions(-) (limited to 'externals/grill/pool') diff --git a/externals/grill/pool/data.cpp b/externals/grill/pool/data.cpp index 38c13bd5..4984129b 100644 --- a/externals/grill/pool/data.cpp +++ b/externals/grill/pool/data.cpp @@ -2,7 +2,7 @@ pool - hierarchical storage object for PD and Max/MSP -Copyright (c) 2002 Thomas Grill (xovo@gmx.net) +Copyright (c) 2002-2003 Thomas Grill (xovo@gmx.net) For information on usage and redistribution, and for a DISCLAIMER OF ALL WARRANTIES, see the file, "license.txt," in this distribution. diff --git a/externals/grill/pool/license.txt b/externals/grill/pool/license.txt index 7f371766..4be8d32a 100644 --- a/externals/grill/pool/license.txt +++ b/externals/grill/pool/license.txt @@ -1,5 +1,5 @@ pool - a hierarchical storage object for PD and MaxMSP -Copyright (C) 2002 Thomas Grill +Copyright (C) 2002-2003 Thomas Grill This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -28,7 +28,7 @@ This package uses the flext C++ layer - See its license text below: --- flext ---------------------------------------------- flext - C++ layer for Max/MSP and pd (pure data) externals -Copyright (C) 2001,2002 Thomas Grill +Copyright (C) 2001-2003 Thomas Grill This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/externals/grill/pool/main.cpp b/externals/grill/pool/main.cpp index 07d96e20..cf513d87 100644 --- a/externals/grill/pool/main.cpp +++ b/externals/grill/pool/main.cpp @@ -2,7 +2,7 @@ pool - hierarchical storage object for PD and Max/MSP -Copyright (c) 2002 Thomas Grill (xovo@gmx.net) +Copyright (c) 2002-2003 Thomas Grill (xovo@gmx.net) For information on usage and redistribution, and for a DISCLAIMER OF ALL WARRANTIES, see the file, "license.txt," in this distribution. @@ -21,7 +21,7 @@ public: pool(I argc,const A *argv); ~pool(); - static V setup(t_class *); + static V setup(t_classid); pooldata *Pool() { return pl; } @@ -172,7 +172,7 @@ FLEXT_NEW_V("pool",pool); pooldata *pool::head,*pool::tail; -V pool::setup(t_class *c) +V pool::setup(t_classid c) { post(""); post("pool %s - hierarchical storage object, (C)2002 Thomas Grill",POOL_VERSION); diff --git a/externals/grill/pool/pool.cpp b/externals/grill/pool/pool.cpp index 9c30603c..886debc6 100644 --- a/externals/grill/pool/pool.cpp +++ b/externals/grill/pool/pool.cpp @@ -2,7 +2,7 @@ pool - hierarchical storage object for PD and Max/MSP -Copyright (c) 2002 Thomas Grill (xovo@gmx.net) +Copyright (c) 2002-2003 Thomas Grill (xovo@gmx.net) For information on usage and redistribution, and for a DISCLAIMER OF ALL WARRANTIES, see the file, "license.txt," in this distribution. diff --git a/externals/grill/pool/pool.h b/externals/grill/pool/pool.h index 5e1c0cc1..2fdbbd28 100644 --- a/externals/grill/pool/pool.h +++ b/externals/grill/pool/pool.h @@ -2,7 +2,7 @@ pool - hierarchical storage object for PD and Max/MSP -Copyright (c) 2002 Thomas Grill (xovo@gmx.net) +Copyright (c) 2002-2003 Thomas Grill (xovo@gmx.net) For information on usage and redistribution, and for a DISCLAIMER OF ALL WARRANTIES, see the file, "license.txt," in this distribution. diff --git a/externals/grill/pool/pool.pd b/externals/grill/pool/pool.pd index 14ac7d7d..4d5592e3 100644 --- a/externals/grill/pool/pool.pd +++ b/externals/grill/pool/pool.pd @@ -1,4 +1,4 @@ -#N canvas 25 23 978 681 12; +#N canvas 25 23 980 683 12; #X msg 295 108 set 1 2 3; #X obj 254 615 print K; #X msg 607 211 getall; @@ -12,7 +12,7 @@ #X msg 432 181 get A; #X msg 432 213 get 2; #X msg 40 132 echodir \$1; -#X obj 40 111 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 1 1 +#X obj 40 111 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 40 213 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; @@ -56,7 +56,7 @@ #X text 673 376 (depth may be given); #X msg 296 282 add 3 14; #X text 294 261 set but don't replace; -#N canvas 0 0 510 536 dirs 0; +#N canvas 0 0 512 538 dirs 0; #X msg 109 27 mkdir fld1; #X msg 111 122 chdir; #X msg 110 217 updir; @@ -167,9 +167,7 @@ ; #X obj 26 10 cnv 15 850 40 empty empty pool 10 22 0 24 -260818 -1 0 ; -#X text 337 32 http://www.parasitaere-kapazitaeten.net; -#X text 337 12 a hierarchical storage object \, (C)2002 Thomas Grill -; +#X text 272 33 http://www.parasitaere-kapazitaeten.net; #X obj 317 529 print A; #X text 382 529 attributes; #X msg 43 490 getattributes; @@ -177,36 +175,38 @@ #X msg 132 232 getabsdir; #X msg 146 313 getpool; #X obj 260 478 pool; -#X connect 0 0 73 0; -#X connect 2 0 73 0; -#X connect 3 0 73 0; -#X connect 6 0 73 0; -#X connect 7 0 73 0; -#X connect 8 0 73 0; -#X connect 9 0 73 0; -#X connect 10 0 73 0; -#X connect 11 0 73 0; -#X connect 12 0 73 0; +#X text 272 13 a hierarchical storage object \, (C)2002-2003 Thomas +Grill; +#X connect 0 0 72 0; +#X connect 2 0 72 0; +#X connect 3 0 72 0; +#X connect 6 0 72 0; +#X connect 7 0 72 0; +#X connect 8 0 72 0; +#X connect 9 0 72 0; +#X connect 10 0 72 0; +#X connect 11 0 72 0; +#X connect 12 0 72 0; #X connect 13 0 12 0; #X connect 14 0 15 0; -#X connect 15 0 73 0; -#X connect 23 0 73 0; -#X connect 24 0 73 0; -#X connect 26 0 73 0; -#X connect 28 0 73 0; -#X connect 33 0 73 0; -#X connect 34 0 73 0; -#X connect 45 0 73 0; -#X connect 48 0 73 0; -#X connect 50 0 73 0; -#X connect 53 0 73 0; -#X connect 62 0 73 0; -#X connect 69 0 73 0; -#X connect 70 0 73 0; -#X connect 71 0 73 0; -#X connect 72 0 73 0; -#X connect 73 0 4 0; -#X connect 73 1 1 0; -#X connect 73 2 5 0; -#X connect 73 3 18 0; -#X connect 73 4 67 0; +#X connect 15 0 72 0; +#X connect 23 0 72 0; +#X connect 24 0 72 0; +#X connect 26 0 72 0; +#X connect 28 0 72 0; +#X connect 33 0 72 0; +#X connect 34 0 72 0; +#X connect 45 0 72 0; +#X connect 48 0 72 0; +#X connect 50 0 72 0; +#X connect 53 0 72 0; +#X connect 62 0 72 0; +#X connect 68 0 72 0; +#X connect 69 0 72 0; +#X connect 70 0 72 0; +#X connect 71 0 72 0; +#X connect 72 0 4 0; +#X connect 72 1 1 0; +#X connect 72 2 5 0; +#X connect 72 3 18 0; +#X connect 72 4 66 0; diff --git a/externals/grill/pool/readme.txt b/externals/grill/pool/readme.txt index e8053aed..56d7b7b5 100644 --- a/externals/grill/pool/readme.txt +++ b/externals/grill/pool/readme.txt @@ -1,6 +1,6 @@ pool - a hierarchical storage object for PD and Max/MSP -Copyright (c) 2002 Thomas Grill (xovo@gmx.net) +Copyright (c) 2002-2003 Thomas Grill (xovo@gmx.net) For information on usage and redistribution, and for a DISCLAIMER OF ALL WARRANTIES, see the file, "license.txt," in this distribution. -- cgit v1.2.1