| 470 | |
| 471 | |
| 472 | scriptnode::NodeBase::Holder* DspNetwork::getCurrentHolder() const |
| 473 | { |
| 474 | if (currentNodeHolder != nullptr) |
| 475 | return currentNodeHolder.get(); |
| 476 | |
| 477 | |
| 478 | return const_cast<DspNetwork*>(this); |
| 479 | } |
| 480 | |
| 481 | void DspNetwork::registerOwnedFactory(NodeFactory* ownedFactory) |
| 482 | { |