Joining apple audio workgroup from non-juce thread spawned inside of Juce plugin?

Hi and thanks!

Yes you’re right, I was imprecise in my formulation, the threads are indeed upgraded to realtime first (that’s all in the internals of the library in question). It’s possible with thread_policy_set(…).

Yes indeed - I am also aware of the corresponding discussion on the Steinberg forum, where the status as of May is that it’s still work in progress.

I can see why you would!

That could be a helpful shortcut still, short of having to write all the Apple-AU-boilerplate to get the info directly through their API.

For now I’ll look into using the Apple API’s directly - in the AU case specifically - to see if I can glean that information.