|
Zrythm
a highly automated and intuitive digital audio workstation
|
#include <dsp/metronome.h>
Data Fields | |
| char * | emphasis_path |
| Absolute path of the "emphasis" sample. | |
| char * | normal_path |
| Absolute path of the "normal" sample. | |
| float * | emphasis |
| The emphasis sample. | |
| size_t | emphasis_size |
| Size per channel. | |
| channels_t | emphasis_channels |
| float * | normal |
| The normal sample. | |
| size_t | normal_size |
| Size per channel. | |
| channels_t | normal_channels |
| float | volume |
Metronome settings.
Definition at line 40 of file metronome.h.
| float* Metronome::emphasis |
The emphasis sample.
Definition at line 49 of file metronome.h.
| channels_t Metronome::emphasis_channels |
Definition at line 54 of file metronome.h.
| char* Metronome::emphasis_path |
Absolute path of the "emphasis" sample.
Definition at line 43 of file metronome.h.
| size_t Metronome::emphasis_size |
Size per channel.
Definition at line 52 of file metronome.h.
| float* Metronome::normal |
The normal sample.
Definition at line 57 of file metronome.h.
| channels_t Metronome::normal_channels |
Definition at line 62 of file metronome.h.
| char* Metronome::normal_path |
Absolute path of the "normal" sample.
Definition at line 46 of file metronome.h.
| size_t Metronome::normal_size |
Size per channel.
Definition at line 60 of file metronome.h.
| float Metronome::volume |
Definition at line 64 of file metronome.h.