pub unsafe extern "C" fn fluid_synth_noteon( synth: *mut fluid_synth_t, chan: c_int, key: c_int, vel: c_int, ) -> c_int
Send a noteon message. Returns 0 if no error occurred, -1 otherwise.