getPitchWheel
Description​
Calculates the midi pitch wheel value for the give bend value.
- JavaScript
- C#
- Kotlin
static getPitchWheel(bendValue: number): number
static double GetPitchWheel(double bendValue)
fun getPitchWheel(bendValue: Double): Double
Parameter | Summary |
---|---|
bendValueAll | (no description) |