C# Class MidiSheetMusic.MidiOptions

Datei anzeigen Open project: BYVoid/MidiToSheetMusic Class Usage Examples

Public Properties

Property 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

Public Methods

Method Description
MidiOptions ( MidiFile midifile ) : System

Method Details

MidiOptions() public method

public MidiOptions ( MidiFile midifile ) : System
midifile MidiFile
return System

Property Details

colors public_oe property

public Color[] colors
return Color[]

combineInterval public_oe property

public int combineInterval
return int

instruments public_oe property

public int[] instruments
return int[]

key public_oe property

public int key
return int

largeNoteSize public_oe property

public bool largeNoteSize
return bool

mute public_oe property

public bool[] mute
return bool[]

pauseTime public_oe property

public int pauseTime
return int

playMeasuresInLoop public_oe property

public bool playMeasuresInLoop
return bool

playMeasuresInLoopEnd public_oe property

public int playMeasuresInLoopEnd
return int

playMeasuresInLoopStart public_oe property

public int playMeasuresInLoopStart
return int

scrollVert public_oe property

public bool scrollVert
return bool

shade2Color public_oe property

public Color shade2Color
return Color

shadeColor public_oe property

public Color shadeColor
return Color

shifttime public_oe property

public int shifttime
return int

showLyrics public_oe property

public bool showLyrics
return bool

showMeasures public_oe property

public bool showMeasures
return bool

showNoteLetters public_oe property

public int showNoteLetters
return int

tempo public_oe property

public int tempo
return int

time public_oe property

public TimeSignature,MidiSheetMusic time
return TimeSignature

tracks public_oe property

public bool[] tracks
return bool[]

transpose public_oe property

public int transpose
return int

twoStaffs public_oe property

public bool twoStaffs
return bool

useDefaultInstruments public_oe property

public bool useDefaultInstruments
return bool