Event
Trigger for various events in Meld Studio
Preview
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.host | string | IP Address of the connection this event originated from Example: 127.0.0.1 |
meldStudio.id | string | ID of the connection this event originated from Example: 0a92da3b-be05-4780-a960-26eac5788f79 |
meldStudio.name | string | Name of the connection this event originated from Example: Meld Studio Main |
meldStudioEvent._json | string | Raw JSON payload of the event from Meld Studio Example: {"effectId":"155890E6AA46DF9B2A56D8BF0F891322","effectName":"Black and White","enabled":true} |
meldStudioEvent.effectId | string | The unique ID of the effect in Meld Studio Example: 155890E6AA46DF9B2A56D8BF0F891322 |
meldStudioEvent.effectName | string | The name of the effect in Meld Studio Example: Black and White |
meldStudioEvent.enabled | boolean | Whether the effect in Meld Studio is enabled or not Example: true |
meldStudioEvent.event | string | Name of the event that occurred in Meld Studio Example: EffectEnabledStateChanged |