|
@@ -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 {
|