sschmidTU 3 年之前
父節點
當前提交
e50e6bec30
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 {