Ipc Trigger

Format

{
  "Type": "IpcTrigger",
  "Config": {
    "IpcName": <string>,
    "EnabledByDefault": <bool>
  }
}

Data Format

The plugin expects data sent to the Ipc Server in this format.

{
  "Enabled": <bool>
}

Variables

IpcName

Client name that will be used when sending data to the Ipc Server.

Allowed values: Value must be unique from all plugins using ipc.

Required: No
Default value:

Example:

"IpcName": "MyEffect"

EnabledByDefault

Determines default trigger state before data is received.

Required: No
Default value:

false

Example:

"EnabledByDefault": true

Example