time sig denominator when

This commit is contained in:
msk
2023-09-18 02:14:57 -07:00
parent 77a49e7a49
commit b5a2e8e8bb
+3 -2
View File
@@ -129,8 +129,9 @@ namespace WacK.Data.Chart
bpmChangeMeasures.Add(measure.Key);
}
else
queuedBPM = int.Parse(chartNote.Item2.value);
this.timeSigChgs.Add(
// TODO: handle denominator (note that gets the beat)
queuedBPM = int.Parse(chartNote.Item2.value.Split()[0]);
timeSigChgs.Add(
curTime,
new NoteEvent<(int, int)> (
curTime, mb,