C# 클래스 MidiSheetMusic.MidiOptions

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

공개 프로퍼티들

프로퍼티 타입 설명
colors Color[]
combineInterval int
instruments int[]
key int
largeNoteSize bool
mute bool[]
pauseTime int
playMeasuresInLoop bool
playMeasuresInLoopEnd int
playMeasuresInLoopStart int
scrollVert bool
shade2Color Color
shadeColor Color
shifttime int
showLyrics bool
showMeasures bool
showNoteLetters int
tempo int
time TimeSignature
tracks bool[]
transpose int
twoStaffs bool
useDefaultInstruments bool

공개 메소드들

메소드 설명
MidiOptions ( MidiFile midifile ) : System

메소드 상세

MidiOptions() 공개 메소드

public MidiOptions ( MidiFile midifile ) : System
midifile MidiFile
리턴 System

프로퍼티 상세

colors 공개적으로 프로퍼티

public Color[] colors
리턴 Color[]

combineInterval 공개적으로 프로퍼티

public int combineInterval
리턴 int

instruments 공개적으로 프로퍼티

public int[] instruments
리턴 int[]

key 공개적으로 프로퍼티

public int key
리턴 int

largeNoteSize 공개적으로 프로퍼티

public bool largeNoteSize
리턴 bool

mute 공개적으로 프로퍼티

public bool[] mute
리턴 bool[]

pauseTime 공개적으로 프로퍼티

public int pauseTime
리턴 int

playMeasuresInLoop 공개적으로 프로퍼티

public bool playMeasuresInLoop
리턴 bool

playMeasuresInLoopEnd 공개적으로 프로퍼티

public int playMeasuresInLoopEnd
리턴 int

playMeasuresInLoopStart 공개적으로 프로퍼티

public int playMeasuresInLoopStart
리턴 int

scrollVert 공개적으로 프로퍼티

public bool scrollVert
리턴 bool

shade2Color 공개적으로 프로퍼티

public Color shade2Color
리턴 Color

shadeColor 공개적으로 프로퍼티

public Color shadeColor
리턴 Color

shifttime 공개적으로 프로퍼티

public int shifttime
리턴 int

showLyrics 공개적으로 프로퍼티

public bool showLyrics
리턴 bool

showMeasures 공개적으로 프로퍼티

public bool showMeasures
리턴 bool

showNoteLetters 공개적으로 프로퍼티

public int showNoteLetters
리턴 int

tempo 공개적으로 프로퍼티

public int tempo
리턴 int

time 공개적으로 프로퍼티

public TimeSignature,MidiSheetMusic time
리턴 TimeSignature

tracks 공개적으로 프로퍼티

public bool[] tracks
리턴 bool[]

transpose 공개적으로 프로퍼티

public int transpose
리턴 int

twoStaffs 공개적으로 프로퍼티

public bool twoStaffs
리턴 bool

useDefaultInstruments 공개적으로 프로퍼티

public bool useDefaultInstruments
리턴 bool