Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

  • new Midi(device: string, controller: number, channel: number): Midi
  • Parameters

    • device: string
    • controller: number
    • channel: number

    Returns Midi

Properties

channel

channel: number

controller

controller: number

device

device: string

Readonly id

id: string

Unique Id of this output.

Readonly type

Indicates which type of output this is.

Methods

init

  • Forces inherited child classes to identify themself with the type of output they are.

    Returns OutputEnum

    The output enum that belongs to this type of output.

Generated using TypeDoc