TracktionEngine
Loading...
Searching...
No Matches
Functions
tracktion::graph::node_player_utils Namespace Reference

Functions

template<typename Collection >
bool areNodeIDsUnique (Collection &&nodes, bool ignoreZeroIDs)
 Returns true if all the nodes in this collection have a unique nodeID.
 
void reserveAudioBufferPool (Node *rootNode, const std::vector< Node * > &allNodes, AudioBufferPool &audioBufferPool, size_t numThreads, int blockSize)
 

Function Documentation

◆ areNodeIDsUnique()

template<typename Collection >
bool tracktion::graph::node_player_utils::areNodeIDsUnique ( Collection &&  nodes,
bool  ignoreZeroIDs 
)

Returns true if all the nodes in this collection have a unique nodeID.

◆ reserveAudioBufferPool()

void tracktion::graph::node_player_utils::reserveAudioBufferPool ( Node rootNode,
const std::vector< Node * > &  allNodes,
AudioBufferPool audioBufferPool,
size_t  numThreads,
int  blockSize 
)