C# Class Symphonary.StringAllocator

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

Public Properties

Property Type Description
NumDroppedNotes int
NumOutOfRangeNotes int

Public Methods

Method Description
AllocateNotes ( Note notes ) : void
Clear ( ) : void
StringAllocator ( ) : System

Private Methods

Method Description
AddNote ( Note note ) : void
AddNote_Helper ( int stringNumber, int fretNumber, Note note ) : void
IsFree ( int stringNumber, long beginTime, long endTime ) : bool

Method Details

AllocateNotes() public method

public AllocateNotes ( Note notes ) : void
notes Note
return void

Clear() public method

public Clear ( ) : void
return void

StringAllocator() public method

public StringAllocator ( ) : System
return System

Property Details

NumDroppedNotes public_oe property

public int NumDroppedNotes
return int

NumOutOfRangeNotes public_oe property

public int NumOutOfRangeNotes
return int