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

◆ m_timing_rate

uint32_t MayaFlux::Nodes::Node::m_timing_rate { m_sample_rate }
protected

Current timing rate for the node, used for timing calculations (can be sample rate or frame rate)

Definition at line 455 of file Node.hpp.

455{ m_sample_rate }; ///< Current timing rate for the node, used for timing calculations (can be sample rate or frame rate)
uint32_t m_sample_rate
Sample rate for audio processing, used for normalization.
Definition Node.hpp:451

Referenced by MayaFlux::Nodes::Generator::Impulse::update_phase_increment(), MayaFlux::Nodes::Generator::Phasor::update_phase_increment(), and MayaFlux::Nodes::Generator::Sine::update_phase_increment().