| 102 | } |
| 103 | |
| 104 | inline f_cnt_t timeout() const |
| 105 | { |
| 106 | const float samples = Engine::mixer()->processingSampleRate() * m_autoQuitModel.value() / 1000.0f; |
| 107 | return 1 + ( static_cast<int>( samples ) / Engine::mixer()->framesPerPeriod() ); |
| 108 | } |
| 109 | |
| 110 | inline float wetLevel() const |
| 111 | { |
no test coverage detected