SpoutSender
Sends the video arriving at RenderTexture Input to other apps on the same PC. There is no output port.
- It works as Spout on Windows and Syphon on macOS. On macOS the node name is also displayed as
SyphonSender - The Name on the node becomes the sender name (the default is
OutputName) - The node displays the current platform (
Spout (Windows)/Syphon (macOS)) andSending: <sender name>
The node id used as the save key stays
SpoutSenderon both Windows and macOS (so that older projects can still be loaded). The name for the platform you are not on works as a search alias.
Input ports
| Port ID | Type |
|---|---|
RenderTexture Input | RenderTexture |
Output ports
None
Scriptable members
| Path | Type |
|---|---|
currentSendName | string |
Synapse Apps (scripting)
await synapse.modules.create({ type: "SpoutSender" }) 