Add a preview parameter to the preview parameters array.

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

Syntax

Visual Basic
Public Shared Function AddPreviewParameter ( _
	varArgs As Object() _
) As String

Parameters

varArgs
Type: array<System..::..Object>[]()[][]
Variant array containing: index (not used), OSC command, type, MIDI, Default, additional parameter 1 and 2, and the name

Return Value

Nothing yet.

Remarks

A new preview parameter will be added. This function is called by the callback from ViWo. Additioanally, the default value will be decoded to FW standards and saved in .Value. If a corresponding real parameter exists, its MIDI data will be updated to the new data of the preview parameter. This is necessary in case of existing settings and real parameters and changing MIDI controller.

See Also