Current envelope output (last value returned by update()).
| 46 | |
| 47 | // Current envelope output (last value returned by update()). |
| 48 | float value() const FL_NOEXCEPT { return mCurrent; } |
| 49 | |
| 50 | const Config& config() const FL_NOEXCEPT { return mConfig; } |
| 51 |
no outgoing calls
no test coverage detected