Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
fade.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: © 2020 Alexandros Theodotou <alex@zrythm.org>
2// SPDX-License-Identifier: LicenseRef-ZrythmLicense
3
10#ifndef __AUDIO_FADE_H__
11#define __AUDIO_FADE_H__
12
13#include "utils/yaml.h"
14
15typedef struct CurveOptions CurveOptions;
16
29double
30fade_get_y_normalized (double x, CurveOptions * opts, int fade_in);
31
36#endif
double fade_get_y_normalized(double x, CurveOptions *opts, int fade_in)
Gets the normalized Y for a normalized X.
Curve options.
Definition curve.h:108
YAML utils.