Class Device

This class represents a MIDI or audio device in Live.

Hierarchy

Constructors

Properties

Accessors

Methods

Constructors

  • Parameters

    Returns Device

Properties

path: string = 'live_set tracks $1 devices'

Accessors

  • get classDisplayName(): string
  • Get the original name of the device (e.g. Operator, Auto Filter)

    Memberof

    Device

    Returns string

  • get className(): string
  • Live device type such as MidiChord , Operator , Limiter , MxDeviceAudioEffect , or PluginDevice.

    Memberof

    Device

    Returns string

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

  • get name(): string
  • This is the string shown in the title bar of the device

    Memberof

    Device

    Returns string

Methods