Post

Replies

Boosts

Views

Activity

Reply to Updating UI from DSP in AUv3
Thank you for this answer! It seems that after creating that AUParameter, the only way getParameter is called in the DSPKernel is after setParameter is called on the AUParameter (UI side). So I have to first do a setParameter (with an arbitrary value since its not being sent to the read only value on the DSP side) and then immediately after retrieve the value with your Step 5 example.
Aug ’20