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

◆ get_amplitude()

virtual double MayaFlux::Nodes::Generator::Generator::get_amplitude ( ) const
inlinevirtual

Gets the current base amplitude.

Returns
Current amplitude

Reimplemented in MayaFlux::Nodes::Generator::Polynomial.

Definition at line 130 of file Generator.hpp.

130{ return m_amplitude; }
double m_amplitude
Base amplitude of the generator.