Trying to write an AUv3 on macOS. I'm getting the following error from auval:
VERIFYING CLASS INFO
ERROR: Class Data does not have required field:<type> == componentType
It would seem some sort of metadata is misconfigured.
What does this mean?
Class Dataactually refers tokAudioUnitProperty_ClassInfo. So the error has to do with the AUv3fullState, which is bridged to the AUv2kAudioUnitProperty_ClassInfo. Sheesh.The underlying issue was that my
fullStatemethod was not calling the superclassfullState.