| 117 | } |
| 118 | void setVibrateDelay(u16 delay) { mVibrate.setDelay(delay); } |
| 119 | void setTremolo(f32 depth, f32 pitch) |
| 120 | { |
| 121 | mTremolo.setDepth(depth); |
| 122 | mTremolo.setPitch(pitch); |
| 123 | } |
| 124 | void setTremoloDelay(u16 delay) { mTremolo.setDelay(delay); } |
| 125 | void setPriority(u16 prio) { mPriority = prio; } |
| 126 | void setParams(const JASChannelParams ¶ms) { mParams = params; } |
no test coverage detected