<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AudioToolbox",
  "identifier" : "/documentation/AudioToolbox/AUParameterNode/implementorValueProvider",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Audio Toolbox",
      "AudioToolbox"
    ],
    "preciseIdentifier" : "c:objc(cs)AUParameterNode(py)implementorValueProvider"
  },
  "title" : "implementorValueProvider"
}
-->

# implementorValueProvider

The callback for refreshing known stale values in a parameter tree.

```
var implementorValueProvider: AUImplementorValueProvider { get set }
```

## Discussion

The audio unit should return the current value for this parameter; the parameter node object then stores this value.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)