|
@@ -619,8 +619,8 @@ export class PlaybackManager implements IPlaybackParametersListener {
|
|
// set current measure to the new measure
|
|
// set current measure to the new measure
|
|
this.currentMeasure = this.cursorIterator.CurrentMeasure;
|
|
this.currentMeasure = this.cursorIterator.CurrentMeasure;
|
|
|
|
|
|
- this.startRhythmBeats = this.cursorIterator.currentPlaybackSettings().Rhythm.Numerator;
|
|
|
|
- this.startRhythmDenominator = this.cursorIterator.currentPlaybackSettings().Rhythm.Denominator;
|
|
|
|
|
|
+ this.startRhythmBeats = this.currentMeasure.ActiveTimeSignature.Numerator;
|
|
|
|
+ this.startRhythmDenominator = this.currentMeasure.ActiveTimeSignature.Denominator;
|
|
|
|
|
|
// get the enrolled timestamp of this measure start:
|
|
// get the enrolled timestamp of this measure start:
|
|
const relativeToMeasureTimestamp: Fraction = this.cursorIterator.CurrentRelativeInMeasureTimestamp;
|
|
const relativeToMeasureTimestamp: Fraction = this.cursorIterator.CurrentRelativeInMeasureTimestamp;
|