MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ clear_exciter()

void MayaFlux::Nodes::Network::ResonatorNetwork::clear_exciter ( )

Clear the network-level exciter.

Definition at line 381 of file ResonatorNetwork.cpp.

382{
383 m_exciter = nullptr;
384}
std::shared_ptr< Node > m_exciter
networ-level shared exciter (may be nullptr)

References m_exciter.