|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| MayaFlux::Nodes::Generator::Phasor::Phasor | ( | float | frequency = 1, |
| double | amplitude = 1, |
||
| float | offset = 0 |
||
| ) |
Basic constructor with fixed parameters.
| frequency | Phasor cycle rate in Hz (default: 1Hz, one cycle per second) |
| amplitude | Phasor amplitude (default: 1.0) |
| offset | DC offset added to the output (default: 0.0) |
Creates a phasor generator with fixed frequency and amplitude.
Definition at line 6 of file Phasor.cpp.
References MayaFlux::Nodes::Generator::Generator::m_amplitude, MayaFlux::Nodes::Generator::Generator::m_frequency, and update_phase_increment().
Here is the call graph for this function: