Contents

init(soundAssetIdentifier:mixerDefinition:identifier:)

Creates a named sampler node with the given sound asset and mixer.

Declaration

convenience init(soundAssetIdentifier: String, mixerDefinition: PHASEMixerDefinition, identifier: String)

Parameters

  • soundAssetIdentifier:

    A name that refers to the audio data that the node plays. See Assetidentifier.

  • mixerDefinition:

    An object that combines audio layers.

  • identifier:

    A unique name for the sample node.

See Also

Creating a Sampler Node