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

◆ set_token_active()

virtual void MayaFlux::Buffers::RootAudioBuffer::set_token_active ( bool  active)
inlineoverridevirtual

Activates/deactivates processing for the current token.

Parameters
activeWhether this buffer should process when its token is active

For RootAudioBuffer, this controls whether the buffer participates in token-based processing cycles. When inactive, the buffer won't process even if its token is being processed by the system.

Implements MayaFlux::Buffers::RootBuffer< AudioBuffer >.

Definition at line 99 of file RootAudioBuffer.hpp.

99{ m_token_active = active; }
bool m_token_active
Flag indicating if this buffer is active for token processing.