MasterResolution
Outputs the master output resolution as integers on Resolution X / Resolution Y. It is a read-only node with no input ports. Use it as the source for making a processing node’s resolution follow the output, or for switching behavior depending on the resolution.
- It outputs the current value once when the node is created, and after that every time the resolution changes
- The node shows
width x height
Input ports
None
Output ports
| Port ID | Type |
|---|---|
Resolution X | int |
Resolution Y | int |
Scriptable members
| Path | Type |
|---|---|
resX | int |
resY | int |
Synapse Apps (scripting)
await synapse.modules.create({ type: "MasterResolution" })