tweak-pulse

xod/debug/tweak-pulse

Outputs a pulse whenever you trigger it manually in real-time during a debug or simulation session
tweak-pulse
@/tweak-pulse
Outputs a pulse whenever you trigger it manually in real-time during a debug or simulation session
tweak-pulse
OUT
OUTpulse

C++ implementation

struct State {
};

{{ GENERATED_CODE }}

void evaluate(Context ctx) {
    // The actual code that makes tweak-nodes work
    // is injected in detail::handleTweaks
}