sschmidTU 3 lat temu
rodzic
commit
e50e6bec30
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/Playback/PlaybackManager.ts

+ 1 - 1
src/Playback/PlaybackManager.ts

@@ -1287,7 +1287,7 @@ export class PlaybackManager implements IPlaybackParametersListener {
     }
 
     /** Returns the duration of the piece in ms (by each measure's bpm, without repeats).
-     *  The result may be inaccurate if you haven't set the bpm to the first measure's bpm before playback.
+     *  The result may be inaccurate if you haven't set the bpm to the first measure's bpm before playback (or the other way round).
      *  In that case, getSheetDurationInMsEvenBpm() can be more accurate (previous version of this method)
      */
     public getSheetDurationInMs(): number {