LayerVolume
Layer content audio volume / mute
A written guide for this node is coming soon. The port reference below is generated from the app itself and always up to date.
Input ports
| Port ID | Type |
|---|---|
Volume | float |
Mute | bool |
Output ports
| Port ID | Type |
|---|---|
Volume | float |
Scriptable members
| Path | Type |
|---|---|
volumeInput | float |
muteInput | bool |
currentVolume | float |
currentMuted | bool |
selectedLayerIndex | int |
Synapse Apps (scripting)
await synapse.modules.create({ type: "LayerVolume" })