C# Class MidiSheetMusic.MidiOptions

Afficher le fichier Open project: BYVoid/MidiToSheetMusic Class Usage Examples

Méthodes publiques

Свойство Type Description
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

Méthodes publiques

Méthode Description
MidiOptions ( MidiFile midifile ) : System

Method Details

MidiOptions() public méthode

public MidiOptions ( MidiFile midifile ) : System
midifile MidiFile
Résultat System

Property Details

colors public_oe property

public Color[] colors
Résultat Color[]

combineInterval public_oe property

public int combineInterval
Résultat int

instruments public_oe property

public int[] instruments
Résultat int[]

key public_oe property

public int key
Résultat int

largeNoteSize public_oe property

public bool largeNoteSize
Résultat bool

mute public_oe property

public bool[] mute
Résultat bool[]

pauseTime public_oe property

public int pauseTime
Résultat int

playMeasuresInLoop public_oe property

public bool playMeasuresInLoop
Résultat bool

playMeasuresInLoopEnd public_oe property

public int playMeasuresInLoopEnd
Résultat int

playMeasuresInLoopStart public_oe property

public int playMeasuresInLoopStart
Résultat int

scrollVert public_oe property

public bool scrollVert
Résultat bool

shade2Color public_oe property

public Color shade2Color
Résultat Color

shadeColor public_oe property

public Color shadeColor
Résultat Color

shifttime public_oe property

public int shifttime
Résultat int

showLyrics public_oe property

public bool showLyrics
Résultat bool

showMeasures public_oe property

public bool showMeasures
Résultat bool

showNoteLetters public_oe property

public int showNoteLetters
Résultat int

tempo public_oe property

public int tempo
Résultat int

time public_oe property

public TimeSignature,MidiSheetMusic time
Résultat TimeSignature

tracks public_oe property

public bool[] tracks
Résultat bool[]

transpose public_oe property

public int transpose
Résultat int

twoStaffs public_oe property

public bool twoStaffs
Résultat bool

useDefaultInstruments public_oe property

public bool useDefaultInstruments
Résultat bool