| 113 | } |
| 114 | |
| 115 | void triggerY(float center, float width, float amplitude, |
| 116 | BumpShape shape = BumpShape::HalfSine) { |
| 117 | mYBias.trigger(center, width, amplitude, shape); |
| 118 | } |
| 119 | |
| 120 | void update(float dtSeconds) { |
| 121 | mXBias.update(dtSeconds); |
no test coverage detected