|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
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 } |
Configuration settings for individual audio nodes.
Definition at line 29 of file NodeSpec.hpp.