Contents

setValue(_:originator:)

Sets the parameter’s value, avoiding redundant notifications to the originator.

Declaration

func setValue(_ value: AUValue, originator: AUParameterObserverToken?)

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.

See Also

Managing Parameter Values