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

◆ get_pickup_position()

double MayaFlux::Nodes::Network::WaveguideNetwork::get_pickup_position ( ) const

Get current pickup position.

Definition at line 395 of file WaveguideNetwork.cpp.

396{
397 if (m_delay_length_integer == 0) {
398 return 0.5;
399 }
400 return static_cast<double>(m_pickup_sample) / static_cast<double>(m_delay_length_integer);
401}

References m_delay_length_integer, and m_pickup_sample.

Referenced by get_metadata().

+ Here is the caller graph for this function: