@ableton-extensions/sdk
    Preparing search index...

    Class Chain<Version>

    Represents a device chain.

    Type Parameters

    • Version extends ApiVersion

    Hierarchy (View Summary)

    Index

    Properties

    handle: Handle
    className: string = "Chain"

    Accessors

    Methods

    • Deletes a device from this chain. Await the returned promise to ensure the deletion has been fully processed.

      Parameters

      Returns Promise<void>

    • Inserts a built-in Live device with its default preset into the chain. Only devices native to Live are supported — third-party plug-ins cannot be loaded this way.

      Parameters

      • deviceName: string

        The name of the built-in Live device (e.g. "Reverb", "Auto Filter").

      • index: number

        Zero-based position in the device chain at which to insert.

      Returns Promise<Device<Version>>