Basic unoptimized tempo-syncable LFO implementation.
More...
#include "Oscillator.h"
Go to the source code of this file.
|
#define | LFO_TEMPODIV_VALIST "1/64", "1/32", "1/16T", "1/16", "1/16D", "1/8T", "1/8", "1/8D", "1/4", "1/4D", "1/2", "1/1", "2/1", "4/1", "8/1" |
|
#define | LFO_SHAPE_VALIST "Triangle", "Square", "Ramp Up", "Ramp Down", "Sine" |
|
Basic unoptimized tempo-syncable LFO implementation.
Definition in file LFO.h.
◆ LFO_SHAPE_VALIST
#define LFO_SHAPE_VALIST "Triangle", "Square", "Ramp Up", "Ramp Down", "Sine" |
Definition at line 24 of file LFO.h.
◆ LFO_TEMPODIV_VALIST
#define LFO_TEMPODIV_VALIST "1/64", "1/32", "1/16T", "1/16", "1/16D", "1/8T", "1/8", "1/8D", "1/4", "1/4D", "1/2", "1/1", "2/1", "4/1", "8/1" |
Definition at line 22 of file LFO.h.