Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
meter.h File Reference

Meter DSP. More...

#include <stdbool.h>
#include "utils/types.h"
#include <gtk/gtk.h>
Include dependency graph for meter.h:

Go to the source code of this file.

Data Structures

struct  Meter
 A Meter used by a single GUI element. More...
 

Enumerations

enum  MeterAlgorithm {
  METER_ALGORITHM_AUTO , METER_ALGORITHM_DIGITAL_PEAK , METER_ALGORITHM_TRUE_PEAK , METER_ALGORITHM_RMS ,
  METER_ALGORITHM_K
}
 

Functions

Metermeter_new_for_port (Port *port)
 
void meter_get_value (Meter *self, AudioValueFormat format, float *val, float *max)
 Get the current meter value.
 
void meter_free (Meter *self)
 

Detailed Description

Meter DSP.

Definition in file meter.h.