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.
Show file Open project: CoderLine/alphaTab Class Usage Examples

Public Methods

Method 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

Method Description
NextNoteOnSameLine ( Note note ) : Note
PreviousNoteOnSameLine ( Note note ) : Note

Method Details

AddBendPoint() public method

public AddBendPoint ( AlphaTab.Model.BendPoint point ) : void
point AlphaTab.Model.BendPoint
return void

Clone() public method

public Clone ( ) : Note
return Note

CopyTo() public static method

public static CopyTo ( Note src, Note dst ) : void
src Note
dst Note
return void

Finish() public method

public Finish ( ) : void
return void

GetStringTuning() public static method

public static GetStringTuning ( AlphaTab.Model.Track track, int noteString ) : int
track AlphaTab.Model.Track
noteString int
return int

Note() public method

public Note ( ) : AlphaTab.Collections
return AlphaTab.Collections