|
@@ -748,8 +748,8 @@ export class PlaybackManager implements IPlaybackParametersListener {
|
|
|
|
|
|
if (this.highlightPlayedNotes) {
|
|
if (this.highlightPlayedNotes) {
|
|
note.ParentNote.state = NoteState.Selected;
|
|
note.ParentNote.state = NoteState.Selected;
|
|
- playbackedNotes.push(note);
|
|
|
|
}
|
|
}
|
|
|
|
+ playbackedNotes.push(note);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|