<div dir="ltr"><span style="font-size:12.8000001907349px">> Sorry, yes pd-extended 0.44. </span><br><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px">sure, but when I first mentioned about versions, I was thinking about cyclone's own version number.</span></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px">I assume there's one, right? And I also assume you have it for download somewhere for people to include it in Pd Vanilla. Where can we get it?</span></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px">If Extended keeps on delaying too much for an update, I'm gonna start just getting all the libraries I use into vanilla :(</span></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px">cheers</span></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px">ps. while we're at it, I have a question, are [lores~] and [reson~] perfect copies of the Max's objects, same formula and everything, or just something similar? </span></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px">thanks</span></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px"><br></span></div></div><div class="gmail_extra"><br><div class="gmail_quote">2014-12-14 6:35 GMT-02:00 Fred Jan Kraan <span dir="ltr"><<a href="mailto:fjkraan@xs4all.nl" target="_blank">fjkraan@xs4all.nl</a>></span>:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Alexandre,<br>
<span class=""><br>
> Awesome, can't wait for the new release :)<br>
><br>
>> The source I am using is some 0.44 version.<br>
><br>
> You mean the 0.44.0 extended, right?<br>
<br>
</span>Sorry, yes pd-extended 0.44. If all these objects were in vanilla, our<br>
world would look quite different :-)<br>
<span class="">><br>
> Well, I guess the next step is to see if we can get a new Pd Extended<br>
> soon, and hopefully in pace with the current 0.46 version.<br>
><br>
> But this is another discussion.<br>
><br>
</span>By making these kinds of changes and improvements, we can make a new<br>
release more worthwhile, and thus increase the change it will happen ;-)<br>
<br>
> Thanks<br>
<br>
Greetings,<br>
<br>
Fred Jan<br>
<span class="">><br>
> 2014-12-13 16:53 GMT-02:00 Fred Jan Kraan <<a href="mailto:fjkraan@xs4all.nl">fjkraan@xs4all.nl</a><br>
</span>> <mailto:<a href="mailto:fjkraan@xs4all.nl">fjkraan@xs4all.nl</a>>>:<br>
<span class="">><br>
>     Hi Alexandre,<br>
><br>
>     > Hi, I re-sending (or forwarding) my first message about cartopol, with<br>
>     > the patch I had attached to exemplify the issue. My message was brief<br>
>     > then, but it said it all.<br>
>     ><br>
>     The message was clear, surely with the additional info. Attached is an<br>
>     image of your patch with a modified poltocar~.<br>
>     ><br>
>     > Now, I'm assuming that the version in 0.43 is the latest and is the one<br>
>     > you have. About the bug list then, the right thing to do would be to<br>
>     > take [cartopol~] out of the list and just keep [poltocar~], saying<br>
>     > something like "wrong conversion".<br>
><br>
>     The source I am using is some 0.44 version. The final code patch should<br>
>     be based on the svn code. Not much difference is to be expected here.<br>
>     ><br>
>     > I haven't checked the code. But the formulas are pretty simple, just<br>
>     > basically sine and cosine, so you can't go wrong by fixing it. There<br>
>     > must be a minus sing somewhere where it didn't belong, just take it out.<br>
><br>
>     Indeed it is (poltocar.c:35):<br>
><br>
>             *out2++ = -am * sinf(ph);  /* CHECKED */<br>
><br>
>     Removing the minus and recompiling made your patch work as expected.<br>
>     Added some info to the sourceforge bug "#1128 still on cartopol~ /<br>
>     poltocar~".<br>
><br>
>     ><br>
>     > Cheers<br>
><br>
>     Greetings,<br>
><br>
>     Fred Jan<br>
>     ><br>
>     > ---------- Forwarded message ----------<br>
</span><span class="">>     > From: *Alexandre Torres Porres* <<a href="mailto:porres@gmail.com">porres@gmail.com</a> <mailto:<a href="mailto:porres@gmail.com">porres@gmail.com</a>> <mailto:<a href="mailto:porres@gmail.com">porres@gmail.com</a><br>
>     <mailto:<a href="mailto:porres@gmail.com">porres@gmail.com</a>>>><br>
>     > Date: 2014-12-08 20:37 GMT-02:00<br>
>     > Subject: Re: [PD] Cyclone suite initiative<br>
>     > To: Fred Jan Kraan <<a href="mailto:fjkraan@xs4all.nl">fjkraan@xs4all.nl</a> <mailto:<a href="mailto:fjkraan@xs4all.nl">fjkraan@xs4all.nl</a>><br>
</span><span class="">>     <mailto:<a href="mailto:fjkraan@xs4all.nl">fjkraan@xs4all.nl</a> <mailto:<a href="mailto:fjkraan@xs4all.nl">fjkraan@xs4all.nl</a>>>><br>
>     > Cc: <a href="mailto:pd-list@mail.iem.at">pd-list@mail.iem.at</a> <mailto:<a href="mailto:pd-list@mail.iem.at">pd-list@mail.iem.at</a>><br>
</span><span class="">>     <mailto:<a href="mailto:pd-list@mail.iem.at">pd-list@mail.iem.at</a> <mailto:<a href="mailto:pd-list@mail.iem.at">pd-list@mail.iem.at</a>>><br>
>     ><br>
>     > cartopol~ and poltocar~ are also buggy<br>
>     ><br>
>     > I pointed it out once, but only cartopol~ was corrected and it made it<br>
>     > worse. check atatchment.<br>
>     ><br>
>     > do you have this covered?<br>
>     ><br>
>     > cheers<br>
>     ><br>
>     > 2014-12-08 14:30 GMT-02:00 Fred Jan Kraan <<a href="mailto:fjkraan@xs4all.nl">fjkraan@xs4all.nl</a> <mailto:<a href="mailto:fjkraan@xs4all.nl">fjkraan@xs4all.nl</a>><br>
</span>>     > <mailto:<a href="mailto:fjkraan@xs4all.nl">fjkraan@xs4all.nl</a> <mailto:<a href="mailto:fjkraan@xs4all.nl">fjkraan@xs4all.nl</a>>>>:<br>
<div class="HOEnZb"><div class="h5">>     ><br>
>     >     Hi Alexandre,<br>
>     ><br>
>     >     Thanks for the report.<br>
>     ><br>
>     >     Next to working on the help-patches, I am working on creating<br>
>     such a<br>
>     >     list. I'll put it somewhere public when the patches are done.<br>
>     ><br>
>     >     So when you find any others, I would like to know.<br>
>     ><br>
>     >     Greetings,<br>
>     ><br>
>     >     Fred Jan<br>
>     ><br>
>     >     > hi, you probably know about this bug, but [rand~]'s argument<br>
>     doesn't<br>
>     >     > really work. I'd be happy to help find other bugs, do you have a<br>
>     >     list of<br>
>     >     > bugs you're working on?<br>
>     >     ><br>
>     >     > cheers<br>
>     >     ><br>
>     ><br>
>     ><br>
><br>
<br>
</div></div></blockquote></div></div>