C# Class Vocaluxe.Lib.Song.CLine

Show file Open project: stsundermann/Vocaluxe Class Usage Examples

Public Methods

Method 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

Method Description
updateMinMaxBeat ( ) : void
updateMinMaxBeat ( CNote Note ) : void

Method Details

AddNote() public method

public AddNote ( CNote Note ) : void
Note CNote
return void

CLine() public method

public CLine ( ) : System
return System

DeleteAllNotes() public method

public DeleteAllNotes ( ) : void
return void

DeleteNote() public method

public DeleteNote ( int Index ) : bool
Index int
return bool

IncLastNoteLength() public method

public IncLastNoteLength ( ) : bool
return bool

InsertNote() public method

public InsertNote ( CNote Note, int Index ) : bool
Note CNote
Index int
return bool

IsPerfect() public method

public IsPerfect ( CLine CompareLine ) : bool
CompareLine CLine
return bool

ReplaceNote() public method

public ReplaceNote ( int Index, CNote Note ) : bool
Index int
Note CNote
return bool