MayaFlux 0.4.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 377 of file ResonatorNetwork.cpp.

378{
379 m_exciter = nullptr;
380}
std::shared_ptr< Node > m_exciter
networ-level shared exciter (may be nullptr)

References m_exciter.