How do I get the current parameter value of AudioUnitV3

Xcode 9.2

Swift4

iOS 11


I cannot get the current parameter value of AudioUnitV3. I tried to get by "auAudioUnit.parameterTree" and "AudioUnitGetParameter".

But both returned "0". In previous versions, it certainly returned the current value.


Thank you very much in advance