<div dir="ltr">great, let us know about the updates when they become available</div><div class="gmail_extra"><br><div class="gmail_quote">2015-06-24 7:27 GMT-03:00 Fred Jan Kraan <span dir="ltr"><<a href="mailto:fjkraan@xs4all.nl" target="_blank">fjkraan@xs4all.nl</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Alexandre,<br>
<span class=""><br>
> The help file acts as if the audio input needed to be between 0<br>
> and 1, but that is not true, it actually is from -1 to 1, try it<br>
> and you will see. That's the way it originally works in Max as<br>
> well, by the way.<br>
<br>
</span>Ok, fixed.<br>
<span class="">><br>
> And now for a bug. When you specify an offset, it goes from that<br>
> offset point until the given boundary. But the way it is acting<br>
> is that it's continuing after the end of the boundary, outputing<br>
> silence.<br>
<br>
</span>It isn't implemented as a boundary, but as size parameter. Pd lookup~<br>
tries to read from offset to offset+size. Reading past the array gets<br>
you zero's, as is customary in Pd.<br>
<br>
Max 5 lookup~ appears to have it implemented as an offset and a boundary<br>
or end-point in the array. So it reads from offset to end-point.<br>
<br>
The new version will behave like Max 5.<br>
<span class=""><br>
> help also ommits you can use a set message to specify the buffer,<br>
> like before<br>
<br>
</span>Ok, fixed.<br>
<span class=""><br>
> one more thing: there's a first argument which is the table size, a<br>
> second argument which is a float for offset, and there is a THIRD<br>
> argument that specifies the size of the buffer and is not mentioned (if<br>
> it is not specified, it's 512)<br>
<br>
</span>As I understand it, the arguments are:<br>
1 - array/table name<br>
2 - initial offset in array/table (default 0)<br>
3 - initial end-point array/table (default 512)<br>
<br>
This is how the new help file specifies it.<br>
<br>
Greetings,<br>
<br>
Fred Jan<br>
<span class="">><br>
> 2015-06-23 20:12 GMT-03:00 Alexandre Torres Porres <<a href="mailto:porres@gmail.com">porres@gmail.com</a><br>
</span>> <mailto:<a href="mailto:porres@gmail.com">porres@gmail.com</a>>>:<br>
<span class="">><br>
><br>
>     2015-06-23 20:07 GMT-03:00 Alexandre Torres Porres <<a href="mailto:porres@gmail.com">porres@gmail.com</a><br>
</span>>     <mailto:<a href="mailto:porres@gmail.com">porres@gmail.com</a>>>:<br>
<span class="">><br>
>         now we need to talk about [lookup~] :)<br>
><br>
><br>
</span><span class="">>         cheers<br>
><br>
>         2015-06-05 3:29 GMT-03: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>
>             Sorry, I had missed your message, most active Pd-time had<br>
>             gone into<br>
>             helping to improve the build system for cyclone and<br>
>             pd-externals in<br>
>             general.<br>
><br>
>             The concept of hot and cold inlets appears to apply to<br>
>             messages, not<br>
>             signals. Sah~ appears to work as described in the Max5<br>
>             documentation.<br>
>             I'll improve the help-patch.<br>
><br>
>             Consider it a good thing Pd can confuse you. It would get<br>
>             boring if it<br>
>             didn't :-).<br>
><br>
>             Greetings,<br>
><br>
>             Fred Jan<br>
><br>
><br>
>             On 2015-06-05 03:42 AM, Alexandre Torres Porres wrote:<br>
>             > please do not consider my previous message, I clearly had no idea what I<br>
>             > was talking about and was just really confused :) sorry<br>
>             ><br>
>             > 2015-05-26 18:12 GMT-03:00 Alexandre Torres Porres <<a href="mailto:porres@gmail.com">porres@gmail.com</a> <mailto:<a href="mailto:porres@gmail.com">porres@gmail.com</a>><br>
</span>>             > <mailto:<a href="mailto:porres@gmail.com">porres@gmail.com</a> <mailto:<a href="mailto:porres@gmail.com">porres@gmail.com</a>>>>:<br>
<span class="">>             ><br>
>             >     By the way, [sah~] in Pd has the inlets switched. In max, the left<br>
>             >     one is supposed to trigger the sample and hold, unlike [samphold~]<br>
>             >     in Pd. But [sah~] is just like [samphold~]. In order for it to be a<br>
>             >     proper clone of max, that'd need to be corrected, not sure if it<br>
>             >     happened already.<br>
>             ><br>
>             >     2015-05-24 23:18 GMT-03:00 Alexandre Torres Porres <<a href="mailto:porres@gmail.com">porres@gmail.com</a> <mailto:<a href="mailto:porres@gmail.com">porres@gmail.com</a>><br>
</span>>             >     <mailto:<a href="mailto:porres@gmail.com">porres@gmail.com</a> <mailto:<a href="mailto:porres@gmail.com">porres@gmail.com</a>>>>:<br>
<span class="">>             ><br>
>             >         for instance, it says "Symbol argument sets name of table to<br>
>             >         play from. Additional int argument after that sets sample offset<br>
>             >         into the table (default 0)"<br>
>             ><br>
>             >         well, I put an int argument after that, and it doesn't really<br>
>             >         work at all!<br>
>             ><br>
>             >         2015-05-24 23:05 GMT-03:00 Alexandre Torres Porres<br>
>             >         <<a href="mailto:porres@gmail.com">porres@gmail.com</a> <mailto:<a href="mailto:porres@gmail.com">porres@gmail.com</a>><br>
</span>>             <mailto:<a href="mailto:porres@gmail.com">porres@gmail.com</a> <mailto:<a href="mailto:porres@gmail.com">porres@gmail.com</a>>>>:<br>
<span class="">>             ><br>
>             >             hi fred, how's it going? I was checking [cycle~] and it<br>
>             >             seems it's not behaving much closely like in max, have you<br>
>             >             checked that? I'm saying more about its behaviour as a<br>
>             >             wavetable, where it can offsett the table and everything.<br>
>             ><br>
>             >             I can't find that list of bugs you were working on, where is<br>
>             >             it? How is it anyway?<br>
>             ><br>
>             >             thanks<br>
>             >             cheers<br>
>             ><br>
>             >             2015-01-23 14:25 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><br>
<span class="">>             <mailto:<a href="mailto:fjkraan@xs4all.nl">fjkraan@xs4all.nl</a>>>>:<br>
>             ><br>
>             >                 Hi All,<br>
>             ><br>
>             >                 At<br>
>             >                 <a href="http://fjkraan.home.xs4all.nl/digaud/puredata/cyclone/index.html" rel="noreferrer" target="_blank">http://fjkraan.home.xs4all.nl/digaud/puredata/cyclone/index.html</a><br>
>             >                 a new set of revised help-patches for the cyclone<br>
>             >                 library are available. Most previous remarks are applied.<br>
>             ><br>
>             >                 There are now previews of the Windows binaries and<br>
>             >                 MacOSX. The latter is build on MacOSX 10.5 with XCode<br>
>             >                 3.14, so should have executables for PPC, i386 and<br>
>             >                 i386_64. I confirmed the last two are working (10.5 and<br>
>             >                 10.8).<br>
>             ><br>
>             >                 It remains in progress, in the task list are the fixed<br>
>             >                 and remaining issues.<br>
>             ><br>
>             >                 Fred Jan<br>
>             ><br>
>             >                 _______________________________________________<br>
>             >                 <a href="mailto:Pd-list@lists.iem.at">Pd-list@lists.iem.at</a><br>
</span>>             <mailto:<a href="mailto:Pd-list@lists.iem.at">Pd-list@lists.iem.at</a>> <mailto:<a href="mailto:Pd-list@lists.iem.at">Pd-list@lists.iem.at</a><br>
<div class="HOEnZb"><div class="h5">>             <mailto:<a href="mailto:Pd-list@lists.iem.at">Pd-list@lists.iem.at</a>>><br>
>             >                 mailing list<br>
>             >                 UNSUBSCRIBE and account-management -><br>
>             >                 <a href="http://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
>             ><br>
>             ><br>
>             ><br>
>             ><br>
>             ><br>
><br>
><br>
><br>
><br>
</div></div></blockquote></div><br></div>