alphaTab.model.BendPoint
A single point of a bending graph. Used to describe WhammyBar and String Bending effects.
class BendPointProperties​
MaxPosition​
(no description)
- JavaScript
- C#
- Kotlin
static readonly MaxPosition: number;static double MaxPosition { get; }companion object { val MaxPosition: Double }MaxValue​
(no description)
- JavaScript
- C#
- Kotlin
static readonly MaxValue: number;static double MaxValue { get; }companion object { val MaxValue: Double }offset​
Gets or sets offset of the point relative to the note duration (0-60)
- JavaScript
- C#
- Kotlin
offset: number;double Offset { get; set; }var offset: Doublevalue​
Gets or sets the 1/4 note value offsets for the bend.
- JavaScript
- C#
- Kotlin
value: number;double Value { get; set; }var value: Double