C# Class AlphaTab.Rendering.Utils.PercussionMapper

Show file Open project: CoderLine/alphaTab Class Usage Examples

Public Methods

Method Description
MapNoteForDisplay ( Note note ) : int

Maps the given note to a normal note value to place the note at the correct line on score notation

MidiFromElementVariation ( Note note ) : int

Method Details

MapNoteForDisplay() public static method

Maps the given note to a normal note value to place the note at the correct line on score notation
public static MapNoteForDisplay ( Note note ) : int
note AlphaTab.Model.Note
return int

MidiFromElementVariation() public static method

public static MidiFromElementVariation ( Note note ) : int
note AlphaTab.Model.Note
return int