Vocaluxe.Lib.Song.CLine.DeleteAllNotes C# (CSharp) Method

DeleteAllNotes() public method

public DeleteAllNotes ( ) : void
return void
        public void DeleteAllNotes()
        {
            _Notes.Clear();
            _MinBeat = int.MaxValue;
            _MaxBeat = int.MinValue;
        }