MayaFlux 0.2.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 387 of file WaveguideNetwork.cpp.

388{
389 if (m_delay_length_integer == 0) {
390 return 0.5;
391 }
392 return static_cast<double>(m_pickup_sample) / static_cast<double>(m_delay_length_integer);
393}

References m_delay_length_integer, and m_pickup_sample.

Referenced by get_metadata().

+ Here is the caller graph for this function: