setValue(_:originator:atHostTime:)
Sets the parameter’s value, preserving the host time of the gesture that initiated the change.
Declaration
func setValue(_ value: AUValue, originator: AUParameterObserverToken?, atHostTime hostTime: UInt64)Parameters
- value:
The parameter’s new value.
- originator:
The originator of the change in value. This token allows for observer management to avoid notification callback loops.
- hostTime:
The time at which to schedule the change in value. This parameter allows for synchronization with other events.