C# 클래스 MidiSheetMusic.NoteData

파일 보기 프로젝트 열기: BYVoid/MidiToSheetMusic 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
accid Accid
duration NoteDuration
leftside bool
number int
whitenote WhiteNote

프로퍼티 상세

accid 공개적으로 프로퍼티

public Accid accid
리턴 Accid

duration 공개적으로 프로퍼티

public NoteDuration duration
리턴 NoteDuration

leftside 공개적으로 프로퍼티

public bool leftside
리턴 bool

number 공개적으로 프로퍼티

public int number
리턴 int

whitenote 공개적으로 프로퍼티

public WhiteNote whitenote
리턴 WhiteNote