| 89 | |
| 90 | float getBass() const FL_NOEXCEPT { return mImmRel[0]; } |
| 91 | float getMid() const FL_NOEXCEPT { return mImmRel[1]; } |
| 92 | float getTreb() const FL_NOEXCEPT { return mImmRel[2]; } |
| 93 | float getVol() const FL_NOEXCEPT { return (mImmRel[0] + mImmRel[1] + mImmRel[2]) / 3.0f; } |
| 94 |
no outgoing calls
no test coverage detected