| 186 | void setReleasePrio(u8 prio) { mReleasePrio = prio; } |
| 187 | void setSkipSample(u32 skip) { mSkipSample = skip; } |
| 188 | void setTranspose(s8 val) { mTranspose = val; } |
| 189 | void setTremDelay(u16 delay) { mTremDelay = delay; } |
| 190 | void setTremDepth(f32 depth) { mTremDepth = depth; } |
| 191 | void setTremPitch(f32 pitch) { mTremPitch = pitch; } |