C# Class Symphonary.StringAllocator

Afficher le fichier Open project: tfreedman/Symphonary

Méthodes publiques

Свойство Type Description
NumDroppedNotes int
NumOutOfRangeNotes int

Méthodes publiques

Méthode Description
AllocateNotes ( Note notes ) : void
Clear ( ) : void
StringAllocator ( ) : System

Private Methods

Méthode 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 méthode

public AllocateNotes ( Note notes ) : void
notes Note
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

StringAllocator() public méthode

public StringAllocator ( ) : System
Résultat System

Property Details

NumDroppedNotes public_oe property

public int NumDroppedNotes
Résultat int

NumOutOfRangeNotes public_oe property

public int NumOutOfRangeNotes
Résultat int