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