pub unsafe extern "C" fn libpd_float(
    recv: *const c_char,
    x: f32
) -> c_int
Expand description

send a float to a destination receiver ex: libpd_float(“foo”, 1) will send a 1.0 to [s foo] on the next tick returns 0 on success or -1 if receiver name is non-existent