ericlyon / pd-lyonpotpourri

Pd version of LyonPotpourri 3.0.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

array-access not 64bit safe

umlaeute opened this issue · comments

the [vdp~] object uses array-access that does not work on 64bit operating systems.

you can confirm this by sending it a copy_to_buffer message, which will give you a nice fat red warning (on 64bit systems).
e.g. in the help-patch:

an operation on the array 'vdp-catch' in the patch 'capture'
failed since it uses garray_getfloatarray while running 64-bit

@Lucarda ^^^

@umlaeute

an operation on the array 'vdp-catch' in the patch 'capture'
failed since it uses garray_getfloatarray while running 64-bit

confirmed on Win(amd64)

@umlaeute - would you like to update that code?

sure

Thanks!