| 437 | } |
| 438 | |
| 439 | void StripGatePanel::applyReturn(float db) |
| 440 | { |
| 441 | if (m_restoring || !m_audio) return; |
| 442 | gate()->setReturnDb(db); |
| 443 | saveGateSettings(); |
| 444 | if (m_levelView) m_levelView->update(); |
| 445 | if (m_curveView) m_curveView->update(); |
| 446 | } |
| 447 | |
| 448 | void StripGatePanel::applyRatio(float ratio) |
| 449 | { |
nothing calls this directly
no test coverage detected