MayaFlux 0.2.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 366 of file ResonatorNetwork.cpp.

367{
368 m_exciter = nullptr;
369}
std::shared_ptr< Node > m_exciter
networ-level shared exciter (may be nullptr)

References m_exciter.