MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
MayaFlux::Nodes::NodeConfig Struct Reference

Configuration settings for individual audio nodes. More...

#include <NodeSpec.hpp>

+ Collaboration diagram for MayaFlux::Nodes::NodeConfig:

Public Attributes

size_t channel_cache_size { 256 }
 Number of cached channels for oprations.
 
uint32_t max_channels { MAX_CHANNEL_COUNT }
 Cannot exceed MAX_CHANNEL_COUNT.
 
size_t callback_cache_size { 64 }
 
size_t timer_cleanup_threshold { 20 }
 
NodeChainSemantics chain_semantics { NodeChainSemantics::REPLACE_TARGET }
 
NodeBinaryOpSemantics binary_op_semantics { NodeBinaryOpSemantics::REPLACE }
 

Detailed Description

Configuration settings for individual audio nodes.

Definition at line 29 of file NodeSpec.hpp.


The documentation for this struct was generated from the following file: