1 parent 2029d7d commit 7a79138Copy full SHA for 7a79138
1 file changed
src/plugins/audioreverb.h
@@ -56,11 +56,11 @@ class CAudioReverb
56
NUM_REV_PRESETS = 5
57
};
58
59
- constexpr static float const presets[NUM_REV_PRESETS][MVerb<float>::NUM_PARAMS] = { { .5, .5, .5, .5, .5, 1., 1., .5, .75 },
60
- { 0., .5, 1., .5, 0., 1., 1., .35, .75 },
61
- { 0., .5, 1., .5, 0., 1., 1., 1., .75 },
62
- { .9, .5, .1, .5, 0., 1., 1., 1., .75 },
63
- { .5, .5, .5, .5, .5, 1., 1., .5, .75 }
+ constexpr static inline float const presets[NUM_REV_PRESETS][MVerb<float>::NUM_PARAMS] = { { .5, .5, .5, .5, .5, 1., 1., .5, .75 },
+ { 0., .5, 1., .5, 0., 1., 1., .35, .75 },
+ { 0., .5, 1., .5, 0., 1., 1., 1., .75 },
+ { .9, .5, .1, .5, 0., 1., 1., 1., .75 },
+ { .5, .5, .5, .5, .5, 1., 1., .5, .75 }
64
65
66
0 commit comments