瀏覽代碼

merge change from audio player

sschmid 4 年之前
父節點
當前提交
57c46cee62
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/MusicalScore/ScoreIO/InstrumentReader.ts

+ 0 - 1
src/MusicalScore/ScoreIO/InstrumentReader.ts

@@ -602,7 +602,6 @@ export class InstrumentReader {
       // next measures will automatically inherit that value
       if (!this.musicSheet.HasBPMInfo) {
         this.currentMeasure.TempoInBPM = 120;
-        this.musicSheet.DefaultStartTempoInBpm = 120;
       } else if (currentMeasure.TempoInBPM === 0 && this.previousMeasure) {
         this.currentMeasure.TempoInBPM = this.previousMeasure.TempoInBPM;
       }