mnOpenInput

Open a new input handle to receive events from a port.

  1. MnInputHandle mnOpenInput(string portName)
    MnInputHandle
    mnOpenInput
    (
    string portName
    )
  2. MnInputHandle mnOpenInput(uint portId)

Parameters

portName string

The name of the port to open

Return Value

Type: MnInputHandle

A new handle to receive midi events or null if the port doesn't exist

Meta