Home
last modified time | relevance | path

Searched refs:DB2CO (Results 1 – 5 of 5) sorted by relevance

/dports/audio/boops-lv2/BOops-1.8.2/src/
H A DFxWaveshaper.hpp27 #ifndef DB2CO
28 #define DB2CO(x) (pow (10, 0.05 * (x))) macro
64 …drive = DB2CO (-30.0 + 100.0 * LIMIT (params[SLOTS_OPTPARAMS + FX_WAVESHAPER_DRIVE] + r1 * params[… in init()
66 …gain = DB2CO (-70.0 + 100.0 * LIMIT (params[SLOTS_OPTPARAMS + FX_WAVESHAPER_GAIN] + r2 * params[SL… in init()
94 lf = DB2CO (-90.0f + shape->getMapValue (l) * 120.0f); in process()
95 rf = DB2CO (-90.0f + shape->getMapValue (r) * 120.0f); in process()
H A DFxTeslaCoil.hpp35 #ifndef DB2CO
36 #define DB2CO(x) pow (10, 0.05 * (x)) macro
59 …drive = DB2CO (-30.0 + 100.0 * LIMIT (params[SLOTS_OPTPARAMS + FX_TESLACOIL_DRIVE] + r1 * params[S… in init()
61 …level = DB2CO (-70.0 + 100.0 * LIMIT (params[SLOTS_OPTPARAMS + FX_TESLACOIL_LEVEL] + r2 * params[S… in init()
H A DFxNoise.hpp26 #ifndef DB2CO
27 #define DB2CO(x) pow (10, 0.05 * (x)) macro
48 amp = DB2CO (db); in init()
H A DFxDistortion.hpp40 #ifndef DB2CO
41 #define DB2CO(x) pow (10, 0.05 * (x)) macro
58 …drive = DB2CO (-30.0 + 100.0 * LIMIT (params[SLOTS_OPTPARAMS + FX_DISTORTION_DRIVE] + r1 * params[… in init()
60 …level = DB2CO (-70.0 + 100.0 * LIMIT (params[SLOTS_OPTPARAMS + FX_DISTORTION_LEVEL] + r2 * params[… in init()
H A DFxCrackles.hpp28 #ifndef DB2CO
29 #define DB2CO(x) pow (10, 0.05 * (x)) macro
66 const float amp = DB2CO (db); in init()