simpleSlideDurationRatio
Description​
The percentage which the simple slides should take up from the whole note. for "slide into" effects the slide will take place from time 0 where the note is plucked to 25% of the overall note duration. For "slide out" effects the slide will start 75% and finish at 100% of the overall note duration.
- JavaScript
- C#
- Kotlin
simpleSlideDurationRatio: number = 0.25;
double SimpleSlideDurationRatio { get; set; } = 0.25
var simpleSlideDurationRatio: Double = 0.25