Outputs a fixed boolean value which you may change in real-time during a debug or simulation session
tweak-boolean
@/tweak-boolean
Outputs a fixed boolean value which you may change in real-time during a debug or simulation session
OUTboolean
C++ implementation
struct State {
};
{{ GENERATED_CODE }}
void evaluate(Context ctx) {
// The actual code that makes tweak-nodes work
// is injected in detail::handleTweaks
}