player.slide
player.slideJavaScript
player.slideJSON
Player.Slide.net
player.slideAndroid
Description​
The slide settings allow control how the different slide types are generated for audio. AlphaTab supports various types of slides which can be grouped into 3 types:
-
Shift Slides
-
Legato Slides
-
Slide into from below
-
Slide into from above
-
Slide out to below
-
Slide out to above
-
Pick Slide out to above
-
Pick Slide out to below
For the first 2 groups the audio generation can be adapted. For the pick slide the audio generation cannot be adapted as there is no mechanism yet in alphaTab to play pick slides to make them sound real.
For the first group only the duration or start point of the slide can be configured while for the second group the duration/start-point and the pitch offset can be configured.
- JavaScript
- C#
- Kotlin
readonly slide: SlidePlaybackSettings;
SlidePlaybackSettings Slide { get; }
val slide: SlidePlaybackSettings
Slide Settings​
Description
This object defines the details on how to generate the slide effects.
class SlidePlaybackSettings
Properties
shiftSlideDurationRatio | number | `0.5` | The percentage which the legato and shift slides should take up |
simpleSlideDurationRatio | number | `0.25` | The percentage which the simple slides should take up |
simpleSlidePitchOffset | number | `6` | Gets or sets 1/4 tones (bend value) offset that |