[PD] creating patterns with iteration in gem

Jack jack at rybn.org
Mon Feb 2 17:59:08 CET 2009


hello,
Something like this ?
++

Jack

-------------- next part --------------
A non-text attachment was scrubbed...
Name: exemple.pd
Type: application/octet-stream
Size: 678 bytes
Desc: not available
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20090202/0ed6ea96/attachment.obj>
-------------- next part --------------

Le 2 f?vr. 09 ? 17:40, punchik punchik a ?crit :

> hello, can anybody please tell me how can i make this little script  
> in Gem?
> this script is made in Mel , the maya embedded language, the idea  
> to use the remainder operation or module "%"  to create repetition  
> at variable distances, we can use this to create rhythm or  
> patterns....
> thanks in advance
>
> for ($x= 0; $x<40; $x++){
>     if($x%5==0) continue;
>     Sphere 2;
>     translateXYZ ($x*2) 0 0;
> }
>
>
>
> Other question which other ways do there are to create patterns  
> with module? thanks
>
> pun.
>
>
>
>
>
>
>
> _______________________________________________
> Pd-list at iem.at mailing list
> UNSUBSCRIBE and account-management -> http://lists.puredata.info/ 
> listinfo/pd-list



More information about the Pd-list mailing list