[PD] creating patterns with iteration in gem

Jack jack at rybn.org
Tue Feb 3 05:11:32 CET 2009


Ah, ok, i just see your exemple :)
Here a new patch with an other approach with [repeat].
The cyrille patch is full Pd and GEM.
With [repeat] you also need Zexy.
++

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


Le 3 f?vr. 09 ? 02:28, jack at rybn.org a ?crit :

>> 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?
> No, all is ok !
> Every five bangs, the sphere move ten units on the right.
> So this is normal that the shere move out from the view.
> Using [/ 2] instead of [* 2] should be different.
> ++
>
> Jack
>
>
>>
>>
>>
>> --- 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
>>
>>
>>
>>
>
>



More information about the Pd-list mailing list