<div dir="ltr"><span style="font-size:12.8000001907349px">> have the [partconv~] object be created before the [table]?</span><br style="font-size:12.8000001907349px"><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px">I tried and have it working actually, </span><span style="color:rgb(80,0,80);font-size:12.8000001907349px">not </span><span style="color:rgb(80,0,80);font-size:12.8000001907349px">sure how it wouldn't work like I said</span></div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-07-19 16:55 GMT-03:00 IOhannes m zmölnig <span dir="ltr"><<a href="mailto:zmoelnig@iem.at" target="_blank">zmoelnig@iem.at</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 07/19/2015 08:46 PM, Alexandre Torres Porres wrote:<br>
> hi, what is so hard about initializing the object with a table? The<br>
> [cycle~] object does that really well, for example.<br>
<br>
</span>it's very simple if the object can access the table-values directly when<br>
needed.<br>
e.g. [tabread] (we don't need to search for max-compat externals to have<br>
a use-case...) will check whether a table exists directly before it<br>
accesses it; [tabosc~] (that's [cycle~], ain't it?) and other<br>
dsp-objects will check whether the table exists when DSP is turned on<br>
(Pd guarantees that whenever a table appears or disappears the DSP is<br>
re-started).<br>
<br>
but some externals (including [partconv~]) are slightly different, as<br>
they don't access the table-values directly.<br>
rather they munge the data in the table into a local representation (in<br>
the case of [partconv~] the data will be fft-transformed), which is<br>
rather time-consuming.<br>
<br>
i *guess* that even for [partconv~] it would be enough to not access the<br>
table-data before the DSP is started.<br>
this might need major refactoring though.<br>
<span class=""><br>
> And I don't see how it wouldn't work if the table had its contents saved,<br>
> for example...<br>
<br>
</span>have the [partconv~] object be created before the [table]?<br>
<br>
gfmrdsa<br>
<span class="HOEnZb"><font color="#888888">IOhannes<br>
<br>
</font></span><br>_______________________________________________<br>
<a href="mailto:Pd-list@lists.iem.at">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -> <a href="http://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
<br></blockquote></div><br></div>