C# Class MidiSheetMusic.MidiOptions

Show file 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 property

public Color[] colors
return Color[]

combineInterval public property

public int combineInterval
return int

instruments public property

public int[] instruments
return int[]

key public property

public int key
return int

largeNoteSize public property

public bool largeNoteSize
return bool

mute public property

public bool[] mute
return bool[]

pauseTime public property

public int pauseTime
return int

playMeasuresInLoop public property

public bool playMeasuresInLoop
return bool

playMeasuresInLoopEnd public property

public int playMeasuresInLoopEnd
return int

playMeasuresInLoopStart public property

public int playMeasuresInLoopStart
return int

scrollVert public property

public bool scrollVert
return bool

shade2Color public property

public Color shade2Color
return Color

shadeColor public property

public Color shadeColor
return Color

shifttime public property

public int shifttime
return int

showLyrics public property

public bool showLyrics
return bool

showMeasures public property

public bool showMeasures
return bool

showNoteLetters public property

public int showNoteLetters
return int

tempo public property

public int tempo
return int

time public property

public TimeSignature,MidiSheetMusic time
return TimeSignature

tracks public property

public bool[] tracks
return bool[]

transpose public property

public int transpose
return int

twoStaffs public property

public bool twoStaffs
return bool

useDefaultInstruments public property

public bool useDefaultInstruments
return bool