pub unsafe extern "C" fn libpd_set_floathook(hook: t_libpd_floathook)
Expand description

set the float receiver hook, NULL by default note: avoid calling this while DSP is running note: you can either have a float receiver hook, or a double receiver hook (see below), but not both. calling this, will automatically unset the double receiver hook note: only full-precision when compiled with PD_FLOATSIZE=64