Class SongView

This class represents the view aspects of a Live document: the Session and Arrangement Views.

Hierarchy

Constructors

  • Creates an instance of SongView.

    Memberof

    SongView

    Parameters

    Returns SongView

Properties

path: string = 'live_set view'

Accessors

  • get id(): undefined | number
  • Returns undefined | number

Methods

  • Parameters

    Returns Promise<null>

  • Parameters

    Returns Promise<null>

  • Selects the given device object in its track. You may obtain the id using a live.path or by using get devices on a track, for example. The track containing the device will not be shown automatically, and the device gets the appointed device (blue hand) only if its track is selected.

    Memberof

    SongView

    Parameters

    • id: number

    Returns Promise<void>

  • Parameters

    Returns Promise<null>

  • Parameters

    Returns Promise<null>