pub unsafe extern "C" fn new_aubio_parameter(
    min_value: smpl_t,
    max_value: smpl_t,
    steps: uint_t
) -> *mut aubio_parameter_t
Expand description

create new parameter object

\param min_value the minimum value of the new parameter \param max_value the maximum value of the new parameter \param steps the number of steps to interpolate from the old value to the target value

\return the newly created ::aubio_parameter_t