C# Class Symphonary.Score

ファイルを表示 Open project: tfreedman/Symphonary

Public Properties

Property Type Description
i_NumNotesScored int
s_CurrentFingering string

Public Methods

Method Description
ResetScore ( ) : void
ScoreGrade ( int i_NumChannelNotesPlayed ) : string
UpdateScore ( MidiPlayer &midiPlayer ) : void

Method Details

ResetScore() public method

public ResetScore ( ) : void
return void

ScoreGrade() public method

public ScoreGrade ( int i_NumChannelNotesPlayed ) : string
i_NumChannelNotesPlayed int
return string

UpdateScore() public method

public UpdateScore ( MidiPlayer &midiPlayer ) : void
midiPlayer MidiPlayer
return void

Property Details

i_NumNotesScored public_oe property

public int i_NumNotesScored
return int

s_CurrentFingering public_oe property

public string s_CurrentFingering
return string