MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
NodeOperators.hpp File Reference
#include "NodeUtils.hpp"
+ Include dependency graph for NodeOperators.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  MayaFlux
 Main namespace for the Maya Flux audio engine.
 
namespace  MayaFlux::Nodes
 Contains the node-based computational processing system components.
 

Functions

std::shared_ptr< NodeMayaFlux::Nodes::operator>> (std::shared_ptr< Node > lhs, std::shared_ptr< Node > rhs)
 Connects two nodes in series (pipeline operator)
 
std::shared_ptr< NodeMayaFlux::Nodes::operator+ (std::shared_ptr< Node > lhs, std::shared_ptr< Node > rhs)
 Combines two nodes in parallel (addition operator)
 
std::shared_ptr< NodeMayaFlux::Nodes::operator* (std::shared_ptr< Node > lhs, std::shared_ptr< Node > rhs)
 Multiplies the outputs of two nodes (multiplication operator)
 
void MayaFlux::Nodes::operator* (std::shared_ptr< Node > node, double value)
 Sets the generator's amplitude.