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
When trying to style the ParamButton, I try to switch color depending on the state of the button and underlying value.
In what I deduce from reading the examples, the false state should also be the unchecked state.
When starting a new instance of the plugin I am working on, it always starts with the color scheme of checked.
When pressing the button, it leaves a checked truthy state, although only the GUI responds like this. The event that would have been triggered by a true state does not trigger on the audio thread.
It seems that it could be an issue with how the ParamButton struct is initialized or how it interfaces with the Vizia API.
When trying to style the ParamButton, I try to switch color depending on the state of the button and underlying value.
In what I deduce from reading the examples, the
false
state should also be theunchecked
state.github.com/vsandstrom/Havregryn/releases/tag/0.1.0
Behavior:
checked
.checked
truthy state, although only the GUI responds like this. The event that would have been triggered by atrue
state does not trigger on the audio thread.It seems that it could be an issue with how the ParamButton struct is initialized or how it interfaces with the Vizia API.
The text was updated successfully, but these errors were encountered: