[PD] creating patterns with iteration in gem

cyrille henry cyrille.henry at la-kitchen.fr
Mon Feb 2 21:28:37 CET 2009



punchik punchik a écrit :
> hi, i just uploaded a pic of what the code is supposed to do.
> 
> http://www.hypermilk.net/imagenes/cubespattern.jpg
> 
> 
> 
> 
> --- On Mon, 2/2/09, punchik punchik <punchikk at yahoo.com> wrote:
> 
>> From: punchik punchik <punchikk at yahoo.com>
>> Subject: Re: [PD] creating patterns with iteration in gem
>> To: pd-list at iem.at
>> Date: Monday, February 2, 2009, 2:25 PM
>> hi i think theres something wrong with your patch, when i
>> create the window i see a white sphere and when i click to
>> 40, everything does black, am i doing something wrong?
>>
>>
>>
>> --- On Mon, 2/2/09, Jack <jack at rybn.org> wrote:
>>
>>> From: Jack <jack at rybn.org>
>>> Subject: Re: [PD] creating patterns with iteration in
>> gem
>>> To: punchikk at yahoo.com
>>> Cc: pd-list at iem.at
>>> Date: Monday, February 2, 2009, 11:59 AM
>>> hello,
>>> Something like this ?
>>> ++
>>>
>>> Jack
>>>
>>>
>>> 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
>>
>>       
>>
>> _______________________________________________
>> Pd-list at iem.at mailing list
>> UNSUBSCRIBE and account-management ->
>> http://lists.puredata.info/listinfo/pd-list
> 
> 
>       
> 
> _______________________________________________
> Pd-list at iem.at mailing list
> UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
> 
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patern.pd
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20090202/64088690/attachment.txt>


More information about the Pd-list mailing list