[][src]Function fluidlite_sys::fluid_synth_tuning_dump

pub unsafe extern "C" fn fluid_synth_tuning_dump(
    synth: *mut fluid_synth_t,
    bank: c_int,
    prog: c_int,
    name: *mut c_char,
    len: c_int,
    pitch: *mut f64
) -> c_int

Dump the data of a tuning. This functions stores the name and pitch values of a tuning in the pointers given as arguments. Both name and pitch can be NULL is the data is not needed.

\param synth The synthesizer object \param bank The tuning bank number [0-127] \param prog The tuning program number [0-127] \param name Pointer to a buffer to store the name \param len The length of the name buffer \param pitch Pointer to buffer to store the pitch values