[PD] Strange behaviour when sending sinesum commands to arrays

IOhannes m zmoelnig zmoelnig at iem.at
Thu Oct 8 09:20:44 CEST 2015


On 2015-10-08 02:01, Matt Barber wrote:
> I can't think of a good solution just yet, aside from rewriting the g_array
> functions to check to see if a resize is actually needed.
> 

how would you do that?
Pd does not provide an API to release an array from being used in DSP.
so once an object (or somebody else) claims to use the object, you have
no way to find out whether someone is actually using it (apart from
vivisecting each object or using a plasma ball).

a good start would be to add a garray_unusedindsp() function... ah no
i've already written that [1].

fgmasdr
IOhannes

[1] http://lists.puredata.info/pipermail/pd-list/2015-09/111520.html

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20151008/30110004/attachment.sig>


More information about the Pd-list mailing list