time sig denominator when
This commit is contained in:
@@ -129,8 +129,9 @@ namespace WacK.Data.Chart
|
|||||||
bpmChangeMeasures.Add(measure.Key);
|
bpmChangeMeasures.Add(measure.Key);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
queuedBPM = int.Parse(chartNote.Item2.value);
|
// TODO: handle denominator (note that gets the beat)
|
||||||
this.timeSigChgs.Add(
|
queuedBPM = int.Parse(chartNote.Item2.value.Split()[0]);
|
||||||
|
timeSigChgs.Add(
|
||||||
curTime,
|
curTime,
|
||||||
new NoteEvent<(int, int)> (
|
new NoteEvent<(int, int)> (
|
||||||
curTime, mb,
|
curTime, mb,
|
||||||
|
|||||||
Reference in New Issue
Block a user