| 112 | |
| 113 | float getBassRaw() const FL_NOEXCEPT { return mImm[0]; } |
| 114 | float getMidRaw() const FL_NOEXCEPT { return mImm[1]; } |
| 115 | float getTrebRaw() const FL_NOEXCEPT { return mImm[2]; } |
| 116 | |
| 117 | float getBassAvg() const FL_NOEXCEPT { return mAvg[0]; } |
no outgoing calls
no test coverage detected