| 14 | } |
| 15 | |
| 16 | f32 JASLfo::getValue() const { |
| 17 | if (mCounter != 0) |
| 18 | return 0.0f; |
| 19 | |
| 20 | if (mDepth == 0.0f) |
| 21 | return 0.0f; |
| 22 | |
| 23 | return JMASSinLap(_8) * mDepth; |
| 24 | } |
| 25 | |
| 26 | void JASLfo::incCounter(f32 x) { |
| 27 | if (mCounter != 0) { |
no test coverage detected