| 111 | void setBankDisposeID(const void *disposeID) { mBankDisposeID = disposeID; } |
| 112 | void setDirectRelease(u16 release) { mOscillators[0].setDirectRelease(release); } |
| 113 | void setVibrate(f32 depth, f32 pitch) |
| 114 | { |
| 115 | mVibrate.setDepth(depth); |
| 116 | mVibrate.setPitch(pitch); |
| 117 | } |
| 118 | void setVibrateDelay(u16 delay) { mVibrate.setDelay(delay); } |
| 119 | void setTremolo(f32 depth, f32 pitch) |
| 120 | { |
no test coverage detected