| 403 | } |
| 404 | |
| 405 | void ClientGateEditor::applyReturn(float db) |
| 406 | { |
| 407 | if (m_restoring || !m_audio) return; |
| 408 | gate()->setReturnDb(db); |
| 409 | saveGateSettings(); |
| 410 | if (m_levelView) m_levelView->update(); |
| 411 | } |
| 412 | |
| 413 | void ClientGateEditor::applyRatio(float ratio) |
| 414 | { |
nothing calls this directly
no test coverage detected