<div dir="ltr"><div><div><div><div><div>Thanks for the response so far!!!<br></div><br>1000000 - just a number to make it clear that I want to sort big lists.<br><br>I should have been more precise - in fact I want to sort pixel values, a huge amount of pixel values. I´ve done this already with sort from zexy (with arrays) and it worked pretty well. But it´s either the original or the sorted result. So a animation or a warp or at least 75% between would be nice.<br>...<br>
<span></span>
<br>>> 1000000 is hard to handle...<br>> it's more square than pixel in a 1024x768 screen!<br></div>I work with images >5k resolution (and tiling)  :-)<br><br></div>btw. what is the meaning of "invision"???<br><br></div>Cheers,<br><br></div>Rainer<br><br><br><div class="gmail_extra"><br><div class="gmail_quote">2015-05-21 18:52 GMT+02:00 Cyrille Henry <span dir="ltr"><<a href="mailto:ch@chnry.net" target="_blank">ch@chnry.net</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
<br>
Le 21/05/2015 18:13, Py Fave a écrit :<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
you can multiply lists component wise check in (listabs ) in help browser<br>
<br>
multiply by a fraction then multiply with the goal values<br>
<br>
</blockquote></span>
for large list, i suggest using array and iem_tab<br>
<br>
for a fade between A and B, x being the fade factor for 0 to 1, the fade would be :<br>
A * (1-x) + B * x<span class=""><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
you should look egregore by chdh (on this list ) for morphing<br>
and they have a live in one week on the net using the patch<br>
</blockquote></span>
thanks for the reminder ;-)<br>
<br>
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"<br>
(2 live in Paris next month, see <a href="http://chdh.net" target="_blank">chdh.net</a> for more informations)<span class=""><br>
 <br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
1000000 is hard to handle...<br>
</blockquote></span>
it's more square than pixel in a 1024x768 screen!<br>
but with a good computer, 100 000 moving dots should not be a problem.<br>
<br>
cheers<div class="HOEnZb"><div class="h5"><br>
c<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
2015-05-21 16:16 GMT+02:00 Rainer . <<a href="mailto:fundamentalstern@gmail.com" target="_blank">fundamentalstern@gmail.com</a>>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
e.g. what's 75% between "1 6 8 4 3" and "1 3 4 6 8"<br>
</blockquote>
<br>
Yes, that´s the question. I am thinking of e.g. 1000000 squares [GEM] fading<br>
from random position to sorted postition.<br>
<br>
How can I fade lists?<br>
<br>
Thanks,<br>
<br>
Rainer<br>
<br>
2015-05-21 15:56 GMT+02:00 IOhannes m zmoelnig <<a href="mailto:zmoelnig@iem.at" target="_blank">zmoelnig@iem.at</a>>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
On 2015-05-21 15:47, Rainer . wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
I´m just playing with the sort object from zexy lib, sorting a bunch of<br>
floats. I wonder if there is a way to fade or morph(?) from unsorted to<br>
sorted state?<br>
</blockquote>
<br>
how do you invision that?<br>
e.g. what's 75% between "1 6 8 4 3" and "1 3 4 6 8"<br>
<br>
how is your result different from a generic fade between two lists of<br>
equal lengths?<br>
<br>
fgsmdr<br>
IOhannes<br>
<br>
<br>
<br>
_______________________________________________<br>
<a href="mailto:Pd-list@lists.iem.at" target="_blank">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -><br>
<a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
<br>
</blockquote>
<br>
<br>
_______________________________________________<br>
<a href="mailto:Pd-list@lists.iem.at" target="_blank">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -><br>
<a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
<br>
</blockquote>
<br>
_______________________________________________<br>
<a href="mailto:Pd-list@lists.iem.at" target="_blank">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -> <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
<br>
</blockquote>
</div></div></blockquote></div><br></div></div>