re. Qtractor Normalize pt2 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. Reply
the correct formula is:
where: