An other one ;)
++

Jack


Le vendredi 06 novembre 2009 à 22:03 -0800, William Brent a écrit :
> I figured there were sixty flavors of abstractions and externals that
> did this, but maybe that's not the case.  If anyone finds it useful,
> here's a bare-bones external I wrote for list shuffling.  The .zip has
> source code and a mac binary.  I've got a few other list externs that
> duplicate useful array manipulation functionality in SuperCollider
> (reverse, sum, rotate, mean, dot product, euclidean distance, etc).  I
> can post those to my website.
> 
> William
> 
> 
> 
> 
> On Fri, Nov 6, 2009 at 9:18 PM, Mathieu Bouchard <[email protected]> wrote:
> > On Fri, 6 Nov 2009, Stephen Lucas wrote:
> >
> >> Here's a version with [until]. Abstractions using other abstractions the
> >> same library blows my mind.
> >
> > Don't let your mind be blown so easily.
> >
> >  _ _ __ ___ _____ ________ _____________ _____________________ ...
> > | Mathieu Bouchard, Montréal, Québec. téléphone: +1.514.383.3801
> > _______________________________________________
> > [email protected] mailing list
> > UNSUBSCRIBE and account-management ->
> > http://lists.puredata.info/listinfo/pd-list
> >
> >
> 
> 
> 
> _______________________________________________
> [email protected] mailing list
> UNSUBSCRIBE and account-management -> 
> http://lists.puredata.info/listinfo/pd-list
#N canvas -114 60 729 486 10;
#X msg 242 41 1 hoedown 1 1 33 45 dog 99028 robot 0.1112;
#X obj 242 120 until;
#X obj 322 210 list split;
#X obj 391 266 t l;
#X obj 350 239 list split 1;
#X obj 350 266 list;
#X obj 349 124 list length;
#X obj 349 149 t b f;
#X obj 349 174 random;
#X obj 322 296 list;
#X obj 322 98 t l l;
#X obj 242 321 list;
#X obj 242 97 list length;
#X obj 242 66 t l l b;
#X obj 242 381 list;
#X obj 242 352 route bang;
#X obj 242 412 print;
#X text 550 414 Jack/RYBN 2009;
#X connect 0 0 13 0;
#X connect 1 0 11 0;
#X connect 2 0 9 0;
#X connect 2 1 4 0;
#X connect 3 0 5 1;
#X connect 4 0 5 0;
#X connect 4 1 9 1;
#X connect 5 0 3 0;
#X connect 5 0 14 1;
#X connect 6 0 7 0;
#X connect 7 0 8 0;
#X connect 7 1 8 1;
#X connect 8 0 2 1;
#X connect 9 0 11 1;
#X connect 10 0 2 0;
#X connect 10 1 6 0;
#X connect 11 0 10 0;
#X connect 11 0 15 0;
#X connect 12 0 1 0;
#X connect 13 0 12 0;
#X connect 13 1 10 0;
#X connect 13 2 5 1;
#X connect 14 0 16 0;
#X connect 15 0 14 0;
_______________________________________________
[email protected] mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to