소스 검색

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;
       }