You are here

Add new comment

rncbc's picture

the correct formula is:

normalized_value = value * (param_percent * param_value) / (100 * max_value)

where:
- param_percent, param_value are the respective parameter values entered in the dialog (default 100 and 128 resp. for 7bit note velocities).
- max_value is the maximum value (note velocity) of the whole set (selection) to which the normalization is to apply.