[][src]Function fluidlite_sys::fluid_synth_tuning_iteration_next

pub unsafe extern "C" fn fluid_synth_tuning_iteration_next(
    synth: *mut fluid_synth_t,
    bank: *mut c_int,
    prog: *mut c_int
) -> c_int

Get the next tuning in the iteration. This functions stores the bank and program number of the next tuning in the pointers given as arguments.

\param synth The synthesizer object \param bank Pointer to an int to store the bank number \param prog Pointer to an int to store the program number \returns 1 if there is a next tuning, 0 otherwise