[PD] sorting floats with sort [zexy]

Cyrille Henry ch at chnry.net
Thu May 21 18:52:13 CEST 2015



Le 21/05/2015 18:13, Py Fave a écrit :
> you can multiply lists component wise check in (listabs ) in help browser
>
> multiply by a fraction then multiply with the goal values
>
for large list, i suggest using array and iem_tab

for a fade between A and B, x being the fade factor for 0 to 1, the fade would be :
A * (1-x) + B * x

> you should look egregore by chdh (on this list ) for morphing
> and they have a live in one week on the net using the patch
thanks for the reminder ;-)

we don't have "lot's" of fade involve in egregore, but if you like lot's of particles moving, you should see the next chdh  performance : "morphist"
(2 live in Paris next month, see chdh.net for more informations)
  
>
> 1000000 is hard to handle...
it's more square than pixel in a 1024x768 screen!
but with a good computer, 100 000 moving dots should not be a problem.

cheers
c

>
> 2015-05-21 16:16 GMT+02:00 Rainer . <fundamentalstern at gmail.com>:
>>> e.g. what's 75% between "1 6 8 4 3" and "1 3 4 6 8"
>>
>> Yes, that´s the question. I am thinking of e.g. 1000000 squares [GEM] fading
>> from random position to sorted postition.
>>
>> How can I fade lists?
>>
>> Thanks,
>>
>> Rainer
>>
>> 2015-05-21 15:56 GMT+02:00 IOhannes m zmoelnig <zmoelnig at iem.at>:
>>>
>>> On 2015-05-21 15:47, Rainer . wrote:
>>>> Hi,
>>>>
>>>> I´m just playing with the sort object from zexy lib, sorting a bunch of
>>>> floats. I wonder if there is a way to fade or morph(?) from unsorted to
>>>> sorted state?
>>>
>>> how do you invision that?
>>> e.g. what's 75% between "1 6 8 4 3" and "1 3 4 6 8"
>>>
>>> how is your result different from a generic fade between two lists of
>>> equal lengths?
>>>
>>> fgsmdr
>>> IOhannes
>>>
>>>
>>>
>>> _______________________________________________
>>> Pd-list at lists.iem.at mailing list
>>> UNSUBSCRIBE and account-management ->
>>> http://lists.puredata.info/listinfo/pd-list
>>>
>>
>>
>> _______________________________________________
>> Pd-list at lists.iem.at mailing list
>> UNSUBSCRIBE and account-management ->
>> http://lists.puredata.info/listinfo/pd-list
>>
>
> _______________________________________________
> Pd-list at lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
>



More information about the Pd-list mailing list