[PD] [PD-announce] jl lib

IOhannes m zmoelnig zmoelnig at iem.at
Thu Nov 8 14:18:40 CET 2018


On 08.11.18 13:18, Joseph Larralde wrote:
> It seems I have some 64 bit issues with the [gbend~] object which deals
> with tables.

indeed.
it uses garray_getfloatarray() which only works for 32bit systems.
you must use garray_getfloatwords() instead.
if you don't want to support Pd versions that have been released before
2007¹, you can unanimously drop garray_getfloatarray().

ghmsdt
IOhannes

¹ don't know the exact date when garray_getfloatwords() was introduced.
but it's already present in the very first commit in the git repository
on 2007-08-01.

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


More information about the Pd-list mailing list