Zrythm
a highly automated and intuitive digital audio workstation
Toggle main menu visibility
Main Page
Related Pages
Topics
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
e
f
g
i
m
p
r
t
w
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
z
Variables
Typedefs
Enumerations
a
b
c
e
f
g
i
k
m
n
p
r
s
t
u
z
Enumerator
a
u
z
Macros
_
a
b
c
d
e
f
h
i
k
m
p
r
s
t
u
v
z
▼
Zrythm
►
Documentation
►
Cyaml Schemas
GTK Tips
►
The Processing Cycle
repo-management
►
Release Checklist
►
Weblate Translations
Building on Windows
Building on Windows (MSVC)
CONTRIBUTING
HACKING
Git Packaging Hooks
Deprecated List
►
Topics
►
Data Structures
▼
Files
▼
File List
►
actions
►
doc
▼
dsp
audio_bus_track.h
►
audio_function.h
audio_group_track.h
►
audio_region.h
audio_track.h
►
automation_function.h
►
automation_point.h
►
automation_region.h
►
automation_track.h
►
automation_tracklist.h
►
balance_control.h
►
channel.h
►
channel_send.h
channel_track.h
►
chord_descriptor.h
►
chord_object.h
►
chord_region.h
►
chord_track.h
►
clip.h
►
control_port.h
►
control_room.h
►
curve.h
dir.h
►
ditherer.h
►
engine.h
engine_alsa.h
engine_dummy.h
engine_jack.h
engine_pa.h
engine_pulse.h
engine_rtaudio.h
engine_rtmidi.h
engine_sdl.h
engine_windows_mme.h
exporter.h
►
ext_port.h
►
fade.h
►
fader.h
►
foldable_track.h
►
graph.h
►
graph_export.h
►
graph_node.h
►
graph_thread.h
►
group_target_track.h
►
hardware_processor.h
►
instrument_track.h
kmeter_dsp.h
►
marker.h
►
marker_track.h
master_track.h
►
meter.h
►
metronome.h
midi_bus_track.h
►
midi_event.h
►
midi_function.h
midi_group_track.h
►
midi_mapping.h
►
midi_note.h
►
midi_region.h
midi_track.h
►
modulator_macro_processor.h
►
modulator_track.h
►
pan.h
peak_dsp.h
►
peak_fall_smooth.h
►
pool.h
►
port.h
►
port_connection.h
►
port_connections_manager.h
►
port_identifier.h
►
position.h
►
quantize_options.h
►
recording_event.h
►
recording_manager.h
►
region.h
►
region_identifier.h
►
region_link_group.h
►
region_link_group_manager.h
►
router.h
rtaudio_device.h
rtmidi_device.h
►
sample_playback.h
►
sample_processor.h
►
scale.h
►
scale_object.h
►
snap_grid.h
►
stretcher.h
►
supported_file.h
►
tempo_track.h
►
track.h
►
track_lane.h
►
track_processor.h
►
tracklist.h
►
transport.h
true_peak_dsp.h
►
velocity.h
windows_mmcss.h
windows_mme_device.h
►
gui
►
io
►
plugins
►
project
►
settings
►
src
►
utils
dir.h
gtk_wrapper.h
project.h
libpanel_wrapper.h
Wrapper.h
►
zrythm.h
►
zrythm_app.h
INSTALL.rst
►
Globals
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
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
15
typedef
struct
CurveOptions
CurveOptions
;
16
29
double
30
fade_get_y_normalized
(
double
x,
CurveOptions
* opts,
int
fade_in);
31
36
#endif
fade_get_y_normalized
double fade_get_y_normalized(double x, CurveOptions *opts, int fade_in)
Gets the normalized Y for a normalized X.
CurveOptions
Curve options.
Definition
curve.h:105
yaml.h
YAML utils.
dsp
fade.h
Generated by
1.11.0