| 446 | } |
| 447 | |
| 448 | void ClientGateEditor::applyLookahead(float ms) |
| 449 | { |
| 450 | if (m_restoring || !m_audio) return; |
| 451 | gate()->setLookaheadMs(ms); |
| 452 | saveGateSettings(); |
| 453 | } |
| 454 | |
| 455 | void ClientGateEditor::applyMode(int modeIdx) |
| 456 | { |
nothing calls this directly
no test coverage detected