TracktionEngine
Public Member Functions | Public Attributes | List of all members
tracktion::engine::SimpleLFO::Parameters Struct Reference

Public Member Functions

 Parameters ()=default
 
 Parameters (float frequencyIn, float phaseOffsetIn, float offsetIn, float depthIn, WaveShape waveShapeIn, float pulseWidthIn)
 

Public Attributes

WaveShape waveShape = sine
 
float frequency = 0
 
float phaseOffset = 0
 
float offset = 0
 
float depth = 0
 
float pulseWidth = 0
 

Constructor & Destructor Documentation

◆ Parameters() [1/2]

tracktion::engine::SimpleLFO::Parameters::Parameters ( )
default

◆ Parameters() [2/2]

tracktion::engine::SimpleLFO::Parameters::Parameters ( float  frequencyIn,
float  phaseOffsetIn,
float  offsetIn,
float  depthIn,
WaveShape  waveShapeIn,
float  pulseWidthIn 
)

Member Data Documentation

◆ waveShape

WaveShape tracktion::engine::SimpleLFO::Parameters::waveShape = sine

◆ frequency

float tracktion::engine::SimpleLFO::Parameters::frequency = 0

◆ phaseOffset

float tracktion::engine::SimpleLFO::Parameters::phaseOffset = 0

◆ offset

float tracktion::engine::SimpleLFO::Parameters::offset = 0

◆ depth

float tracktion::engine::SimpleLFO::Parameters::depth = 0

◆ pulseWidth

float tracktion::engine::SimpleLFO::Parameters::pulseWidth = 0

The documentation for this struct was generated from the following file: