⚡ Get Pulse Status

Get Pulse Status Node

A data-output node that retrieves the current active/inactive status of a specific Named Pulse Engine instance.


📥 Inputs

PortTypeDescription
Engine NamestringThe unique identifier of the engine to query.

📤 Outputs

PortTypeDescription
Is ActiveboolReturns True if the engine is currently pulsing, False if it is stopped.

💡 Implementation Note

This node is a Pure Data node, meaning it can be queried at any point in your graph without requiring a control-flow connection. It is best used for conditional branching (e.g., “Only play this UI animation if the Heartbeat pulse is active”).