Zrythm
a highly automated and intuitive digital audio workstation
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Metronome Struct Reference

Metronome settings. More...

#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
 

Detailed Description

Metronome settings.

Definition at line 40 of file metronome.h.

Field Documentation

◆ emphasis

float* Metronome::emphasis

The emphasis sample.

Definition at line 49 of file metronome.h.

◆ emphasis_channels

channels_t Metronome::emphasis_channels

Definition at line 54 of file metronome.h.

◆ emphasis_path

char* Metronome::emphasis_path

Absolute path of the "emphasis" sample.

Definition at line 43 of file metronome.h.

◆ emphasis_size

size_t Metronome::emphasis_size

Size per channel.

Definition at line 52 of file metronome.h.

◆ normal

float* Metronome::normal

The normal sample.

Definition at line 57 of file metronome.h.

◆ normal_channels

channels_t Metronome::normal_channels

Definition at line 62 of file metronome.h.

◆ normal_path

char* Metronome::normal_path

Absolute path of the "normal" sample.

Definition at line 46 of file metronome.h.

◆ normal_size

size_t Metronome::normal_size

Size per channel.

Definition at line 60 of file metronome.h.

◆ volume

float Metronome::volume

Definition at line 64 of file metronome.h.


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