Gin
Public Member Functions | List of all members
StepLFO Class Reference

LFO with editable number of steps. More...

Public Member Functions

 StepLFO ()=default
 
void setSampleRate (double sr)
 
void setFreq (float f)
 
void setNumPoints (int n)
 
void setPoint (int n, float v)
 
void reset ()
 
void noteOn (float phase_=-1.0f)
 
float process (int numSamples)
 
float getOutput ()
 
float getCurrentPhase ()
 

Detailed Description

LFO with editable number of steps.

Constructor & Destructor Documentation

◆ StepLFO()

StepLFO::StepLFO ( )
default

Member Function Documentation

◆ setSampleRate()

void StepLFO::setSampleRate ( double  sr)

◆ setFreq()

void StepLFO::setFreq ( float  f)

◆ setNumPoints()

void StepLFO::setNumPoints ( int  n)

◆ setPoint()

void StepLFO::setPoint ( int  n,
float  v 
)

◆ reset()

void StepLFO::reset ( )

◆ noteOn()

void StepLFO::noteOn ( float  phase_ = -1.0f)

◆ process()

float StepLFO::process ( int  numSamples)

◆ getOutput()

float StepLFO::getOutput ( )

◆ getCurrentPhase()

float StepLFO::getCurrentPhase ( )

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