Event

Trigger for various events in Meld Studio

Parameters

Connectionrequired
Select

Select the configured Meld Studio Connection to connect to

  • Select Any to trigger on any connection
Eventrequired
Select

Choose the event type to trigger on

Variables

The following variables will be populated when this trigger executes:

Filters
Additional variables may be populated based on these variable values
Description
meldStudio.hoststring

IP Address of the connection this event originated from

Example: 127.0.0.1
meldStudio.idstring

ID of the connection this event originated from

Example: 0a92da3b-be05-4780-a960-26eac5788f79
meldStudio.namestring

Name of the connection this event originated from

Example: Meld Studio Main
meldStudioEvent._jsonstring

Raw JSON payload of the event from Meld Studio

Example: {"effectId":"155890E6AA46DF9B2A56D8BF0F891322","effectName":"Black and White","enabled":true}
meldStudioEvent.effectIdstring

The unique ID of the effect in Meld Studio

Example: 155890E6AA46DF9B2A56D8BF0F891322
meldStudioEvent.effectNamestring

The name of the effect in Meld Studio

Example: Black and White
meldStudioEvent.enabledboolean

Whether the effect in Meld Studio is enabled or not

Example: true
meldStudioEvent.eventstring

Name of the event that occurred in Meld Studio

Example: EffectEnabledStateChanged