C# Class Vocaluxe.Lib.Song.CLine

Afficher le fichier Open project: stsundermann/Vocaluxe Class Usage Examples

Méthodes publiques

Méthode Description
AddNote ( CNote Note ) : void
CLine ( ) : System
DeleteAllNotes ( ) : void
DeleteNote ( int Index ) : bool
IncLastNoteLength ( ) : bool
InsertNote ( CNote Note, int Index ) : bool
IsPerfect ( CLine CompareLine ) : bool
ReplaceNote ( int Index, CNote Note ) : bool

Private Methods

Méthode Description
updateMinMaxBeat ( ) : void
updateMinMaxBeat ( CNote Note ) : void

Method Details

AddNote() public méthode

public AddNote ( CNote Note ) : void
Note CNote
Résultat void

CLine() public méthode

public CLine ( ) : System
Résultat System

DeleteAllNotes() public méthode

public DeleteAllNotes ( ) : void
Résultat void

DeleteNote() public méthode

public DeleteNote ( int Index ) : bool
Index int
Résultat bool

IncLastNoteLength() public méthode

public IncLastNoteLength ( ) : bool
Résultat bool

InsertNote() public méthode

public InsertNote ( CNote Note, int Index ) : bool
Note CNote
Index int
Résultat bool

IsPerfect() public méthode

public IsPerfect ( CLine CompareLine ) : bool
CompareLine CLine
Résultat bool

ReplaceNote() public méthode

public ReplaceNote ( int Index, CNote Note ) : bool
Index int
Note CNote
Résultat bool