This patch fixes the error message for using garray_getfloatarray by objects dependent on vefl.c. As the Pd framework already uses garray_getfloatwords in the calls to garray_getfloatarray (g_array.c), no other change in behaviour is expected.
Discussion:
The garray_getfloatarray function is not compatible with 64-bit architectures. The replacement is garray_getfloatwords.
Fred Jan Kraan, 2013-10-13
Fixed with several updates: revision=17393, 17482 and maybe more
Anonymous
Forgot to add the label: cyclone
Objects are dependent on vefl.c indirectly, via sickle/arsic.c.
These objects are:
buffir~, index~, lookup~, peek~, play~, poke~, record~, wave~
Commited as revision 17393
Last edit: electrickery 2014-12-25
Diff: