|
uMIDI
The swiss army knife for quick and easy developement of MIDI applications.
|
Configuration for a linear scaling function. More...
#include <math.h>

Data Fields | |
| uint16_t | from |
| The lowest input (linear_to_midi) / output (linear_from_midi) value. More... | |
| uint16_t | to |
| The highest input (linear_to_midi) / output (linear_from_midi) value. More... | |
| fixed_t | slope |
| The slope of the linear function (computed in init_linear_...()) More... | |
Configuration for a linear scaling function.
| uint16_t linear_range::from |
The lowest input (linear_to_midi) / output (linear_from_midi) value.
| fixed_t linear_range::slope |
The slope of the linear function (computed in init_linear_...())
| uint16_t linear_range::to |
The highest input (linear_to_midi) / output (linear_from_midi) value.
1.8.13