pub unsafe extern "C" fn projectm_set_hard_cut_sensitivity(
instance: projectm_handle,
sensitivity: f32,
)Expand description
@brief Sets the hard cut volume sensitivity.
The beat detection volume difference that must be surpassed to trigger a hard cut.
@param instance The projectM instance handle. @param sensitivity The volume threshold that triggers a hard cut if surpassed.