C# Class AlphaTab.Model.Note

A note is a single played sound on a fretted instrument. It consists of a fret offset and a string on which the note is played on. It also can be modified by a lot of different effects.
Afficher le fichier Open project: CoderLine/alphaTab Class Usage Examples

Méthodes publiques

Méthode Description
AddBendPoint ( AlphaTab.Model.BendPoint point ) : void
Clone ( ) : Note
CopyTo ( Note src, Note dst ) : void
Finish ( ) : void
GetStringTuning ( AlphaTab.Model.Track track, int noteString ) : int
Note ( ) : AlphaTab.Collections

Private Methods

Méthode Description
NextNoteOnSameLine ( Note note ) : Note
PreviousNoteOnSameLine ( Note note ) : Note

Method Details

AddBendPoint() public méthode

public AddBendPoint ( AlphaTab.Model.BendPoint point ) : void
point AlphaTab.Model.BendPoint
Résultat void

Clone() public méthode

public Clone ( ) : Note
Résultat Note

CopyTo() public static méthode

public static CopyTo ( Note src, Note dst ) : void
src Note
dst Note
Résultat void

Finish() public méthode

public Finish ( ) : void
Résultat void

GetStringTuning() public static méthode

public static GetStringTuning ( AlphaTab.Model.Track track, int noteString ) : int
track AlphaTab.Model.Track
noteString int
Résultat int

Note() public méthode

public Note ( ) : AlphaTab.Collections
Résultat AlphaTab.Collections