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::Logic::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 671 of file Logic.cpp.

672{
673 if (m_input_node)
675 return {};
676}
std::shared_ptr< Node > m_input_node
Input node for processing.
Definition Logic.hpp:611

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