setChannelTranspositionPitch
Description​
Sets the transposition pitch of a given channel. This pitch is additionally applied beside the
ones applied already via applyTranspositionPitches
.
- JavaScript
- C#
- Kotlin
setChannelTranspositionPitch(channel: number, semitones: number): void
void SetChannelTranspositionPitch(double channel, double semitones)
fun setChannelTranspositionPitch(channel: Double, semitones: Double): Unit
Parameter | Summary |
---|---|
channelAll | The channel number |
semitonesAll | The number of semitones to apply as pitch offset. |