|
Zrythm
a highly automated and intuitive digital audio workstation
|

Go to the source code of this file.
Data Structures | |
| struct | Meter |
| A Meter used by a single GUI element. More... | |
Enumerations | |
| enum class | MeterAlgorithm { MeterAlgorithm::METER_ALGORITHM_AUTO , METER_ALGORITHM_DIGITAL_PEAK , MeterAlgorithm::METER_ALGORITHM_TRUE_PEAK , METER_ALGORITHM_RMS , METER_ALGORITHM_K } |
Functions | |
| Meter * | meter_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) |