Send a command to MIDI Out.

Namespace: ExpSuite
Assembly: FrameWork (in FrameWork.exe) Version: 1.0.0.0

Syntax

Visual Basic
Public Shared Sub Out ( _
	lCh As Integer, _
	lCtrl As Integer, _
	lVal As Integer _
)

Parameters

lCh
Type: System..::..Int32
Channel number.
lCtrl
Type: System..::..Int32
Controller number
lVal
Type: System..::..Int32
Value

Remarks

FrameWork is connected to MIDI via YAMI, the devices are set in Options/Audio. Use MIDI.Out to send a message to your MIDI device. Any response of the device (via MIDI In) will be forwarded to Events.OnOutputResponse

See Also