ericlyon / pd-lyonpotpourri

Pd version of LyonPotpourri 3.0.
Other
19 stars 5 forks source link

array-access not 64bit safe #4

Closed umlaeute closed 3 years ago

umlaeute commented 3 years ago

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 ^^^

Lucarda commented 3 years ago

@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)

ericlyon commented 3 years ago

@umlaeute - would you like to update that code?

umlaeute commented 3 years ago

sure

ericlyon commented 3 years ago

Thanks!