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

    Class Resources<Version>

    Service for importing files into the Live project and rendering audio from the arrangement.

    Type Parameters

    • Version extends ApiVersion
    Index

    Methods

    • Copies a file into the Live project folder so that Live manages it. Returns the path to the imported copy. Use the returned path in subsequent API calls, not the original.

      Parameters

      • filePath: string

      Returns Promise<string>

    • Renders the pre-effects audio of a track in the arrangement between two beat positions. Returns a path to a WAV file written to the extension's temp directory.

      Parameters

      Returns Promise<string>