Change a parameter by MIDI data.

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

Syntax

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

Parameters

lCtrl
Type: System..::..Int32
MIDI controller
lVal
Type: System..::..Int32
MIDI value

Remarks

The old value of a parameter will be modified according to the assign MIDI controller. If the real parameter does not exist, it will be copied from the preview parameter. The new parameter will be sent to ViWo immediatly. If the settings form is open, the temporary parameters change only and the Settings form will be updated - so you can track the changes of a parameter in real time in ViWo and Settings.

See Also