Explorar o código

merge change from audio player

sschmid %!s(int64=4) %!d(string=hai) anos
pai
achega
57c46cee62
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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;
       }