|
LMMS
|
#include <LFO.h>
Public Member Functions | |
| LFO (const LFOParams &lfopars, float basefreq, const AbsTime &t, WatchManager *m=0, const char *watch_prefix=0) | |
| ~LFO () | |
| float | lfoout () |
| float | amplfoout () |
Private Member Functions | |
| float | baseOut (const char waveShape, const float phase) |
| void | computeNextFreqRnd (void) |
Private Attributes | |
| float | phase |
| float | phaseInc |
| float | incrnd |
| float | nextincrnd |
| float | amp1 |
| float | amp2 |
| int | first_half |
| float | last_random |
| float | lfointensity |
| float | lfornd |
| float | lfofreqrnd |
| RelTime | delayTime |
| char | waveShape |
| bool | deterministic |
| const float | dt_ |
| const LFOParams & | lfopars_ |
| const float | basefreq_ |
| VecWatchPoint | watchOut |
Class for creating Low Frequency Oscillators
| LFO::~LFO | ( | ) |
| float LFO::amplfoout | ( | ) |
| float LFO::lfoout | ( | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |