You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess it is an oversight , since there PAN_MAX = 0.5 = middle point in pan parameter domain for the widget ( i.e. [0;1] ).
The computation is correct but PAN_MAX refers to the gain weights and not to the pan parameter, in addition if we want to use PAN_MAX explicitly in the pan law, the expressions should be different
I have modified it in pull req #1015 which is still open.
The text was updated successfully, but these errors were encountered:
I have noticed one inconsistent use of PAN_MAX in src/gui/src/PatternEditor/NotePropertiesRuler.cpp line 487:
I guess it is an oversight , since there PAN_MAX = 0.5 = middle point in pan parameter domain for the widget ( i.e. [0;1] ).
The computation is correct but PAN_MAX refers to the gain weights and not to the pan parameter, in addition if we want to use PAN_MAX explicitly in the pan law, the expressions should be different
I have modified it in pull req #1015 which is still open.
The text was updated successfully, but these errors were encountered: