daisysp::Line¶
#include <line.h>
Public Functions¶
Name | |
---|---|
Line() | |
~Line() | |
void | Init(float sample_rate) |
float | Process(uint8_t * finished) |
void | Start(float start, float end, float dur) |
Detailed Description¶
creates a Line segment signal
Public Functions Documentation¶
function Line¶
function ~Line¶
function Init¶
Initializes Line module.
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¶
Parameters:
- start - beginning value
- end - ending value
- dur - duration in seconds of Line segment
Begin creation of Line.
---¶
Updated on 2024-01-03 at 19:38:46 +0000