AVOLITES TITAN API

DecodeMidiStimulus

Decodes a midi stimulus and puts the values into the supplied properties. Supports the 'Learn' function

Namespace: Triggers

Syntax

MACRO

Void Triggers.DecodeMidiStimulus(Stimulus stimulus, String channelProperty, String commandProperty, String valueProperty, String levelProperty, String minValueProperty, String maxValueProperty, String thresholdProperty)

HTTP

http://[ip]:4430/titan/script/2/Triggers/DecodeMidiStimulus?stimulus={}&channelProperty={string}&commandProperty={string}&valueProperty={string}&levelProperty={string}&minValueProperty={string}&maxValueProperty={string}&thresholdProperty={string}

Parameters

stimulus ( Stimulus ) : The stimulus.

channelProperty ( String ) : The channel property.

commandProperty ( String ) : The command property.

valueProperty ( String ) : The value property.

levelProperty ( String ) : The level property.

minValueProperty ( String ) : The min value property.

maxValueProperty ( String ) : The max value property.

thresholdProperty ( String ) : The threshold property.