Multiple improvments

This commit is contained in:
Stone_Red
2024-01-02 14:11:31 +01:00
parent 888c017a82
commit ab64e2c987
4 changed files with 84 additions and 18 deletions
+2
View File
@@ -8,4 +8,6 @@ internal class BeatChunk
public Stopwatch StopWatch { get; } = new Stopwatch();
public List<double> EnergyHistory { get; } = new List<double>();
public double AverageDifference { get; set; }
public int NoBeatCount { get; set; }
}