pub unsafe extern "C" fn openmpt_module_ctl_set_text(
    mod_: *mut openmpt_module,
    ctl: *const c_char,
    value: *const c_char
) -> c_int
Expand description

\brief Set ctl string value

\param mod The module handle to work on. \param ctl The ctl key whose value should be set. \param value The value that should be set. \return 1 if successful, 0 in case the value is not sensible (e.g. negative tempo factor) or the ctl is not recognized. \sa openmpt_module_get_ctls \since 0.5.0