keyPath
A key path generated by concatenating the identifiers of the parameter and its parents.
Declaration
var keyPath: String { get }Discussion
When recording parameter values, hosts should bind to the parameter key path (unless an audio unit specifically documents that its parameter addresses are stable and persistent). The individual node identifiers in a key path are separated by periods (.). Passing a node’s key path to a parameter tree’s value(forKeyPath:) method returns the same node.