Just a simple quick question, how do I can know about AudioUnit host application changes to sample rate?
My custom AUAudioUnit v3 subclass seems not to have any property to observe and AUHostMusicalContextBlock do not provide a sample rate inspection.
I need to react for sample rate changes in host application.
Thank you