MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ m_channels

std::vector<uint32_t> MayaFlux::Kriya::NodeTimer::m_channels
private

The output channels the current node is connected to.

This vector stores the output channel numbers that the current node is connected to. It is set when play_for() or play_with_processing() is called and reset when the node finishes playing or is cancelled.

Definition at line 375 of file Timers.hpp.

Referenced by cleanup_current_operation(), play_for(), and play_with_processing().