|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Nodes::Generator::Logic::set_edge_detection | ( | EdgeType | type, |
| double | threshold = 0.5 |
||
| ) |
Configures digital transition detection.
| type | Type of transition to detect (rising, falling, or both) |
| threshold | Decision boundary for state changes |
Sets up the node to detect specific types of state transitions (edges) in the input signal. Useful for event detection, trigger generation, and synchronization with external events.
Definition at line 342 of file Logic.cpp.
References MayaFlux::Nodes::Generator::EDGE, m_edge_type, m_operator, and m_threshold.