Skip to content

Commit

Permalink
Merge pull request #22838 from mathesoncalum/21285-shared_beam_veloci…
Browse files Browse the repository at this point in the history
…ties

Fix #21285: Only apply playback changes to notes with head selected
  • Loading branch information
RomanPudashkin committed May 16, 2024
2 parents b659ede + d41ea06 commit 48abfb8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ void NotePlaybackModel::createProperties()

void NotePlaybackModel::requestElements()
{
m_elementList = m_repository->findElementsByType(mu::engraving::ElementType::NOTE);
m_elementList = m_repository->findElementsByType(mu::engraving::ElementType::NOTEHEAD);
}

void NotePlaybackModel::loadProperties()
Expand Down

0 comments on commit 48abfb8

Please sign in to comment.