alphaTab.model.TremoloPickingEffect
Describes a tremolo picking effect.
class TremoloPickingEffectProperties​
marks​
The number of marks for the tremolo. A mark is equal to a single bar shown for a default tremolos.
- JavaScript
- C#
- Kotlin
marks: number;double Marks { get; set; }var marks: DoublemaxMarks​
The max number of marks for the tremolo picking effect to be valid.
- JavaScript
- C#
- Kotlin
static readonly maxMarks: unknown;static Unknown MaxMarks { get; }companion object { val maxMarks: unknown }minMarks​
The minimum number of marks for the tremolo picking effect to be valid.
- JavaScript
- C#
- Kotlin
static readonly minMarks: unknown;static Unknown MinMarks { get; }companion object { val minMarks: unknown }style​
The style of the tremolo picking.
- JavaScript
- C#
- Kotlin
Methods​
getDurationAsTicks​
Gets the duration of a single tremolo note played in a beat of the given duration based on the configured marks.
| Parameter | Summary |
|---|---|
beatDurationAll | (no description) |