uMIDI
The swiss army knife for quick and easy developement of MIDI applications.
Data Fields
wave_settings Struct Reference

Wave configuration. More...

#include <wave.h>

Collaboration diagram for wave_settings:
Collaboration graph

Data Fields

enum waveform waveform
 Waveform. More...
 
fixed_t frequency
 Speed of the wave in [Hz]. More...
 
midi_value_t amplitude
 Amplitude [0, 127]. More...
 
midi_value_t offset
 Static offset [0, 127]. More...
 

Detailed Description

Wave configuration.

See also
waveform
fixed_t

Field Documentation

◆ amplitude

midi_value_t wave_settings::amplitude

Amplitude [0, 127].

◆ frequency

fixed_t wave_settings::frequency

Speed of the wave in [Hz].

◆ offset

midi_value_t wave_settings::offset

Static offset [0, 127].

◆ waveform

enum waveform wave_settings::waveform

Waveform.


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