#include "Freeverb.h"Variables | |
| const int | kNumCombs = 8 |
| const int | kNumAllpasses = 4 |
| const float | kMuted = 0.0f |
| const float | kFixedGain = 0.015f |
| const float | kScaleWet = 3.0f |
| const float | kScaleDry = 2.0f |
| const float | kScaleDamp = 0.4f |
| const float | kScaleRoom = 0.28f |
| const float | kOffsetRoom = 0.7f |
| const float | kInitialRoom = 0.9 |
| const float | kInitialDamp = 0.5f |
| const float | kInitialWet = 0.5 |
| const float | kInitialDry = 0.5 |
| const float | kInitialWidth = 1.0f |
| const float | kInitialMode = 0.0f |
| const float | kFreezeMode = 1.0f |
| const int | kStereoSpread = 23 |
| const int | kCombBufferSizes [] = { 1116, 1188, 1277, 1356, 1422, 1491, 1557, 1617 } |
| const int | kAllpassBufferSizes [] = { 556, 441, 341, 225 } |
| const int kNumCombs = 8 |
Referenced by csl::Freeverb::constructReverbGraph().
| const int kNumAllpasses = 4 |
Referenced by csl::Freeverb::constructReverbGraph().
| const float kMuted = 0.0f |
| const float kFixedGain = 0.015f |
Referenced by csl::Freeverb::constructReverbGraph().
| const float kScaleWet = 3.0f |
| const float kScaleDry = 2.0f |
| const float kScaleDamp = 0.4f |
Referenced by csl::Freeverb::dampening(), and csl::Freeverb::setDampening().
| const float kScaleRoom = 0.28f |
Referenced by csl::Freeverb::setRoomSize().
| const float kOffsetRoom = 0.7f |
Referenced by csl::Freeverb::setRoomSize().
| const float kInitialRoom = 0.9 |
Referenced by csl::Freeverb::constructReverbGraph(), and csl::Stereoverb::Stereoverb().
| const float kInitialDamp = 0.5f |
Referenced by csl::Freeverb::constructReverbGraph().
| const float kInitialWet = 0.5 |
Referenced by csl::Freeverb::constructReverbGraph(), and csl::Stereoverb::Stereoverb().
| const float kInitialDry = 0.5 |
Referenced by csl::Freeverb::constructReverbGraph().
| const float kInitialWidth = 1.0f |
Referenced by csl::Freeverb::constructReverbGraph().
| const float kInitialMode = 0.0f |
| const float kFreezeMode = 1.0f |
| const int kStereoSpread = 23 |
| const int kCombBufferSizes[] = { 1116, 1188, 1277, 1356, 1422, 1491, 1557, 1617 } |
Referenced by csl::Freeverb::constructReverbGraph().
| const int kAllpassBufferSizes[] = { 556, 441, 341, 225 } |
Referenced by csl::Freeverb::constructReverbGraph().
1.5.8