<div dir="ltr">okay - well that seems to work for my single patch demo. but for some reason it doesn't work when loading it into the larger patch. the 'A#' references are gone but the tables still aren't found.<div><br></div><div>i did a lot of tracking things down as i had about 280 errors in loading table objects - turns out the band limited square and saw oscillators read from tables and write as well. all tabread~ and tabwrite~ objects result in a unique number (likely the $0 designation) as well as the suffix'-transition'. but all of them fail with 'no such array' messages.<br><br>in the case of the sample player it comes up with 'no such table' first, for each sample, and then 'no such array'. everything is totally flat, no subfolders being used. i am using an abstraction for one of the samples - the rest are [pd patcher] objects, but all of them appear to have issues.</div><div><br></div><div>any further suggestions?</div><div><br></div><div>best,</div><div>scott</div><div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 7, 2017 at 12:49 AM, IOhannes m zmoelnig <span dir="ltr"><<a href="mailto:zmoelnig@iem.at" target="_blank">zmoelnig@iem.at</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span>On 2017-03-07 08:45, Scott R. Looney wrote:<br>
> the issue seems to be involving audio data arrays and [soundfiler]. mainly<br>
> it looks like adding a read command creates some kind of error, and i think<br>
> it's PD based. might be a bug, but not sure yet.<br>
><br>
> the error happens in the attached patch in Unity using libpd4Unity with any<br>
> local sound file. maybe the naming is off? regardless here's what prints:<br>
><br>
> error: array: couldn't find template pd-_float_array<br>
> error: #A: no such object<br>
> error: sample: no such table<br>
<br>
</span>this looks like a problem with using an array directly on the patch (as<br>
opposed to using [table]), probably in conjunction with stored samples<br>
in the patch (as opposed to reading them with [soundfiler]).<br>
<br>
i suggest to replace the array with a [table sample] object (since this<br>
doesn't allow to to store values in-patch, it should solve both issues),<br>
in combination with [soundfiler] to read the actual data (which you seem<br>
to do anyhow)<br>
<br>
fgamsdr<br>
<span class="m_8233127829352210186HOEnZb"><font color="#888888">IOhannes<br>
<br>
</font></span><br>______________________________<wbr>_________________<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="https://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank">https://lists.puredata.info/li<wbr>stinfo/pd-list</a><br>
<br></blockquote></div><br></div></div></div>