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

◆ get_modulators()

std::vector< std::pair< ModulatorRole, std::shared_ptr< Node > > > MayaFlux::Nodes::Generator::Counter::get_modulators ( ) const
overridevirtual

Retrieves the current modulators connected to this node.

Returns
Vector of pairs containing the modulator role and the corresponding node

Reimplemented from MayaFlux::Nodes::Node.

Definition at line 182 of file Counter.cpp.

183{
184 if (m_reset_trigger)
186 return {};
187}
std::shared_ptr< Node > m_reset_trigger
Definition Counter.hpp:129

References m_reset_trigger, and MayaFlux::Nodes::SignalMod.