| 4458 | |
| 4459 | |
| 4460 | void |
| 4461 | Node::onParentMultiInstanceInputChanged(int input) |
| 4462 | { |
| 4463 | ++_imp->inputModifiedRecursion; |
| 4464 | _imp->effect->onInputChanged(input); |
| 4465 | --_imp->inputModifiedRecursion; |
| 4466 | } |
| 4467 | |
| 4468 | void |
| 4469 | Node::onFileNameParameterChanged(KnobI* fileKnob) |
nothing calls this directly
no test coverage detected