pub unsafe extern "C" fn libpd_pitchbend(
    channel: c_int,
    value: c_int
) -> c_int
Expand description

send a MIDI pitch bend message to [bendin] objects channel is 0-indexed and value is -8192-8192 channels encode MIDI ports via: libpd_channel = pd_channel + 16 * pd_port note: [bendin] outputs 0-16383 while [bendout] accepts -8192-8192 returns 0 on success or -1 if an argument is out of range