| 16 | } |
| 17 | |
| 18 | float FrequencyShiftInteractor::getShift() const { |
| 19 | if (m_shift != nullptr) { |
| 20 | return *m_shift; |
| 21 | } |
| 22 | return 0.0; |
| 23 | } |
| 24 | |
| 25 | float FrequencyShiftInteractor::getScale() const { |
| 26 | if (m_scale != nullptr) { |
nothing calls this directly
no outgoing calls
no test coverage detected