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
Description:
The Girth effect mixes the value with a randomized value to add high frequencies. The current UI implementation uses the same function to graph the visualizer of the Girth effect. As a result, each slight adjustment rerolls the entire graphic because new values are rolled every time the slider gets touched. To provide a consistent visual representation, we should use a fixed seed when calculating the Girth effect for the UI representation.
Steps to Reproduce:
Load Plasma in a compatible host.
Adjust the Girth effect slider.
Observe the visualizer of the Girth effect.
Expected Behavior:
The visual representation of the Girth effect should be consistent with each adjustment, using a fixed seed for the random values to ensure the graphic does not reroll entirely with every slight adjustment.
Actual Behavior:
The visual representation of the Girth effect rerolls and changes completely with each slight adjustment due to new random values being calculated.
Operating System:
This issue is reproducible on all operating systems (Windows, MacOS, and Linux).
Plugin Version:
1.2.0
Additional Notes:
Fixing this issue will enhance the user experience by providing a more stable and predictable visual feedback when adjusting the Girth effect. This is important for sound design as it allows users to better understand the impact of fine adjustments.
The text was updated successfully, but these errors were encountered:
Description:
The Girth effect mixes the value with a randomized value to add high frequencies. The current UI implementation uses the same function to graph the visualizer of the Girth effect. As a result, each slight adjustment rerolls the entire graphic because new values are rolled every time the slider gets touched. To provide a consistent visual representation, we should use a fixed seed when calculating the Girth effect for the UI representation.
Steps to Reproduce:
Expected Behavior:
The visual representation of the Girth effect should be consistent with each adjustment, using a fixed seed for the random values to ensure the graphic does not reroll entirely with every slight adjustment.
Actual Behavior:
The visual representation of the Girth effect rerolls and changes completely with each slight adjustment due to new random values being calculated.
Operating System:
This issue is reproducible on all operating systems (Windows, MacOS, and Linux).
Plugin Version:
1.2.0
Additional Notes:
Fixing this issue will enhance the user experience by providing a more stable and predictable visual feedback when adjusting the Girth effect. This is important for sound design as it allows users to better understand the impact of fine adjustments.
The text was updated successfully, but these errors were encountered: