Class Device

This class represents a MIDI or audio device in Live.

Device

Hierarchy

Constructors

  • Parameters

    • ableton: AbletonLiveBase
    • raw: RawDevice
    • Optional path: string

    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)

    Returns string

    Memberof

    Device

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

    Returns string

    Memberof

    Device

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

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

    Returns string

    Memberof

    Device

  • get path(): string
  • Returns string

Methods