parameter(withAddress:)
Searches the tree for a parameter with a specific address.
Declaration
func parameter(withAddress address: AUParameterAddress) -> AUParameter?Parameters
- address:
The address with which to search the tree.
Return Value
The parameter corresponding to the supplied address, or nil if no such parameter exists.