|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Nodes::Generator::Logic::set_initial_conditions | ( | const std::vector< bool > & | initial_values | ) |
Preloads the state history buffer.
| initial_values | Vector of initial boolean states |
Initializes the history buffer with specified values, allowing sequential logic to begin operation with a predefined state sequence. Useful for testing specific patterns or starting from known states.
Definition at line 471 of file Logic.cpp.
References m_history, and m_history_size.