Class daisysp::Line¶
#include <line.h>
Public Functions¶
| Type | Name |
|---|---|
| void | Init (float sample_rate) |
| Line () |
|
| float | Process (uint8_t * finished) |
| void | Start (float start, float end, float dur) |
| ~Line () |
Detailed Description¶
creates a Line segment signal
Public Functions Documentation¶
function Init¶
Initializes Line module.
function Line¶
function Process¶
Processes Line segment. Returns one sample. value of finished will be updated to a 1, upon completion of the Line's trajectory.
function Start¶
Begin creation of Line.
Parameters:
start- beginning valueend- ending valuedur- duration in seconds of Line segment
function ~Line¶
The documentation for this class was generated from the following file external-docs/DaisySP/DaisySP-LGPL/Source/Control/line.h