| 481 | } |
| 482 | |
| 483 | void StripGatePanel::applyLookahead(float ms) |
| 484 | { |
| 485 | if (m_restoring || !m_audio) return; |
| 486 | gate()->setLookaheadMs(ms); |
| 487 | saveGateSettings(); |
| 488 | } |
| 489 | |
| 490 | void StripGatePanel::applyMode(int modeIdx) |
| 491 | { |
nothing calls this directly
no test coverage detected