Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
MidiFunction::Options Class Reference

Data Fields

midi_byte_t start_vel_ = 0
 
midi_byte_t end_vel_ = 0
 
midi_byte_t vel_ = 0
 
bool ascending_ = true
 
double time_ = 0
 
double amount_ = 0
 
dsp::CurveOptions::Algorithm curve_algo_ {}
 
double curviness_ {}
 

Detailed Description

Definition at line 43 of file midi_function.h.

Field Documentation

◆ amount_

double MidiFunction::Options::amount_ = 0

Definition at line 52 of file midi_function.h.

◆ ascending_

bool MidiFunction::Options::ascending_ = true

Definition at line 50 of file midi_function.h.

◆ curve_algo_

dsp::CurveOptions::Algorithm MidiFunction::Options::curve_algo_ {}

Definition at line 54 of file midi_function.h.

◆ curviness_

double MidiFunction::Options::curviness_ {}

Definition at line 55 of file midi_function.h.

◆ end_vel_

midi_byte_t MidiFunction::Options::end_vel_ = 0

Definition at line 47 of file midi_function.h.

◆ start_vel_

midi_byte_t MidiFunction::Options::start_vel_ = 0

Definition at line 46 of file midi_function.h.

◆ time_

double MidiFunction::Options::time_ = 0

Definition at line 51 of file midi_function.h.

◆ vel_

midi_byte_t MidiFunction::Options::vel_ = 0

Definition at line 48 of file midi_function.h.


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