OcaParametricEQShape¶
-
class
OcaParametricEQShape
()¶ Enumeration of curve shapes used by OcaFilterParametric.
-
OcaParametricEQShape.
None
¶ type: OcaParametricEQShape
Singleton object corresponding to the entry with value
0
.
-
OcaParametricEQShape.
PEQ
¶ type: OcaParametricEQShape
Singleton object corresponding to the entry with value
1
.
-
OcaParametricEQShape.
LowShelv
¶ type: OcaParametricEQShape
Singleton object corresponding to the entry with value
2
.
-
OcaParametricEQShape.
HighShelv
¶ type: OcaParametricEQShape
Singleton object corresponding to the entry with value
3
.
-
OcaParametricEQShape.
LowPass
¶ type: OcaParametricEQShape
Singleton object corresponding to the entry with value
4
.
-
OcaParametricEQShape.
HighPass
¶ type: OcaParametricEQShape
Singleton object corresponding to the entry with value
5
.
-
OcaParametricEQShape.
BandPass
¶ type: OcaParametricEQShape
Singleton object corresponding to the entry with value
6
.
-
OcaParametricEQShape.
AllPass
¶ type: OcaParametricEQShape
Singleton object corresponding to the entry with value
7
.
-
OcaParametricEQShape.
Notch
¶ type: OcaParametricEQShape
Singleton object corresponding to the entry with value
8
.
-
OcaParametricEQShape.
ToneControlLowFixed
¶ type: OcaParametricEQShape
Singleton object corresponding to the entry with value
9
.
-
OcaParametricEQShape.
ToneControlLowSliding
¶ type: OcaParametricEQShape
Singleton object corresponding to the entry with value
10
.
-
OcaParametricEQShape.
ToneControlHighFixed
¶ type: OcaParametricEQShape
Singleton object corresponding to the entry with value
11
.
-
OcaParametricEQShape.
ToneControlHighSliding
¶ type: OcaParametricEQShape
Singleton object corresponding to the entry with value
12
.
-