d-boolean

hio/nwt-gus-hi/d-boolean

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