C# 클래스 AlphaTab.Rendering.Utils.AccidentalHelper

This small utilty public class allows the assignment of accidentals within a desired scope.
파일 보기 프로젝트 열기: CoderLine/alphaTab 1 사용 예제들

공개 메소드들

메소드 설명
AccidentalHelper ( ) : AlphaTab.Collections
ApplyAccidental ( Note note ) : AccidentalType

Calculates the accidental for the given note and assignes the value to it. The new accidental type is also registered within the current scope

GetNoteLine ( Note n ) : int

비공개 메소드들

메소드 설명
GetNoteId ( Note n ) : string
RegisterNoteLine ( Note n ) : int

메소드 상세

AccidentalHelper() 공개 메소드

public AccidentalHelper ( ) : AlphaTab.Collections
리턴 AlphaTab.Collections

ApplyAccidental() 공개 메소드

Calculates the accidental for the given note and assignes the value to it. The new accidental type is also registered within the current scope
public ApplyAccidental ( Note note ) : AccidentalType
note AlphaTab.Model.Note
리턴 AccidentalType

GetNoteLine() 공개 메소드

public GetNoteLine ( Note n ) : int
n AlphaTab.Model.Note
리턴 int