Krotos Modules 3
Loading...
Searching...
No Matches
constants.h
Go to the documentation of this file.
1#pragma once
2
11namespace krotos
12{
17 {
18 public:
19 // This skew value has been calculated to give -24f when used in a NormalisableRange ranged -96f to 12f, with
20 // param value of 0.5f
21 static const float skewAt50PC_9612_24dB;
22 static const float skewAt50PC_9612_18dB;
23 static const float skewAt50PC_9612_12dB;
24 static const float skewAt50PC_9612_6dB;
25 static const float skewAt50PC_9612_0dB;
26 static const float defaultSliderSkew;
27 };
28} // namespace krotos
Definition constants.h:17
static const float skewAt50PC_9612_0dB
Definition constants.h:25
static const float skewAt50PC_9612_24dB
Definition constants.h:21
static const float defaultSliderSkew
Definition constants.h:26
static const float skewAt50PC_9612_6dB
Definition constants.h:24
static const float skewAt50PC_9612_18dB
Definition constants.h:22
static const float skewAt50PC_9612_12dB
Definition constants.h:23
Definition AirAbsorptionFilter.cpp:2