| 108 | mYBias(height, attackTau, decayTau) {} |
| 109 | |
| 110 | void triggerX(float center, float width, float amplitude, |
| 111 | BumpShape shape = BumpShape::HalfSine) { |
| 112 | mXBias.trigger(center, width, amplitude, shape); |
| 113 | } |
| 114 | |
| 115 | void triggerY(float center, float width, float amplitude, |
| 116 | BumpShape shape = BumpShape::HalfSine) { |
no test coverage detected