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

Go to the source code of this file.

Classes

class  MayaFlux::Nodes::NodeGraphManager
 Central manager for the computational processing node graph. More...
 

Namespaces

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

Typedefs

using MayaFlux::Nodes::TokenChannelProcessor = std::function< std::vector< double >(RootNode *, uint32_t)>
 
using MayaFlux::Nodes::TokenSampleProcessor = std::function< double(RootNode *, uint32_t)>