d-pulse

hio/nwt-gus-hi/d-pulse

Outputs a pulse whenever you trigger it manually in real-time during a debug or simulation session
d-pulse
@/d-pulse
Outputs a pulse whenever you trigger it manually in real-time during a debug or simulation session
d-pulse
OUT
OUTpulse
To use the node in your project you should have the hio/nwt-gus-hi library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.

C++ implementation

struct State {
};

{{ GENERATED_CODE }}

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