d-zahl

hio/nwt-gus-hi/d-zahl

Outputs a fixed numerical value which you may change in real-time during a debug or simulation session
d-zahl
@/d-zahl
Outputs a fixed numerical value which you may change in real-time during a debug or simulation session
d-zahl
OUT
OUTnumber
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
}