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 want to edit param values in the process loop based on midi input. So midi input should trigger parameter updates. I cannot seem to find a way to do this since the process function does not have access to a GuiContext or ParamSetter object and the UI (I am using vizia) does not get any midi updates.