Open
Description
Logic Pro using an AU wrapped CLAP is calling GetParameterInfo
from the audio thread (when I query the name of the thread it returns com.apple.audio
...).
In GetParameterInfo, the wrapper calls the CLAP's params.get_value function - main thread only.
It's only doing this to set a flag though, we could avoid this by querying this once earlier on rather than in the GetParameterInfo callback
clap-wrapper/src/wrapasauv2.cpp
Lines 457 to 467 in 5ba58f1
Metadata
Metadata
Assignees
Labels
No labels