mnOpenOutput

Open a new output handle to send events to a port.

  1. MnOutputHandle mnOpenOutput(string portName)
  2. MnOutputHandle mnOpenOutput(uint portId)
    MnOutputHandle
    mnOpenOutput
    (
    uint portId = 0
    )

Parameters

portId uint

The id of the port to open (0: default)

Return Value

Type: MnOutputHandle

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

Meta