removeParameterObserver(_:)
Remove a specific parameter observer.
Declaration
func removeParameterObserver(_ token: AUParameterObserverToken)Parameters
- token:
The token corresponding to the given observer.
Discussion
This call will remove the callback corresponding to the given token. This operation blocks until any callbacks currently in progress have completed.