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

◆ set_reset_between_buffers()

void MayaFlux::Buffers::LogicProcessor::set_reset_between_buffers ( bool  reset)
inline

Sets whether to reset logic state between buffer calls.

Parameters
resetTrue to reset between buffers, false otherwise

Controls whether the processor maintains state memory across buffer boundaries, enabling either stateless processing or continuous state tracking.

Definition at line 254 of file LogicProcessor.hpp.

254{ m_reset_between_buffers = reset; }
bool m_reset_between_buffers
Whether to reset logic between buffers.