pub unsafe extern "C" fn libpd_process_raw(
    inBuffer: *const f32,
    outBuffer: *mut f32
) -> c_int
Expand description

process non-interleaved float samples from inBuffer -> libpd -> outBuffer copies buffer contents to/from libpd without striping buffer sizes are based on a single tick and # of channels where: size = libpd_blocksize() * (in/out)channels returns 0 on success