mnOpenOutput

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

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

Parameters

portName string

The name of the port to open

Return Value

Type: MnOutputHandle

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

Meta